org.jclouds.aws.ec2.domain
Class AWSRunningInstance.IAMInstanceProfile

java.lang.Object
  extended by org.jclouds.aws.ec2.domain.AWSRunningInstance.IAMInstanceProfile
Enclosing class:
AWSRunningInstance

public static class AWSRunningInstance.IAMInstanceProfile
extends Object


Method Summary
 boolean equals(Object obj)
           
static AWSRunningInstance.IAMInstanceProfile forArnAndId(String arn, String id)
           
 String getArn()
          The Amazon resource name (ARN) of the IAM Instance Profile (IIP) to associate with the instance.
 String getId()
          The ID of the IAM Instance Profile ID (IIP) associated with the instance.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.