@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConfigurationSetEventDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateConfigurationSetEventDestinationRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateConfigurationSetEventDestinationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigurationSetName()
ConfigurationSetName
|
EventDestinationDefinition |
getEventDestination() |
String |
getEventDestinationName()
A name that identifies the event destination.
|
int |
hashCode() |
void |
setConfigurationSetName(String configurationSetName)
ConfigurationSetName
|
void |
setEventDestination(EventDestinationDefinition eventDestination) |
void |
setEventDestinationName(String eventDestinationName)
A name that identifies the event destination.
|
String |
toString()
Returns a string representation of this object.
|
CreateConfigurationSetEventDestinationRequest |
withConfigurationSetName(String configurationSetName)
ConfigurationSetName
|
CreateConfigurationSetEventDestinationRequest |
withEventDestination(EventDestinationDefinition eventDestination) |
CreateConfigurationSetEventDestinationRequest |
withEventDestinationName(String eventDestinationName)
A name that identifies the event destination.
|
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, withSdkRequestTimeoutpublic CreateConfigurationSetEventDestinationRequest()
public void setConfigurationSetName(String configurationSetName)
configurationSetName - ConfigurationSetNamepublic String getConfigurationSetName()
public CreateConfigurationSetEventDestinationRequest withConfigurationSetName(String configurationSetName)
configurationSetName - ConfigurationSetNamepublic void setEventDestination(EventDestinationDefinition eventDestination)
eventDestination - public EventDestinationDefinition getEventDestination()
public CreateConfigurationSetEventDestinationRequest withEventDestination(EventDestinationDefinition eventDestination)
eventDestination - public void setEventDestinationName(String eventDestinationName)
eventDestinationName - A name that identifies the event destination.public String getEventDestinationName()
public CreateConfigurationSetEventDestinationRequest withEventDestinationName(String eventDestinationName)
eventDestinationName - A name that identifies the event destination.public String toString()
toString in class ObjectObject.toString()public CreateConfigurationSetEventDestinationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()