@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, waitcopypublic final String roleAlias()
The role alias.
public final String roleAliasArn()
The ARN of the role alias.
public final String roleArn()
The role ARN.
public final String owner()
The role alias owner.
public final Integer credentialDurationSeconds()
The number of seconds for which the credential is valid.
public final Instant creationDate()
The UNIX timestamp of when the role alias was created.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.