@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EncryptionConfig extends Object implements Serializable, Cloneable, StructuredPojo
Information about account-level configuration.
| Constructor and Description | 
|---|
EncryptionConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
EncryptionConfig | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getKmsKeyArn()
 The KMS key ARN to use for encryption. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setKmsKeyArn(String kmsKeyArn)
 The KMS key ARN to use for encryption. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
EncryptionConfig | 
withKmsKeyArn(String kmsKeyArn)
 The KMS key ARN to use for encryption. 
 | 
public void setKmsKeyArn(String kmsKeyArn)
The KMS key ARN to use for encryption. This must be provided as a header when uploading your code resource.
kmsKeyArn - The KMS key ARN to use for encryption. This must be provided as a header when uploading your code
        resource.public String getKmsKeyArn()
The KMS key ARN to use for encryption. This must be provided as a header when uploading your code resource.
public EncryptionConfig withKmsKeyArn(String kmsKeyArn)
The KMS key ARN to use for encryption. This must be provided as a header when uploading your code resource.
kmsKeyArn - The KMS key ARN to use for encryption. This must be provided as a header when uploading your code
        resource.public String toString()
toString in class ObjectObject.toString()public EncryptionConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.