@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRulesOutput extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ListRulesOutput() |
| Modifier and Type | Method and Description |
|---|---|
ListRulesOutput |
clone() |
boolean |
equals(Object obj) |
String |
getResourceType()
The resource type the rule applies to.
|
String |
getRuleDescription()
A description of the rule
|
String |
getRuleId()
The Rule's ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResourceType(String resourceType)
The resource type the rule applies to.
|
void |
setRuleDescription(String ruleDescription)
A description of the rule
|
void |
setRuleId(String ruleId)
The Rule's ID.
|
String |
toString()
Returns a string representation of this object.
|
ListRulesOutput |
withResourceType(String resourceType)
The resource type the rule applies to.
|
ListRulesOutput |
withRuleDescription(String ruleDescription)
A description of the rule
|
ListRulesOutput |
withRuleId(String ruleId)
The Rule's ID.
|
public void setResourceType(String resourceType)
resourceType - The resource type the rule applies to.public String getResourceType()
public ListRulesOutput withResourceType(String resourceType)
resourceType - The resource type the rule applies to.public void setRuleDescription(String ruleDescription)
ruleDescription - A description of the rulepublic String getRuleDescription()
public ListRulesOutput withRuleDescription(String ruleDescription)
ruleDescription - A description of the rulepublic void setRuleId(String ruleId)
ruleId - The Rule's ID.public String getRuleId()
public ListRulesOutput withRuleId(String ruleId)
ruleId - The Rule's ID.public String toString()
toString in class ObjectObject.toString()public ListRulesOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.