org.jclouds.aws.ec2.domain
Class LaunchSpecification.IAMInstanceProfileRequest

java.lang.Object
  extended by org.jclouds.aws.ec2.domain.LaunchSpecification.IAMInstanceProfileRequest
Enclosing class:
LaunchSpecification

public static class LaunchSpecification.IAMInstanceProfileRequest
extends Object


Method Summary
 boolean equals(Object obj)
           
static LaunchSpecification.IAMInstanceProfileRequest forArn(String arn)
           
static LaunchSpecification.IAMInstanceProfileRequest forArnAndName(String arn, String name)
           
static LaunchSpecification.IAMInstanceProfileRequest forName(String name)
           
 com.google.common.base.Optional<String> getArn()
          The Amazon resource name (ARN) of the IAM Instance Profile (IIP) to associate with the instance.
 com.google.common.base.Optional<String> getName()
          The name of the IAM Instance Profile (IIP) to associate with the instance.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

forArn

public static LaunchSpecification.IAMInstanceProfileRequest forArn(String arn)

forName

public static LaunchSpecification.IAMInstanceProfileRequest forName(String name)

forArnAndName

public static LaunchSpecification.IAMInstanceProfileRequest forArnAndName(String arn,
                                                                          String name)

getArn

public com.google.common.base.Optional<String> getArn()
The Amazon resource name (ARN) of the IAM Instance Profile (IIP) to associate with the instance.


getName

public com.google.common.base.Optional<String> getName()
The name of the IAM Instance Profile (IIP) to associate 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.