@Generated(value="software.amazon.awssdk:codegen") public final class LaunchTemplateIamInstanceProfileSpecificationRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplateIamInstanceProfileSpecificationRequest.Builder,LaunchTemplateIamInstanceProfileSpecificationRequest>
An IAM instance profile.
Modifier and Type | Class and Description |
---|---|
static interface |
LaunchTemplateIamInstanceProfileSpecificationRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The Amazon Resource Name (ARN) of the instance profile.
|
static LaunchTemplateIamInstanceProfileSpecificationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the instance profile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LaunchTemplateIamInstanceProfileSpecificationRequest.Builder> |
serializableBuilderClass() |
LaunchTemplateIamInstanceProfileSpecificationRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String arn()
The Amazon Resource Name (ARN) of the instance profile.
public String name()
The name of the instance profile.
public LaunchTemplateIamInstanceProfileSpecificationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LaunchTemplateIamInstanceProfileSpecificationRequest.Builder,LaunchTemplateIamInstanceProfileSpecificationRequest>
public static LaunchTemplateIamInstanceProfileSpecificationRequest.Builder builder()
public static Class<? extends LaunchTemplateIamInstanceProfileSpecificationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.