@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public RetrieveAndGenerateSessionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.