@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConfigurationSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to return the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
NOOP
Constructor and Description |
---|
DescribeConfigurationSetRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getConfigurationSetAttributeNames()
A list of configuration set attributes to return.
|
String |
getConfigurationSetName()
The name of the configuration set to describe.
|
int |
hashCode() |
void |
setConfigurationSetAttributeNames(Collection<String> configurationSetAttributeNames)
A list of configuration set attributes to return.
|
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeConfigurationSetRequest |
withConfigurationSetAttributeNames(Collection<String> configurationSetAttributeNames)
A list of configuration set attributes to return.
|
DescribeConfigurationSetRequest |
withConfigurationSetAttributeNames(ConfigurationSetAttribute... configurationSetAttributeNames)
A list of configuration set attributes to return.
|
DescribeConfigurationSetRequest |
withConfigurationSetAttributeNames(String... configurationSetAttributeNames)
A list of configuration set attributes to return.
|
DescribeConfigurationSetRequest |
withConfigurationSetName(String configurationSetName)
The name of the configuration set to describe.
|
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 to describe.
configurationSetName
- The name of the configuration set to describe.public String getConfigurationSetName()
The name of the configuration set to describe.
public DescribeConfigurationSetRequest withConfigurationSetName(String configurationSetName)
The name of the configuration set to describe.
configurationSetName
- The name of the configuration set to describe.public List<String> getConfigurationSetAttributeNames()
A list of configuration set attributes to return.
ConfigurationSetAttribute
public void setConfigurationSetAttributeNames(Collection<String> configurationSetAttributeNames)
A list of configuration set attributes to return.
configurationSetAttributeNames
- A list of configuration set attributes to return.ConfigurationSetAttribute
public DescribeConfigurationSetRequest withConfigurationSetAttributeNames(String... configurationSetAttributeNames)
A list of configuration set attributes to return.
NOTE: This method appends the values to the existing list (if any). Use
setConfigurationSetAttributeNames(java.util.Collection)
or
withConfigurationSetAttributeNames(java.util.Collection)
if you want to override the existing values.
configurationSetAttributeNames
- A list of configuration set attributes to return.ConfigurationSetAttribute
public DescribeConfigurationSetRequest withConfigurationSetAttributeNames(Collection<String> configurationSetAttributeNames)
A list of configuration set attributes to return.
configurationSetAttributeNames
- A list of configuration set attributes to return.ConfigurationSetAttribute
public DescribeConfigurationSetRequest withConfigurationSetAttributeNames(ConfigurationSetAttribute... configurationSetAttributeNames)
A list of configuration set attributes to return.
configurationSetAttributeNames
- A list of configuration set attributes to return.ConfigurationSetAttribute
public String toString()
toString
in class Object
Object.toString()
public DescribeConfigurationSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.