@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String arn()
The Amazon Resource Name (ARN) of the instance profile.
public final String name()
The name of the instance profile.
public LaunchTemplateIamInstanceProfileSpecificationRequest.Builder toBuilder()
public static LaunchTemplateIamInstanceProfileSpecificationRequest.Builder builder()
public static Class<? extends LaunchTemplateIamInstanceProfileSpecificationRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.