public static class LaunchSpecification.IAMInstanceProfileRequest extends Object
Modifier and Type | Method and Description |
---|---|
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() |
public static LaunchSpecification.IAMInstanceProfileRequest forArn(String arn)
public static LaunchSpecification.IAMInstanceProfileRequest forName(String name)
public static LaunchSpecification.IAMInstanceProfileRequest forArnAndName(String arn, String name)
public com.google.common.base.Optional<String> getArn()
public com.google.common.base.Optional<String> getName()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.