@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGcmChannelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateGcmChannelRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateGcmChannelRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique identifier for the application.
|
GCMChannelRequest |
getGCMChannelRequest() |
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique identifier for the application.
|
void |
setGCMChannelRequest(GCMChannelRequest gCMChannelRequest) |
String |
toString()
Returns a string representation of this object.
|
UpdateGcmChannelRequest |
withApplicationId(String applicationId)
The unique identifier for the application.
|
UpdateGcmChannelRequest |
withGCMChannelRequest(GCMChannelRequest gCMChannelRequest) |
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, 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 UpdateGcmChannelRequest 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 setGCMChannelRequest(GCMChannelRequest gCMChannelRequest)
gCMChannelRequest
- public GCMChannelRequest getGCMChannelRequest()
public UpdateGcmChannelRequest withGCMChannelRequest(GCMChannelRequest gCMChannelRequest)
gCMChannelRequest
- public String toString()
toString
in class Object
Object.toString()
public UpdateGcmChannelRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.