@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StaticKeySettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
StaticKeySettings() |
Modifier and Type | Method and Description |
---|---|
StaticKeySettings |
clone() |
boolean |
equals(Object obj) |
InputLocation |
getKeyProviderServer()
The URL of the license server used for protecting content.
|
String |
getStaticKeyValue()
Static key value as a 32 character hexadecimal string.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKeyProviderServer(InputLocation keyProviderServer)
The URL of the license server used for protecting content.
|
void |
setStaticKeyValue(String staticKeyValue)
Static key value as a 32 character hexadecimal string.
|
String |
toString()
Returns a string representation of this object.
|
StaticKeySettings |
withKeyProviderServer(InputLocation keyProviderServer)
The URL of the license server used for protecting content.
|
StaticKeySettings |
withStaticKeyValue(String staticKeyValue)
Static key value as a 32 character hexadecimal string.
|
public void setKeyProviderServer(InputLocation keyProviderServer)
keyProviderServer
- The URL of the license server used for protecting content.public InputLocation getKeyProviderServer()
public StaticKeySettings withKeyProviderServer(InputLocation keyProviderServer)
keyProviderServer
- The URL of the license server used for protecting content.public void setStaticKeyValue(String staticKeyValue)
staticKeyValue
- Static key value as a 32 character hexadecimal string.public String getStaticKeyValue()
public StaticKeySettings withStaticKeyValue(String staticKeyValue)
staticKeyValue
- Static key value as a 32 character hexadecimal string.public String toString()
toString
in class Object
Object.toString()
public StaticKeySettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.