@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStreamKeyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateStreamKeyRequest() |
Modifier and Type | Method and Description |
---|---|
CreateStreamKeyRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateStreamKeyRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateStreamKeyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelArn()
ARN of the channel for which to create the stream key.
|
Map<String,String> |
getTags()
See Channel$tags.
|
int |
hashCode() |
void |
setChannelArn(String channelArn)
ARN of the channel for which to create the stream key.
|
void |
setTags(Map<String,String> tags)
See Channel$tags.
|
String |
toString()
Returns a string representation of this object.
|
CreateStreamKeyRequest |
withChannelArn(String channelArn)
ARN of the channel for which to create the stream key.
|
CreateStreamKeyRequest |
withTags(Map<String,String> tags)
See Channel$tags.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setChannelArn(String channelArn)
ARN of the channel for which to create the stream key.
channelArn
- ARN of the channel for which to create the stream key.public String getChannelArn()
ARN of the channel for which to create the stream key.
public CreateStreamKeyRequest withChannelArn(String channelArn)
ARN of the channel for which to create the stream key.
channelArn
- ARN of the channel for which to create the stream key.public Map<String,String> getTags()
See Channel$tags.
public void setTags(Map<String,String> tags)
See Channel$tags.
tags
- See Channel$tags.public CreateStreamKeyRequest withTags(Map<String,String> tags)
See Channel$tags.
tags
- See Channel$tags.public CreateStreamKeyRequest addTagsEntry(String key, String value)
public CreateStreamKeyRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateStreamKeyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()