@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SpekeKeyProvider extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
SpekeKeyProvider() |
Modifier and Type | Method and Description |
---|---|
SpekeKeyProvider |
clone() |
boolean |
equals(Object obj) |
String |
getResourceId()
The SPEKE-compliant server uses Resource ID (ResourceId) to identify content.
|
List<String> |
getSystemIds()
Relates to SPEKE implementation.
|
String |
getUrl()
Use URL (Url) to specify the SPEKE-compliant server that will provide keys for content.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setResourceId(String resourceId)
The SPEKE-compliant server uses Resource ID (ResourceId) to identify content.
|
void |
setSystemIds(Collection<String> systemIds)
Relates to SPEKE implementation.
|
void |
setUrl(String url)
Use URL (Url) to specify the SPEKE-compliant server that will provide keys for content.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SpekeKeyProvider |
withResourceId(String resourceId)
The SPEKE-compliant server uses Resource ID (ResourceId) to identify content.
|
SpekeKeyProvider |
withSystemIds(Collection<String> systemIds)
Relates to SPEKE implementation.
|
SpekeKeyProvider |
withSystemIds(String... systemIds)
Relates to SPEKE implementation.
|
SpekeKeyProvider |
withUrl(String url)
Use URL (Url) to specify the SPEKE-compliant server that will provide keys for content.
|
public void setResourceId(String resourceId)
resourceId
- The SPEKE-compliant server uses Resource ID (ResourceId) to identify content.public String getResourceId()
public SpekeKeyProvider withResourceId(String resourceId)
resourceId
- The SPEKE-compliant server uses Resource ID (ResourceId) to identify content.public List<String> getSystemIds()
public void setSystemIds(Collection<String> systemIds)
systemIds
- Relates to SPEKE implementation. DRM system identifiers. DASH output groups support a max of two system
ids. Other group types support one system id.public SpekeKeyProvider withSystemIds(String... systemIds)
NOTE: This method appends the values to the existing list (if any). Use
setSystemIds(java.util.Collection)
or withSystemIds(java.util.Collection)
if you want to
override the existing values.
systemIds
- Relates to SPEKE implementation. DRM system identifiers. DASH output groups support a max of two system
ids. Other group types support one system id.public SpekeKeyProvider withSystemIds(Collection<String> systemIds)
systemIds
- Relates to SPEKE implementation. DRM system identifiers. DASH output groups support a max of two system
ids. Other group types support one system id.public void setUrl(String url)
url
- Use URL (Url) to specify the SPEKE-compliant server that will provide keys for content.public String getUrl()
public SpekeKeyProvider withUrl(String url)
url
- Use URL (Url) to specify the SPEKE-compliant server that will provide keys for content.public String toString()
toString
in class Object
Object.toString()
public SpekeKeyProvider 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.