@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EncryptionMethod extends Object implements Serializable, Cloneable, StructuredPojo
The encryption type.
| Constructor and Description | 
|---|
| EncryptionMethod() | 
| Modifier and Type | Method and Description | 
|---|---|
| EncryptionMethod | clone() | 
| boolean | equals(Object obj) | 
| String | getCmafEncryptionMethod()
 The encryption method to use. | 
| String | getTsEncryptionMethod()
 The encryption method to use. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setCmafEncryptionMethod(String cmafEncryptionMethod)
 The encryption method to use. | 
| void | setTsEncryptionMethod(String tsEncryptionMethod)
 The encryption method to use. | 
| String | toString()Returns a string representation of this object. | 
| EncryptionMethod | withCmafEncryptionMethod(CmafEncryptionMethod cmafEncryptionMethod)
 The encryption method to use. | 
| EncryptionMethod | withCmafEncryptionMethod(String cmafEncryptionMethod)
 The encryption method to use. | 
| EncryptionMethod | withTsEncryptionMethod(String tsEncryptionMethod)
 The encryption method to use. | 
| EncryptionMethod | withTsEncryptionMethod(TsEncryptionMethod tsEncryptionMethod)
 The encryption method to use. | 
public void setTsEncryptionMethod(String tsEncryptionMethod)
The encryption method to use.
tsEncryptionMethod - The encryption method to use.TsEncryptionMethodpublic String getTsEncryptionMethod()
The encryption method to use.
TsEncryptionMethodpublic EncryptionMethod withTsEncryptionMethod(String tsEncryptionMethod)
The encryption method to use.
tsEncryptionMethod - The encryption method to use.TsEncryptionMethodpublic EncryptionMethod withTsEncryptionMethod(TsEncryptionMethod tsEncryptionMethod)
The encryption method to use.
tsEncryptionMethod - The encryption method to use.TsEncryptionMethodpublic void setCmafEncryptionMethod(String cmafEncryptionMethod)
The encryption method to use.
cmafEncryptionMethod - The encryption method to use.CmafEncryptionMethodpublic String getCmafEncryptionMethod()
The encryption method to use.
CmafEncryptionMethodpublic EncryptionMethod withCmafEncryptionMethod(String cmafEncryptionMethod)
The encryption method to use.
cmafEncryptionMethod - The encryption method to use.CmafEncryptionMethodpublic EncryptionMethod withCmafEncryptionMethod(CmafEncryptionMethod cmafEncryptionMethod)
The encryption method to use.
cmafEncryptionMethod - The encryption method to use.CmafEncryptionMethodpublic String toString()
toString in class ObjectObject.toString()public EncryptionMethod clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.