@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HlsEncryption extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
HlsEncryption() |
Modifier and Type | Method and Description |
---|---|
HlsEncryption |
clone() |
boolean |
equals(Object obj) |
String |
getConstantInitializationVector()
A constant initialization vector for encryption (optional).
|
String |
getEncryptionMethod()
The encryption method to use.
|
SpekeKeyProvider |
getSpekeKeyProvider() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConstantInitializationVector(String constantInitializationVector)
A constant initialization vector for encryption (optional).
|
void |
setEncryptionMethod(String encryptionMethod)
The encryption method to use.
|
void |
setSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider) |
String |
toString()
Returns a string representation of this object.
|
HlsEncryption |
withConstantInitializationVector(String constantInitializationVector)
A constant initialization vector for encryption (optional).
|
HlsEncryption |
withEncryptionMethod(EncryptionMethod encryptionMethod)
The encryption method to use.
|
HlsEncryption |
withEncryptionMethod(String encryptionMethod)
The encryption method to use.
|
HlsEncryption |
withSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider) |
public void setConstantInitializationVector(String constantInitializationVector)
constantInitializationVector
- A constant initialization vector for encryption (optional). When not specified the initialization vector
will be periodically rotated.public String getConstantInitializationVector()
public HlsEncryption withConstantInitializationVector(String constantInitializationVector)
constantInitializationVector
- A constant initialization vector for encryption (optional). When not specified the initialization vector
will be periodically rotated.public void setEncryptionMethod(String encryptionMethod)
encryptionMethod
- The encryption method to use.EncryptionMethod
public String getEncryptionMethod()
EncryptionMethod
public HlsEncryption withEncryptionMethod(String encryptionMethod)
encryptionMethod
- The encryption method to use.EncryptionMethod
public HlsEncryption withEncryptionMethod(EncryptionMethod encryptionMethod)
encryptionMethod
- The encryption method to use.EncryptionMethod
public void setSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
spekeKeyProvider
- public SpekeKeyProvider getSpekeKeyProvider()
public HlsEncryption withSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
spekeKeyProvider
- public String toString()
toString
in class Object
Object.toString()
public HlsEncryption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.