public class UpdateAdmChannelRequest extends AmazonWebServiceRequest implements Serializable
Constructor and Description |
---|
UpdateAdmChannelRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ADMChannelRequest |
getADMChannelRequest()
Amazon Device Messaging channel definition.
|
String |
getApplicationId()
The unique ID of your Amazon Pinpoint application.
|
int |
hashCode() |
void |
setADMChannelRequest(ADMChannelRequest aDMChannelRequest)
Amazon Device Messaging channel definition.
|
void |
setApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateAdmChannelRequest |
withADMChannelRequest(ADMChannelRequest aDMChannelRequest)
Amazon Device Messaging channel definition.
|
UpdateAdmChannelRequest |
withApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public ADMChannelRequest getADMChannelRequest()
public void setADMChannelRequest(ADMChannelRequest aDMChannelRequest)
aDMChannelRequest
- Amazon Device Messaging channel definition.public UpdateAdmChannelRequest withADMChannelRequest(ADMChannelRequest aDMChannelRequest)
Returns a reference to this object so that method calls can be chained together.
aDMChannelRequest
- Amazon Device Messaging channel definition.public String getApplicationId()
public void setApplicationId(String applicationId)
applicationId
- The unique ID of your Amazon Pinpoint application.public UpdateAdmChannelRequest withApplicationId(String applicationId)
Returns a reference to this object so that method calls can be chained together.
applicationId
- The unique ID of your Amazon Pinpoint application.public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.