org.jclouds.aws.ec2.domain
Class AWSRunningInstance.IAMInstanceProfile
java.lang.Object
org.jclouds.aws.ec2.domain.AWSRunningInstance.IAMInstanceProfile
- Enclosing class:
- AWSRunningInstance
public static class AWSRunningInstance.IAMInstanceProfile
- extends Object
forArnAndId
public static AWSRunningInstance.IAMInstanceProfile forArnAndId(String arn,
String id)
getArn
public String getArn()
- The Amazon resource name (ARN) of the IAM Instance Profile (IIP) to associate with the instance.
getId
public String getId()
- The ID of the IAM Instance Profile ID (IIP) associated with the instance.
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2013 jclouds. All Rights Reserved.