@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsKinesisStreamStreamEncryptionDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about stream encryption.
Constructor and Description |
---|
AwsKinesisStreamStreamEncryptionDetails() |
Modifier and Type | Method and Description |
---|---|
AwsKinesisStreamStreamEncryptionDetails |
clone() |
boolean |
equals(Object obj) |
String |
getEncryptionType()
The encryption type to use.
|
String |
getKeyId()
The globally unique identifier for the customer-managed KMS key to use for encryption.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEncryptionType(String encryptionType)
The encryption type to use.
|
void |
setKeyId(String keyId)
The globally unique identifier for the customer-managed KMS key to use for encryption.
|
String |
toString()
Returns a string representation of this object.
|
AwsKinesisStreamStreamEncryptionDetails |
withEncryptionType(String encryptionType)
The encryption type to use.
|
AwsKinesisStreamStreamEncryptionDetails |
withKeyId(String keyId)
The globally unique identifier for the customer-managed KMS key to use for encryption.
|
public AwsKinesisStreamStreamEncryptionDetails()
public void setEncryptionType(String encryptionType)
The encryption type to use.
encryptionType
- The encryption type to use.public String getEncryptionType()
The encryption type to use.
public AwsKinesisStreamStreamEncryptionDetails withEncryptionType(String encryptionType)
The encryption type to use.
encryptionType
- The encryption type to use.public void setKeyId(String keyId)
The globally unique identifier for the customer-managed KMS key to use for encryption.
keyId
- The globally unique identifier for the customer-managed KMS key to use for encryption.public String getKeyId()
The globally unique identifier for the customer-managed KMS key to use for encryption.
public AwsKinesisStreamStreamEncryptionDetails withKeyId(String keyId)
The globally unique identifier for the customer-managed KMS key to use for encryption.
keyId
- The globally unique identifier for the customer-managed KMS key to use for encryption.public String toString()
toString
in class Object
Object.toString()
public AwsKinesisStreamStreamEncryptionDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.