@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetEndpointRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetEndpointRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID of your Amazon Pinpoint application.
|
String |
getEndpointId()
The unique ID of the endpoint.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
void |
setEndpointId(String endpointId)
The unique ID of the endpoint.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetEndpointRequest |
withApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
GetEndpointRequest |
withEndpointId(String endpointId)
The unique ID of the endpoint.
|
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 setApplicationId(String applicationId)
applicationId - The unique ID of your Amazon Pinpoint application.public String getApplicationId()
public GetEndpointRequest withApplicationId(String applicationId)
applicationId - The unique ID of your Amazon Pinpoint application.public void setEndpointId(String endpointId)
endpointId - The unique ID of the endpoint.public String getEndpointId()
public GetEndpointRequest withEndpointId(String endpointId)
endpointId - The unique ID of the endpoint.public String toString()
toString in class ObjectObject.toString()public GetEndpointRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.