@Generated(value="software.amazon.awssdk:codegen") public final class IamInstanceProfile extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IamInstanceProfile.Builder,IamInstanceProfile>
Describes an IAM instance profile.
Modifier and Type | Class and Description |
---|---|
static interface |
IamInstanceProfile.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The Amazon Resource Name (ARN) of the instance profile.
|
static IamInstanceProfile.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the instance profile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IamInstanceProfile.Builder> |
serializableBuilderClass() |
IamInstanceProfile.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 id()
The ID of the instance profile.
public IamInstanceProfile.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IamInstanceProfile.Builder,IamInstanceProfile>
public static IamInstanceProfile.Builder builder()
public static Class<? extends IamInstanceProfile.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.