@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSuppressedDestinationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Information about the suppressed email destination.
| Constructor and Description |
|---|
GetSuppressedDestinationResult() |
| Modifier and Type | Method and Description |
|---|---|
GetSuppressedDestinationResult |
clone() |
boolean |
equals(Object obj) |
SuppressedDestination |
getSuppressedDestination()
An object containing information about the suppressed email destination.
|
int |
hashCode() |
void |
setSuppressedDestination(SuppressedDestination suppressedDestination)
An object containing information about the suppressed email destination.
|
String |
toString()
Returns a string representation of this object.
|
GetSuppressedDestinationResult |
withSuppressedDestination(SuppressedDestination suppressedDestination)
An object containing information about the suppressed email destination.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSuppressedDestination(SuppressedDestination suppressedDestination)
An object containing information about the suppressed email destination.
suppressedDestination - An object containing information about the suppressed email destination.public SuppressedDestination getSuppressedDestination()
An object containing information about the suppressed email destination.
public GetSuppressedDestinationResult withSuppressedDestination(SuppressedDestination suppressedDestination)
An object containing information about the suppressed email destination.
suppressedDestination - An object containing information about the suppressed email destination.public String toString()
toString in class ObjectObject.toString()public GetSuppressedDestinationResult clone()
Copyright © 2019. All rights reserved.