Package org.jclouds.aws.ec2.domain
Class LaunchSpecification.IAMInstanceProfileRequest
java.lang.Object
org.jclouds.aws.ec2.domain.LaunchSpecification.IAMInstanceProfileRequest
- Enclosing class:
LaunchSpecification
-
Method Summary
Modifier and TypeMethodDescriptionboolean
forArnAndName
(String arn, 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()
toString()
-
Method Details
-
forArn
-
forName
-
forArnAndName
-
getArn
The Amazon resource name (ARN) of the IAM Instance Profile (IIP) to associate with the instance. -
getName
The name of the IAM Instance Profile (IIP) to associate with the instance. -
hashCode
public int hashCode() -
equals
-
toString
-