@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEmailChannelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteEmailChannelResult() |
Modifier and Type | Method and Description |
---|---|
DeleteEmailChannelResult |
clone() |
boolean |
equals(Object obj) |
EmailChannelResponse |
getEmailChannelResponse() |
int |
hashCode() |
void |
setEmailChannelResponse(EmailChannelResponse emailChannelResponse) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteEmailChannelResult |
withEmailChannelResponse(EmailChannelResponse emailChannelResponse) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEmailChannelResponse(EmailChannelResponse emailChannelResponse)
emailChannelResponse
- public EmailChannelResponse getEmailChannelResponse()
public DeleteEmailChannelResult withEmailChannelResponse(EmailChannelResponse emailChannelResponse)
emailChannelResponse
- public String toString()
toString
in class Object
Object.toString()
public DeleteEmailChannelResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.