@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRulesOutput extends Object implements Serializable, Cloneable, StructuredPojo
Readiness rule information, including the resource type, rule ID, and rule description.
| Constructor and Description |
|---|
ListRulesOutput() |
| Modifier and Type | Method and Description |
|---|---|
ListRulesOutput |
clone() |
boolean |
equals(Object obj) |
String |
getResourceType()
The resource type that the readiness rule applies to.
|
String |
getRuleDescription()
The description of a readiness rule.
|
String |
getRuleId()
The ID for the readiness rule.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setResourceType(String resourceType)
The resource type that the readiness rule applies to.
|
void |
setRuleDescription(String ruleDescription)
The description of a readiness rule.
|
void |
setRuleId(String ruleId)
The ID for the readiness rule.
|
String |
toString()
Returns a string representation of this object.
|
ListRulesOutput |
withResourceType(String resourceType)
The resource type that the readiness rule applies to.
|
ListRulesOutput |
withRuleDescription(String ruleDescription)
The description of a readiness rule.
|
ListRulesOutput |
withRuleId(String ruleId)
The ID for the readiness rule.
|
public void setResourceType(String resourceType)
The resource type that the readiness rule applies to.
resourceType - The resource type that the readiness rule applies to.public String getResourceType()
The resource type that the readiness rule applies to.
public ListRulesOutput withResourceType(String resourceType)
The resource type that the readiness rule applies to.
resourceType - The resource type that the readiness rule applies to.public void setRuleDescription(String ruleDescription)
The description of a readiness rule.
ruleDescription - The description of a readiness rule.public String getRuleDescription()
The description of a readiness rule.
public ListRulesOutput withRuleDescription(String ruleDescription)
The description of a readiness rule.
ruleDescription - The description of a readiness rule.public void setRuleId(String ruleId)
The ID for the readiness rule.
ruleId - The ID for the readiness rule.public String getRuleId()
The ID for the readiness rule.
public ListRulesOutput withRuleId(String ruleId)
The ID for the readiness rule.
ruleId - The ID for the readiness rule.public String toString()
toString in class ObjectObject.toString()public ListRulesOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.