@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSignalingChannelEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetSignalingChannelEndpointRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSignalingChannelEndpointRequest |
clone() |
boolean |
equals(Object obj) |
String |
getChannelARN()
The ARN of the signalling channel for which you want to get an endpoint.
|
SingleMasterChannelEndpointConfiguration |
getSingleMasterChannelEndpointConfiguration()
A structure containing the endpoint configuration for the
SINGLE_MASTER channel type. |
int |
hashCode() |
void |
setChannelARN(String channelARN)
The ARN of the signalling channel for which you want to get an endpoint.
|
void |
setSingleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfiguration singleMasterChannelEndpointConfiguration)
A structure containing the endpoint configuration for the
SINGLE_MASTER channel type. |
String |
toString()
Returns a string representation of this object.
|
GetSignalingChannelEndpointRequest |
withChannelARN(String channelARN)
The ARN of the signalling channel for which you want to get an endpoint.
|
GetSignalingChannelEndpointRequest |
withSingleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfiguration singleMasterChannelEndpointConfiguration)
A structure containing the endpoint configuration for the
SINGLE_MASTER channel type. |
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setChannelARN(String channelARN)
The ARN of the signalling channel for which you want to get an endpoint.
channelARN - The ARN of the signalling channel for which you want to get an endpoint.public String getChannelARN()
The ARN of the signalling channel for which you want to get an endpoint.
public GetSignalingChannelEndpointRequest withChannelARN(String channelARN)
The ARN of the signalling channel for which you want to get an endpoint.
channelARN - The ARN of the signalling channel for which you want to get an endpoint.public void setSingleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfiguration singleMasterChannelEndpointConfiguration)
A structure containing the endpoint configuration for the SINGLE_MASTER channel type.
singleMasterChannelEndpointConfiguration - A structure containing the endpoint configuration for the SINGLE_MASTER channel type.public SingleMasterChannelEndpointConfiguration getSingleMasterChannelEndpointConfiguration()
A structure containing the endpoint configuration for the SINGLE_MASTER channel type.
SINGLE_MASTER channel type.public GetSignalingChannelEndpointRequest withSingleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfiguration singleMasterChannelEndpointConfiguration)
A structure containing the endpoint configuration for the SINGLE_MASTER channel type.
singleMasterChannelEndpointConfiguration - A structure containing the endpoint configuration for the SINGLE_MASTER channel type.public String toString()
toString in class ObjectObject.toString()public GetSignalingChannelEndpointRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.