@Generated(value="software.amazon.awssdk:codegen") public final class SessionContextAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SessionContextAttributes.Builder,SessionContextAttributes>
Provides information about the context in which temporary security credentials were issued to an entity.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SessionContextAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SessionContextAttributes.Builder |
builder() |
Instant |
creationDate()
The date and time, in UTC and ISO 8601 format, when the credentials were issued.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
mfaAuthenticated()
Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SessionContextAttributes.Builder> |
serializableBuilderClass() |
SessionContextAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Instant creationDate()
The date and time, in UTC and ISO 8601 format, when the credentials were issued.
public Boolean mfaAuthenticated()
Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.
public SessionContextAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SessionContextAttributes.Builder,SessionContextAttributes>public static SessionContextAttributes.Builder builder()
public static Class<? extends SessionContextAttributes.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.