@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetrieveAndGenerateSessionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configures common parameters of the session.
| Constructor and Description |
|---|
RetrieveAndGenerateSessionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
RetrieveAndGenerateSessionConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyArn()
The KMS key arn to encrypt the customer data of the session.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKmsKeyArn(String kmsKeyArn)
The KMS key arn to encrypt the customer data of the session.
|
String |
toString()
Returns a string representation of this object.
|
RetrieveAndGenerateSessionConfiguration |
withKmsKeyArn(String kmsKeyArn)
The KMS key arn to encrypt the customer data of the session.
|
public RetrieveAndGenerateSessionConfiguration()
public void setKmsKeyArn(String kmsKeyArn)
The KMS key arn to encrypt the customer data of the session.
kmsKeyArn - The KMS key arn to encrypt the customer data of the session.public String getKmsKeyArn()
The KMS key arn to encrypt the customer data of the session.
public RetrieveAndGenerateSessionConfiguration withKmsKeyArn(String kmsKeyArn)
The KMS key arn to encrypt the customer data of the session.
kmsKeyArn - The KMS key arn to encrypt the customer data of the session.public String toString()
toString in class ObjectObject.toString()public RetrieveAndGenerateSessionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.