@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSignalingChannelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSignalingChannelRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSignalingChannelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelARN()
The Amazon Resource Name (ARN) of the signaling channel that you want to update.
|
String |
getCurrentVersion()
The current version of the signaling channel that you want to update.
|
SingleMasterConfiguration |
getSingleMasterConfiguration()
The structure containing the configuration for the
SINGLE_MASTER type of the signaling channel that
you want to update. |
int |
hashCode() |
void |
setChannelARN(String channelARN)
The Amazon Resource Name (ARN) of the signaling channel that you want to update.
|
void |
setCurrentVersion(String currentVersion)
The current version of the signaling channel that you want to update.
|
void |
setSingleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
The structure containing the configuration for the
SINGLE_MASTER type of the signaling channel that
you want to update. |
String |
toString()
Returns a string representation of this object.
|
UpdateSignalingChannelRequest |
withChannelARN(String channelARN)
The Amazon Resource Name (ARN) of the signaling channel that you want to update.
|
UpdateSignalingChannelRequest |
withCurrentVersion(String currentVersion)
The current version of the signaling channel that you want to update.
|
UpdateSignalingChannelRequest |
withSingleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
The structure containing the configuration for the
SINGLE_MASTER type of the signaling channel that
you want to update. |
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)
The Amazon Resource Name (ARN) of the signaling channel that you want to update.
channelARN
- The Amazon Resource Name (ARN) of the signaling channel that you want to update.public String getChannelARN()
The Amazon Resource Name (ARN) of the signaling channel that you want to update.
public UpdateSignalingChannelRequest withChannelARN(String channelARN)
The Amazon Resource Name (ARN) of the signaling channel that you want to update.
channelARN
- The Amazon Resource Name (ARN) of the signaling channel that you want to update.public void setCurrentVersion(String currentVersion)
The current version of the signaling channel that you want to update.
currentVersion
- The current version of the signaling channel that you want to update.public String getCurrentVersion()
The current version of the signaling channel that you want to update.
public UpdateSignalingChannelRequest withCurrentVersion(String currentVersion)
The current version of the signaling channel that you want to update.
currentVersion
- The current version of the signaling channel that you want to update.public void setSingleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
The structure containing the configuration for the SINGLE_MASTER
type of the signaling channel that
you want to update.
singleMasterConfiguration
- The structure containing the configuration for the SINGLE_MASTER
type of the signaling
channel that you want to update.public SingleMasterConfiguration getSingleMasterConfiguration()
The structure containing the configuration for the SINGLE_MASTER
type of the signaling channel that
you want to update.
SINGLE_MASTER
type of the signaling
channel that you want to update.public UpdateSignalingChannelRequest withSingleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
The structure containing the configuration for the SINGLE_MASTER
type of the signaling channel that
you want to update.
singleMasterConfiguration
- The structure containing the configuration for the SINGLE_MASTER
type of the signaling
channel that you want to update.public String toString()
toString
in class Object
Object.toString()
public UpdateSignalingChannelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()