@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRuleSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateRuleSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateRuleSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getRuleSetId()
The identifier of the created rule set.
|
int |
hashCode() |
void |
setRuleSetId(String ruleSetId)
The identifier of the created rule set.
|
String |
toString()
Returns a string representation of this object.
|
CreateRuleSetResult |
withRuleSetId(String ruleSetId)
The identifier of the created rule set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRuleSetId(String ruleSetId)
The identifier of the created rule set.
ruleSetId
- The identifier of the created rule set.public String getRuleSetId()
The identifier of the created rule set.
public CreateRuleSetResult withRuleSetId(String ruleSetId)
The identifier of the created rule set.
ruleSetId
- The identifier of the created rule set.public String toString()
toString
in class Object
Object.toString()
public CreateRuleSetResult clone()