@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsIamAccessKeySessionContext extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the session that the key was used for.
| Constructor and Description |
|---|
AwsIamAccessKeySessionContext() |
| Modifier and Type | Method and Description |
|---|---|
AwsIamAccessKeySessionContext |
clone() |
boolean |
equals(Object obj) |
AwsIamAccessKeySessionContextAttributes |
getAttributes()
Attributes of the session that the key was used for.
|
AwsIamAccessKeySessionContextSessionIssuer |
getSessionIssuer()
Information about the entity that created the session.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttributes(AwsIamAccessKeySessionContextAttributes attributes)
Attributes of the session that the key was used for.
|
void |
setSessionIssuer(AwsIamAccessKeySessionContextSessionIssuer sessionIssuer)
Information about the entity that created the session.
|
String |
toString()
Returns a string representation of this object.
|
AwsIamAccessKeySessionContext |
withAttributes(AwsIamAccessKeySessionContextAttributes attributes)
Attributes of the session that the key was used for.
|
AwsIamAccessKeySessionContext |
withSessionIssuer(AwsIamAccessKeySessionContextSessionIssuer sessionIssuer)
Information about the entity that created the session.
|
public void setAttributes(AwsIamAccessKeySessionContextAttributes attributes)
Attributes of the session that the key was used for.
attributes - Attributes of the session that the key was used for.public AwsIamAccessKeySessionContextAttributes getAttributes()
Attributes of the session that the key was used for.
public AwsIamAccessKeySessionContext withAttributes(AwsIamAccessKeySessionContextAttributes attributes)
Attributes of the session that the key was used for.
attributes - Attributes of the session that the key was used for.public void setSessionIssuer(AwsIamAccessKeySessionContextSessionIssuer sessionIssuer)
Information about the entity that created the session.
sessionIssuer - Information about the entity that created the session.public AwsIamAccessKeySessionContextSessionIssuer getSessionIssuer()
Information about the entity that created the session.
public AwsIamAccessKeySessionContext withSessionIssuer(AwsIamAccessKeySessionContextSessionIssuer sessionIssuer)
Information about the entity that created the session.
sessionIssuer - Information about the entity that created the session.public String toString()
toString in class ObjectObject.toString()public AwsIamAccessKeySessionContext clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.