@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigurationSet extends Object implements Serializable, Cloneable
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.
Constructor and Description |
---|
ConfigurationSet() |
Modifier and Type | Method and Description |
---|---|
ConfigurationSet |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the configuration set.
|
int |
hashCode() |
void |
setName(String name)
The name of the configuration set.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ConfigurationSet |
withName(String name)
The name of the configuration set.
|
public void setName(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.
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.
public String getName()
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 withName(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.
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.
public String toString()
toString
in class Object
Object.toString()
public ConfigurationSet clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.