@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()
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 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 Amazon Resource Name (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 Amazon Resource Name (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, 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 signalling channel for which you want to get an endpoint.
channelARN
- The Amazon Resource Name (ARN) of the signalling channel for which you want to get an endpoint.public String getChannelARN()
The Amazon Resource Name (ARN) of the signalling channel for which you want to get an endpoint.
public GetSignalingChannelEndpointRequest withChannelARN(String channelARN)
The Amazon Resource Name (ARN) of the signalling channel for which you want to get an endpoint.
channelARN
- The Amazon Resource Name (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 Object
Object.toString()
public GetSignalingChannelEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()