@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRulesetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateRulesetResult() |
Modifier and Type | Method and Description |
---|---|
UpdateRulesetResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the updated ruleset.
|
int |
hashCode() |
void |
setName(String name)
The name of the updated ruleset.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRulesetResult |
withName(String name)
The name of the updated ruleset.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the updated ruleset.
name
- The name of the updated ruleset.public String getName()
The name of the updated ruleset.
public UpdateRulesetResult withName(String name)
The name of the updated ruleset.
name
- The name of the updated ruleset.public String toString()
toString
in class Object
Object.toString()
public UpdateRulesetResult clone()