@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 EncryptionMethod()
public void setTsEncryptionMethod(String tsEncryptionMethod)
The encryption method to use.
tsEncryptionMethod - The encryption method to use.TsEncryptionMethod public String getTsEncryptionMethod()
The encryption method to use.
TsEncryptionMethod public EncryptionMethod withTsEncryptionMethod(String tsEncryptionMethod)
The encryption method to use.
tsEncryptionMethod - The encryption method to use.TsEncryptionMethod public EncryptionMethod withTsEncryptionMethod(TsEncryptionMethod tsEncryptionMethod)
The encryption method to use.
tsEncryptionMethod - The encryption method to use.TsEncryptionMethod public void setCmafEncryptionMethod(String cmafEncryptionMethod)
The encryption method to use.
cmafEncryptionMethod - The encryption method to use.CmafEncryptionMethod public String getCmafEncryptionMethod()
The encryption method to use.
CmafEncryptionMethod public EncryptionMethod withCmafEncryptionMethod(String cmafEncryptionMethod)
The encryption method to use.
cmafEncryptionMethod - The encryption method to use.CmafEncryptionMethod public EncryptionMethod withCmafEncryptionMethod(CmafEncryptionMethod cmafEncryptionMethod)
The encryption method to use.
cmafEncryptionMethod - The encryption method to use.CmafEncryptionMethod public String toString()
toString in class Object Object.toString() public EncryptionMethod clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.