@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()
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 .
|
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, 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 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 Object
Object.toString()
public CreateConfigurationSetEventDestinationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()