ToCopyableBuilder<DescribeConfigurationSetResponse.Builder,DescribeConfigurationSetResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeConfigurationSetResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeConfigurationSetResponse.Builder,DescribeConfigurationSetResponse>
Represents 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.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeConfigurationSetResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeConfigurationSetResponse.Builder |
builder() |
|
ConfigurationSet |
configurationSet() |
The configuration set object associated with the specified configuration set.
|
boolean |
equals(Object obj) |
|
List<EventDestination> |
eventDestinations() |
A list of event destinations associated with the configuration set.
|
int |
hashCode() |
|
static Class<? extends DescribeConfigurationSetResponse.Builder> |
serializableBuilderClass() |
|
DescribeConfigurationSetResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public ConfigurationSet configurationSet()
The configuration set object associated with the specified configuration set.
public List<EventDestination> eventDestinations()
A list of event destinations associated with the configuration set.
public DescribeConfigurationSetResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeConfigurationSetResponse.Builder,DescribeConfigurationSetResponse>
public static DescribeConfigurationSetResponse.Builder builder()
public static Class<? extends DescribeConfigurationSetResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.