@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEventSubscriptionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteEventSubscriptionResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteEventSubscriptionResult |
clone() |
boolean |
equals(Object obj) |
EventSubscription |
getEventSubscription()
The event subscription that was deleted.
|
int |
hashCode() |
void |
setEventSubscription(EventSubscription eventSubscription)
The event subscription that was deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteEventSubscriptionResult |
withEventSubscription(EventSubscription eventSubscription)
The event subscription that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEventSubscription(EventSubscription eventSubscription)
The event subscription that was deleted.
eventSubscription - The event subscription that was deleted.public EventSubscription getEventSubscription()
The event subscription that was deleted.
public DeleteEventSubscriptionResult withEventSubscription(EventSubscription eventSubscription)
The event subscription that was deleted.
eventSubscription - The event subscription that was deleted.public String toString()
toString in class ObjectObject.toString()public DeleteEventSubscriptionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.