@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSignalingChannelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateSignalingChannelRequest() |
Modifier and Type | Method and Description |
---|---|
CreateSignalingChannelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelName()
A name for the signaling channel that you are creating.
|
String |
getChannelType()
A type of the signaling channel that you are creating.
|
SingleMasterConfiguration |
getSingleMasterConfiguration()
A structure containing the configuration for the
SINGLE_MASTER channel type. |
List<Tag> |
getTags()
A set of tags (key-value pairs) that you want to associate with this channel.
|
int |
hashCode() |
void |
setChannelName(String channelName)
A name for the signaling channel that you are creating.
|
void |
setChannelType(String channelType)
A type of the signaling channel that you are creating.
|
void |
setSingleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
A structure containing the configuration for the
SINGLE_MASTER channel type. |
void |
setTags(Collection<Tag> tags)
A set of tags (key-value pairs) that you want to associate with this channel.
|
String |
toString()
Returns a string representation of this object.
|
CreateSignalingChannelRequest |
withChannelName(String channelName)
A name for the signaling channel that you are creating.
|
CreateSignalingChannelRequest |
withChannelType(ChannelType channelType)
A type of the signaling channel that you are creating.
|
CreateSignalingChannelRequest |
withChannelType(String channelType)
A type of the signaling channel that you are creating.
|
CreateSignalingChannelRequest |
withSingleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
A structure containing the configuration for the
SINGLE_MASTER channel type. |
CreateSignalingChannelRequest |
withTags(Collection<Tag> tags)
A set of tags (key-value pairs) that you want to associate with this channel.
|
CreateSignalingChannelRequest |
withTags(Tag... tags)
A set of tags (key-value pairs) that you want to associate with this channel.
|
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 setChannelName(String channelName)
A name for the signaling channel that you are creating. It must be unique for each Amazon Web Services account and Amazon Web Services Region.
channelName
- A name for the signaling channel that you are creating. It must be unique for each Amazon Web Services
account and Amazon Web Services Region.public String getChannelName()
A name for the signaling channel that you are creating. It must be unique for each Amazon Web Services account and Amazon Web Services Region.
public CreateSignalingChannelRequest withChannelName(String channelName)
A name for the signaling channel that you are creating. It must be unique for each Amazon Web Services account and Amazon Web Services Region.
channelName
- A name for the signaling channel that you are creating. It must be unique for each Amazon Web Services
account and Amazon Web Services Region.public void setChannelType(String channelType)
A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only
supported channel type.
channelType
- A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only
supported channel type.ChannelType
public String getChannelType()
A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only
supported channel type.
SINGLE_MASTER
is the only
supported channel type.ChannelType
public CreateSignalingChannelRequest withChannelType(String channelType)
A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only
supported channel type.
channelType
- A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only
supported channel type.ChannelType
public CreateSignalingChannelRequest withChannelType(ChannelType channelType)
A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only
supported channel type.
channelType
- A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only
supported channel type.ChannelType
public void setSingleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
A structure containing the configuration for the SINGLE_MASTER
channel type.
singleMasterConfiguration
- A structure containing the configuration for the SINGLE_MASTER
channel type.public SingleMasterConfiguration getSingleMasterConfiguration()
A structure containing the configuration for the SINGLE_MASTER
channel type.
SINGLE_MASTER
channel type.public CreateSignalingChannelRequest withSingleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
A structure containing the configuration for the SINGLE_MASTER
channel type.
singleMasterConfiguration
- A structure containing the configuration for the SINGLE_MASTER
channel type.public List<Tag> getTags()
A set of tags (key-value pairs) that you want to associate with this channel.
public void setTags(Collection<Tag> tags)
A set of tags (key-value pairs) that you want to associate with this channel.
tags
- A set of tags (key-value pairs) that you want to associate with this channel.public CreateSignalingChannelRequest withTags(Tag... tags)
A set of tags (key-value pairs) that you want to associate with this channel.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A set of tags (key-value pairs) that you want to associate with this channel.public CreateSignalingChannelRequest withTags(Collection<Tag> tags)
A set of tags (key-value pairs) that you want to associate with this channel.
tags
- A set of tags (key-value pairs) that you want to associate with this channel.public String toString()
toString
in class Object
Object.toString()
public CreateSignalingChannelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()