@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 enable you to publish email sending events. For information about using configuration sets, see 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:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 64 characters.
name
- The name of the configuration set. The name must:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 64 characters.
public String getName()
The name of the configuration set. The name must:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 64 characters.
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 64 characters.
public ConfigurationSet withName(String name)
The name of the configuration set. The name must:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 64 characters.
name
- The name of the configuration set. The name must:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 64 characters.
public String toString()
toString
in class Object
Object.toString()
public ConfigurationSet clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.