@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()
Array of 1-50 maps, each of the form
string:string (key:value) . |
int |
hashCode() |
void |
setChannelArn(String channelArn)
ARN of the channel for which to create the stream key.
|
void |
setTags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value) . |
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)
Array of 1-50 maps, each of the form
string:string (key:value) . |
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()
Array of 1-50 maps, each of the form string:string (key:value)
. See Tagging Amazon Web Services Resources
for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon
IVS has no service-specific constraints beyond what is documented there.
string:string (key:value)
. See Tagging Amazon Web Services
Resources for more information, including restrictions that apply to tags and
"Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
documented there.public void setTags(Map<String,String> tags)
Array of 1-50 maps, each of the form string:string (key:value)
. See Tagging Amazon Web Services Resources
for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon
IVS has no service-specific constraints beyond what is documented there.
tags
- Array of 1-50 maps, each of the form string:string (key:value)
. See Tagging Amazon Web Services
Resources for more information, including restrictions that apply to tags and
"Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
documented there.public CreateStreamKeyRequest withTags(Map<String,String> tags)
Array of 1-50 maps, each of the form string:string (key:value)
. See Tagging Amazon Web Services Resources
for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon
IVS has no service-specific constraints beyond what is documented there.
tags
- Array of 1-50 maps, each of the form string:string (key:value)
. See Tagging Amazon Web Services
Resources for more information, including restrictions that apply to tags and
"Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
documented there.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()