@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAutomationRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAutomationRulesResult() |
Modifier and Type | Method and Description |
---|---|
ListAutomationRulesResult |
clone() |
boolean |
equals(Object obj) |
List<AutomationRulesMetadata> |
getAutomationRulesMetadata()
Metadata for rules in the calling account.
|
String |
getNextToken()
A pagination token for the response.
|
int |
hashCode() |
void |
setAutomationRulesMetadata(Collection<AutomationRulesMetadata> automationRulesMetadata)
Metadata for rules in the calling account.
|
void |
setNextToken(String nextToken)
A pagination token for the response.
|
String |
toString()
Returns a string representation of this object.
|
ListAutomationRulesResult |
withAutomationRulesMetadata(AutomationRulesMetadata... automationRulesMetadata)
Metadata for rules in the calling account.
|
ListAutomationRulesResult |
withAutomationRulesMetadata(Collection<AutomationRulesMetadata> automationRulesMetadata)
Metadata for rules in the calling account.
|
ListAutomationRulesResult |
withNextToken(String nextToken)
A pagination token for the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AutomationRulesMetadata> getAutomationRulesMetadata()
Metadata for rules in the calling account. The response includes rules with a RuleStatus
of
ENABLED
and DISABLED
.
RuleStatus
of
ENABLED
and DISABLED
.public void setAutomationRulesMetadata(Collection<AutomationRulesMetadata> automationRulesMetadata)
Metadata for rules in the calling account. The response includes rules with a RuleStatus
of
ENABLED
and DISABLED
.
automationRulesMetadata
- Metadata for rules in the calling account. The response includes rules with a RuleStatus
of
ENABLED
and DISABLED
.public ListAutomationRulesResult withAutomationRulesMetadata(AutomationRulesMetadata... automationRulesMetadata)
Metadata for rules in the calling account. The response includes rules with a RuleStatus
of
ENABLED
and DISABLED
.
NOTE: This method appends the values to the existing list (if any). Use
setAutomationRulesMetadata(java.util.Collection)
or
withAutomationRulesMetadata(java.util.Collection)
if you want to override the existing values.
automationRulesMetadata
- Metadata for rules in the calling account. The response includes rules with a RuleStatus
of
ENABLED
and DISABLED
.public ListAutomationRulesResult withAutomationRulesMetadata(Collection<AutomationRulesMetadata> automationRulesMetadata)
Metadata for rules in the calling account. The response includes rules with a RuleStatus
of
ENABLED
and DISABLED
.
automationRulesMetadata
- Metadata for rules in the calling account. The response includes rules with a RuleStatus
of
ENABLED
and DISABLED
.public void setNextToken(String nextToken)
A pagination token for the response.
nextToken
- A pagination token for the response.public String getNextToken()
A pagination token for the response.
public ListAutomationRulesResult withNextToken(String nextToken)
A pagination token for the response.
nextToken
- A pagination token for the response.public String toString()
toString
in class Object
Object.toString()
public ListAutomationRulesResult clone()