@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.PresetSpeke20Audio
public String getPresetSpeke20Audio()
PresetSpeke20Audio
public EncryptionContractConfiguration withPresetSpeke20Audio(String presetSpeke20Audio)
presetSpeke20Audio
- A collection of audio encryption presets.PresetSpeke20Audio
public EncryptionContractConfiguration withPresetSpeke20Audio(PresetSpeke20Audio presetSpeke20Audio)
presetSpeke20Audio
- A collection of audio encryption presets.PresetSpeke20Audio
public void setPresetSpeke20Video(String presetSpeke20Video)
presetSpeke20Video
- A collection of video encryption presets.PresetSpeke20Video
public String getPresetSpeke20Video()
PresetSpeke20Video
public EncryptionContractConfiguration withPresetSpeke20Video(String presetSpeke20Video)
presetSpeke20Video
- A collection of video encryption presets.PresetSpeke20Video
public EncryptionContractConfiguration withPresetSpeke20Video(PresetSpeke20Video presetSpeke20Video)
presetSpeke20Video
- A collection of video encryption presets.PresetSpeke20Video
public String toString()
toString
in class Object
Object.toString()
public EncryptionContractConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.