org.jclouds.aws.ec2.domain
Class LaunchSpecification.IAMInstanceProfileRequest
java.lang.Object
org.jclouds.aws.ec2.domain.LaunchSpecification.IAMInstanceProfileRequest
- Enclosing class:
- LaunchSpecification
public static class LaunchSpecification.IAMInstanceProfileRequest
- extends Object
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.