@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeliveryStreamEncryptionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Indicates the server-side encryption (SSE) status for the delivery stream.
| Constructor and Description |
|---|
DeliveryStreamEncryptionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DeliveryStreamEncryptionConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
For a full description of the different values of this status, see StartDeliveryStreamEncryption and
StopDeliveryStreamEncryption.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatus(String status)
For a full description of the different values of this status, see StartDeliveryStreamEncryption and
StopDeliveryStreamEncryption.
|
String |
toString()
Returns a string representation of this object.
|
DeliveryStreamEncryptionConfiguration |
withStatus(DeliveryStreamEncryptionStatus status)
For a full description of the different values of this status, see StartDeliveryStreamEncryption and
StopDeliveryStreamEncryption.
|
DeliveryStreamEncryptionConfiguration |
withStatus(String status)
For a full description of the different values of this status, see StartDeliveryStreamEncryption and
StopDeliveryStreamEncryption.
|
public DeliveryStreamEncryptionConfiguration()
public void setStatus(String status)
For a full description of the different values of this status, see StartDeliveryStreamEncryption and StopDeliveryStreamEncryption.
status - For a full description of the different values of this status, see StartDeliveryStreamEncryption
and StopDeliveryStreamEncryption.DeliveryStreamEncryptionStatuspublic String getStatus()
For a full description of the different values of this status, see StartDeliveryStreamEncryption and StopDeliveryStreamEncryption.
DeliveryStreamEncryptionStatuspublic DeliveryStreamEncryptionConfiguration withStatus(String status)
For a full description of the different values of this status, see StartDeliveryStreamEncryption and StopDeliveryStreamEncryption.
status - For a full description of the different values of this status, see StartDeliveryStreamEncryption
and StopDeliveryStreamEncryption.DeliveryStreamEncryptionStatuspublic DeliveryStreamEncryptionConfiguration withStatus(DeliveryStreamEncryptionStatus status)
For a full description of the different values of this status, see StartDeliveryStreamEncryption and StopDeliveryStreamEncryption.
status - For a full description of the different values of this status, see StartDeliveryStreamEncryption
and StopDeliveryStreamEncryption.DeliveryStreamEncryptionStatuspublic String toString()
toString in class ObjectObject.toString()public DeliveryStreamEncryptionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.