@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConfigurationSetEventDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to change the settings for an event destination for a configuration set.
NOOP| Constructor and Description |
|---|
UpdateConfigurationSetEventDestinationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateConfigurationSetEventDestinationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationSetName()
The name of the configuration set that contains the event destination to modify.
|
EventDestinationDefinition |
getEventDestination()
An object that defines the event destination.
|
String |
getEventDestinationName()
The name of the event destination.
|
int |
hashCode() |
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination to modify.
|
void |
setEventDestination(EventDestinationDefinition eventDestination)
An object that defines the event destination.
|
void |
setEventDestinationName(String eventDestinationName)
The name of the event destination.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConfigurationSetEventDestinationRequest |
withConfigurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination to modify.
|
UpdateConfigurationSetEventDestinationRequest |
withEventDestination(EventDestinationDefinition eventDestination)
An object that defines the event destination.
|
UpdateConfigurationSetEventDestinationRequest |
withEventDestinationName(String eventDestinationName)
The name of the event destination.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic UpdateConfigurationSetEventDestinationRequest()
public void setConfigurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination to modify.
configurationSetName - The name of the configuration set that contains the event destination to modify.public String getConfigurationSetName()
The name of the configuration set that contains the event destination to modify.
public UpdateConfigurationSetEventDestinationRequest withConfigurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination to modify.
configurationSetName - The name of the configuration set that contains the event destination to modify.public void setEventDestinationName(String eventDestinationName)
The name of the event destination.
eventDestinationName - The name of the event destination.public String getEventDestinationName()
The name of the event destination.
public UpdateConfigurationSetEventDestinationRequest withEventDestinationName(String eventDestinationName)
The name of the event destination.
eventDestinationName - The name of the event destination.public void setEventDestination(EventDestinationDefinition eventDestination)
An object that defines the event destination.
eventDestination - An object that defines the event destination.public EventDestinationDefinition getEventDestination()
An object that defines the event destination.
public UpdateConfigurationSetEventDestinationRequest withEventDestination(EventDestinationDefinition eventDestination)
An object that defines the event destination.
eventDestination - An object that defines the event destination.public String toString()
toString in class ObjectObject.toString()public UpdateConfigurationSetEventDestinationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.