@Generated(value="software.amazon.awssdk:codegen") public final class AwsIamAccessKeySessionContext extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsIamAccessKeySessionContext.Builder,AwsIamAccessKeySessionContext>
Provides information about the session that the key was used for.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsIamAccessKeySessionContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
AwsIamAccessKeySessionContextAttributes |
attributes()
Attributes of the session that the key was used for.
|
static AwsIamAccessKeySessionContext.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsIamAccessKeySessionContext.Builder> |
serializableBuilderClass() |
AwsIamAccessKeySessionContextSessionIssuer |
sessionIssuer()
Information about the entity that created the session.
|
AwsIamAccessKeySessionContext.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AwsIamAccessKeySessionContextAttributes attributes()
Attributes of the session that the key was used for.
public final AwsIamAccessKeySessionContextSessionIssuer sessionIssuer()
Information about the entity that created the session.
public AwsIamAccessKeySessionContext.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsIamAccessKeySessionContext.Builder,AwsIamAccessKeySessionContext>public static AwsIamAccessKeySessionContext.Builder builder()
public static Class<? extends AwsIamAccessKeySessionContext.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.