@Generated(value="software.amazon.awssdk:codegen") public final class ConfigurationSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfigurationSet.Builder,ConfigurationSet>
The name of the configuration set.
Configuration sets let you create groups of rules that you can apply to the emails you send using Amazon SES. For more information about using configuration sets, see Using Amazon SES Configuration Sets in the Amazon SES Developer Guide.
Modifier and Type | Class and Description |
---|---|
static interface |
ConfigurationSet.Builder |
Modifier and Type | Method and Description |
---|---|
static ConfigurationSet.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the configuration set.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConfigurationSet.Builder> |
serializableBuilderClass() |
ConfigurationSet.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String name()
The name of the configuration set. The name must meet the following requirements:
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain 64 characters or fewer.
Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain 64 characters or fewer.
public ConfigurationSet.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ConfigurationSet.Builder,ConfigurationSet>
public static ConfigurationSet.Builder builder()
public static Class<? extends ConfigurationSet.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.