public class UpdateEmailChannelRequest extends AmazonWebServiceRequest implements java.io.Serializable
Constructor and Description |
---|
UpdateEmailChannelRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationId()
The unique ID of your Amazon Pinpoint application.
|
EmailChannelRequest |
getEmailChannelRequest()
Email Channel Request
|
int |
hashCode() |
void |
setApplicationId(java.lang.String applicationId)
The unique ID of your Amazon Pinpoint application.
|
void |
setEmailChannelRequest(EmailChannelRequest emailChannelRequest)
Email Channel Request
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateEmailChannelRequest |
withApplicationId(java.lang.String applicationId)
The unique ID of your Amazon Pinpoint application.
|
UpdateEmailChannelRequest |
withEmailChannelRequest(EmailChannelRequest emailChannelRequest)
Email Channel Request
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getApplicationId()
public void setApplicationId(java.lang.String applicationId)
applicationId
- The unique ID of your Amazon Pinpoint application.public UpdateEmailChannelRequest withApplicationId(java.lang.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 EmailChannelRequest getEmailChannelRequest()
public void setEmailChannelRequest(EmailChannelRequest emailChannelRequest)
emailChannelRequest
- Email Channel Requestpublic UpdateEmailChannelRequest withEmailChannelRequest(EmailChannelRequest emailChannelRequest)
Returns a reference to this object so that method calls can be chained together.
emailChannelRequest
- Email Channel Requestpublic java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.