Class ListReceiptRuleSetsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A token indicating that there are additional receipt rule sets available to be listed.The metadata for the currently active receipt rule set.int
hashCode()
void
setNextToken
(String nextToken) A token indicating that there are additional receipt rule sets available to be listed.void
setRuleSets
(Collection<ReceiptRuleSetMetadata> ruleSets) The metadata for the currently active receipt rule set.toString()
Returns a string representation of this object; useful for testing and debugging.withNextToken
(String nextToken) A token indicating that there are additional receipt rule sets available to be listed.withRuleSets
(ReceiptRuleSetMetadata... ruleSets) The metadata for the currently active receipt rule set.withRuleSets
(Collection<ReceiptRuleSetMetadata> ruleSets) The metadata for the currently active receipt rule set.
-
Constructor Details
-
ListReceiptRuleSetsResult
public ListReceiptRuleSetsResult()
-
-
Method Details
-
getRuleSets
The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.
- Returns:
- The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.
-
setRuleSets
The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.
- Parameters:
ruleSets
- The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.
-
withRuleSets
The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.
NOTE: This method appends the values to the existing list (if any). Use
setRuleSets(java.util.Collection)
orwithRuleSets(java.util.Collection)
if you want to override the existing values.- Parameters:
ruleSets
- The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withRuleSets
The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.
- Parameters:
ruleSets
- The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of
ListReceiptRuleSets
to retrieve up to 100 receipt rule sets at a time.- Parameters:
nextToken
- A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls ofListReceiptRuleSets
to retrieve up to 100 receipt rule sets at a time.
-
getNextToken
A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of
ListReceiptRuleSets
to retrieve up to 100 receipt rule sets at a time.- Returns:
- A token indicating that there are additional receipt rule sets
available to be listed. Pass this token to successive calls of
ListReceiptRuleSets
to retrieve up to 100 receipt rule sets at a time.
-
withNextToken
A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of
ListReceiptRuleSets
to retrieve up to 100 receipt rule sets at a time.- Parameters:
nextToken
- A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls ofListReceiptRuleSets
to retrieve up to 100 receipt rule sets at a time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-