@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEventDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteEventDestinationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteEventDestinationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigurationSetName()
The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the event
destination from.
|
String |
getEventDestinationName()
The name of the event destination to delete.
|
int |
hashCode() |
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the event
destination from.
|
void |
setEventDestinationName(String eventDestinationName)
The name of the event destination to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteEventDestinationRequest |
withConfigurationSetName(String configurationSetName)
The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the event
destination from.
|
DeleteEventDestinationRequest |
withEventDestinationName(String eventDestinationName)
The name of the event destination to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setConfigurationSetName(String configurationSetName)
The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the event destination from. The ConfigurateSetName and ConfigurationSetArn can be found using the DescribeConfigurationSets action.
configurationSetName
- The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the
event destination from. The ConfigurateSetName and ConfigurationSetArn can be found using the
DescribeConfigurationSets action.public String getConfigurationSetName()
The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the event destination from. The ConfigurateSetName and ConfigurationSetArn can be found using the DescribeConfigurationSets action.
public DeleteEventDestinationRequest withConfigurationSetName(String configurationSetName)
The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the event destination from. The ConfigurateSetName and ConfigurationSetArn can be found using the DescribeConfigurationSets action.
configurationSetName
- The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the
event destination from. The ConfigurateSetName and ConfigurationSetArn can be found using the
DescribeConfigurationSets action.public void setEventDestinationName(String eventDestinationName)
The name of the event destination to delete.
eventDestinationName
- The name of the event destination to delete.public String getEventDestinationName()
The name of the event destination to delete.
public DeleteEventDestinationRequest withEventDestinationName(String eventDestinationName)
The name of the event destination to delete.
eventDestinationName
- The name of the event destination to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteEventDestinationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()