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 interface
RoleAliasDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-