Class ScheduledInstancesIamInstanceProfile
java.lang.Object
com.amazonaws.services.ec2.model.ScheduledInstancesIamInstanceProfile
- All Implemented Interfaces:
Serializable, Cloneable
Describes an IAM instance profile for a Scheduled Instance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetArn()The Amazon Resource Name (ARN).getName()The name.inthashCode()voidThe Amazon Resource Name (ARN).voidThe name.toString()Returns a string representation of this object; useful for testing and debugging.The Amazon Resource Name (ARN).The name.
-
Constructor Details
-
ScheduledInstancesIamInstanceProfile
public ScheduledInstancesIamInstanceProfile()
-
-
Method Details
-
setArn
The Amazon Resource Name (ARN).
- Parameters:
arn- The Amazon Resource Name (ARN).
-
getArn
-
withArn
The Amazon Resource Name (ARN).
- Parameters:
arn- The Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
-
getName
-
withName
The name.
- Parameters:
name- The name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-