Class RoleAliasDescription
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.RoleAliasDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RoleAliasDescription.Builder,RoleAliasDescription>
@Generated("software.amazon.awssdk:codegen") public final class RoleAliasDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RoleAliasDescription.Builder,RoleAliasDescription>
Role alias description.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRoleAliasDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RoleAliasDescription.Builderbuilder()InstantcreationDate()The UNIX timestamp of when the role alias was created.IntegercredentialDurationSeconds()The number of seconds for which the credential is valid.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedDate()The UNIX timestamp of when the role alias was last modified.Stringowner()The role alias owner.StringroleAlias()The role alias.StringroleAliasArn()The ARN of the role alias.StringroleArn()The role ARN.List<SdkField<?>>sdkFields()static Class<? extends RoleAliasDescription.Builder>serializableBuilderClass()RoleAliasDescription.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
roleAlias
public final String roleAlias()
The role alias.
- Returns:
- The role alias.
-
roleAliasArn
public final String roleAliasArn()
The ARN of the role alias.
- Returns:
- The ARN of the role alias.
-
roleArn
public final String roleArn()
The role ARN.
- Returns:
- The role ARN.
-
owner
public final String owner()
The role alias owner.
- Returns:
- The role alias owner.
-
credentialDurationSeconds
public final Integer credentialDurationSeconds()
The number of seconds for which the credential is valid.
- Returns:
- The number of seconds for which the credential is valid.
-
creationDate
public final Instant creationDate()
The UNIX timestamp of when the role alias was created.
- Returns:
- The UNIX timestamp of when the role alias was created.
-
lastModifiedDate
public final Instant lastModifiedDate()
The UNIX timestamp of when the role alias was last modified.
- Returns:
- The UNIX timestamp of when the role alias was last modified.
-
toBuilder
public RoleAliasDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RoleAliasDescription.Builder,RoleAliasDescription>
-
builder
public static RoleAliasDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends RoleAliasDescription.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-