@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EncryptionContractConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description | 
|---|
| EncryptionContractConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| EncryptionContractConfiguration | clone() | 
| boolean | equals(Object obj) | 
| String | getPresetSpeke20Audio()A collection of audio encryption presets. | 
| String | getPresetSpeke20Video()A collection of video encryption presets. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setPresetSpeke20Audio(String presetSpeke20Audio)A collection of audio encryption presets. | 
| void | setPresetSpeke20Video(String presetSpeke20Video)A collection of video encryption presets. | 
| String | toString()Returns a string representation of this object. | 
| EncryptionContractConfiguration | withPresetSpeke20Audio(PresetSpeke20Audio presetSpeke20Audio)A collection of audio encryption presets. | 
| EncryptionContractConfiguration | withPresetSpeke20Audio(String presetSpeke20Audio)A collection of audio encryption presets. | 
| EncryptionContractConfiguration | withPresetSpeke20Video(PresetSpeke20Video presetSpeke20Video)A collection of video encryption presets. | 
| EncryptionContractConfiguration | withPresetSpeke20Video(String presetSpeke20Video)A collection of video encryption presets. | 
public void setPresetSpeke20Audio(String presetSpeke20Audio)
presetSpeke20Audio - A collection of audio encryption presets.PresetSpeke20Audiopublic String getPresetSpeke20Audio()
PresetSpeke20Audiopublic EncryptionContractConfiguration withPresetSpeke20Audio(String presetSpeke20Audio)
presetSpeke20Audio - A collection of audio encryption presets.PresetSpeke20Audiopublic EncryptionContractConfiguration withPresetSpeke20Audio(PresetSpeke20Audio presetSpeke20Audio)
presetSpeke20Audio - A collection of audio encryption presets.PresetSpeke20Audiopublic void setPresetSpeke20Video(String presetSpeke20Video)
presetSpeke20Video - A collection of video encryption presets.PresetSpeke20Videopublic String getPresetSpeke20Video()
PresetSpeke20Videopublic EncryptionContractConfiguration withPresetSpeke20Video(String presetSpeke20Video)
presetSpeke20Video - A collection of video encryption presets.PresetSpeke20Videopublic EncryptionContractConfiguration withPresetSpeke20Video(PresetSpeke20Video presetSpeke20Video)
presetSpeke20Video - A collection of video encryption presets.PresetSpeke20Videopublic String toString()
toString in class ObjectObject.toString()public EncryptionContractConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.