@Generated(value="software.amazon.awssdk:codegen") public final class RoleAliasDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RoleAliasDescription.Builder,RoleAliasDescription>
Role alias description.
Modifier and Type | Class and Description |
---|---|
static interface |
RoleAliasDescription.Builder |
Modifier and Type | Method and Description |
---|---|
static RoleAliasDescription.Builder |
builder() |
Instant |
creationDate()
The UNIX timestamp of when the role alias was created.
|
Integer |
credentialDurationSeconds()
The number of seconds for which the credential is valid.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedDate()
The UNIX timestamp of when the role alias was last modified.
|
String |
owner()
The role alias owner.
|
String |
roleAlias()
The role alias.
|
String |
roleAliasArn()
The ARN of the role alias.
|
String |
roleArn()
The role ARN.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RoleAliasDescription.Builder> |
serializableBuilderClass() |
RoleAliasDescription.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 roleAlias()
The role alias.
public String roleAliasArn()
The ARN of the role alias.
public String roleArn()
The role ARN.
public String owner()
The role alias owner.
public Integer credentialDurationSeconds()
The number of seconds for which the credential is valid.
public Instant creationDate()
The UNIX timestamp of when the role alias was created.
public Instant lastModifiedDate()
The UNIX timestamp of when the role alias was last modified.
public RoleAliasDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RoleAliasDescription.Builder,RoleAliasDescription>
public static RoleAliasDescription.Builder builder()
public static Class<? extends RoleAliasDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.