Package com.amazonaws.services.ec2.model
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()
boolean
getArn()
The Amazon Resource Name (ARN).getName()
The name.int
hashCode()
void
The Amazon Resource Name (ARN).void
The 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
The Amazon Resource Name (ARN).
- Returns:
- The Amazon Resource Name (ARN).
-
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
The name.
- Parameters:
name
- The name.
-
getName
The name.
- Returns:
- The name.
-
withName
The name.
- Parameters:
name
- The name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-