@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.
|
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, withSdkRequestTimeoutpublic 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.
ConfigurationSetAttributepublic void setConfigurationSetAttributeNames(Collection<String> configurationSetAttributeNames)
A list of configuration set attributes to return.
configurationSetAttributeNames - A list of configuration set attributes to return.ConfigurationSetAttributepublic 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.ConfigurationSetAttributepublic DescribeConfigurationSetRequest withConfigurationSetAttributeNames(Collection<String> configurationSetAttributeNames)
A list of configuration set attributes to return.
configurationSetAttributeNames - A list of configuration set attributes to return.ConfigurationSetAttributepublic DescribeConfigurationSetRequest withConfigurationSetAttributeNames(ConfigurationSetAttribute... configurationSetAttributeNames)
A list of configuration set attributes to return.
configurationSetAttributeNames - A list of configuration set attributes to return.ConfigurationSetAttributepublic String toString()
toString in class ObjectObject.toString()public DescribeConfigurationSetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()