@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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()
toBuilder
in interface ToCopyableBuilder<RoleAliasDescription.Builder,RoleAliasDescription>
public static RoleAliasDescription.Builder builder()
public static Class<? extends RoleAliasDescription.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.