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