@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEventDestinationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteEventDestinationResult() |
Modifier and Type | Method and Description |
---|---|
DeleteEventDestinationResult |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationSetArn()
The Amazon Resource Name (ARN) of the configuration set.
|
String |
getConfigurationSetName()
The name of the configuration set the event destination was deleted from.
|
EventDestination |
getEventDestination()
The event destination object that was deleted.
|
int |
hashCode() |
void |
setConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the configuration set.
|
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set the event destination was deleted from.
|
void |
setEventDestination(EventDestination eventDestination)
The event destination object that was deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteEventDestinationResult |
withConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the configuration set.
|
DeleteEventDestinationResult |
withConfigurationSetName(String configurationSetName)
The name of the configuration set the event destination was deleted from.
|
DeleteEventDestinationResult |
withEventDestination(EventDestination eventDestination)
The event destination object that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the configuration set.
configurationSetArn
- The Amazon Resource Name (ARN) of the configuration set.public String getConfigurationSetArn()
The Amazon Resource Name (ARN) of the configuration set.
public DeleteEventDestinationResult withConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the configuration set.
configurationSetArn
- The Amazon Resource Name (ARN) of the configuration set.public void setConfigurationSetName(String configurationSetName)
The name of the configuration set the event destination was deleted from.
configurationSetName
- The name of the configuration set the event destination was deleted from.public String getConfigurationSetName()
The name of the configuration set the event destination was deleted from.
public DeleteEventDestinationResult withConfigurationSetName(String configurationSetName)
The name of the configuration set the event destination was deleted from.
configurationSetName
- The name of the configuration set the event destination was deleted from.public void setEventDestination(EventDestination eventDestination)
The event destination object that was deleted.
eventDestination
- The event destination object that was deleted.public EventDestination getEventDestination()
The event destination object that was deleted.
public DeleteEventDestinationResult withEventDestination(EventDestination eventDestination)
The event destination object that was deleted.
eventDestination
- The event destination object that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteEventDestinationResult clone()