@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEndpointsBatchRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateEndpointsBatchRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEndpointsBatchRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique identifier for the application.
|
EndpointBatchRequest |
getEndpointBatchRequest() |
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique identifier for the application.
|
void |
setEndpointBatchRequest(EndpointBatchRequest endpointBatchRequest) |
String |
toString()
Returns a string representation of this object.
|
UpdateEndpointsBatchRequest |
withApplicationId(String applicationId)
The unique identifier for the application.
|
UpdateEndpointsBatchRequest |
withEndpointBatchRequest(EndpointBatchRequest endpointBatchRequest) |
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 setApplicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId
- The unique identifier for the application. This identifier is displayed as the Project ID on the
Amazon Pinpoint console.public String getApplicationId()
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
public UpdateEndpointsBatchRequest withApplicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId
- The unique identifier for the application. This identifier is displayed as the Project ID on the
Amazon Pinpoint console.public void setEndpointBatchRequest(EndpointBatchRequest endpointBatchRequest)
endpointBatchRequest
- public EndpointBatchRequest getEndpointBatchRequest()
public UpdateEndpointsBatchRequest withEndpointBatchRequest(EndpointBatchRequest endpointBatchRequest)
endpointBatchRequest
- public String toString()
toString
in class Object
Object.toString()
public UpdateEndpointsBatchRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()