Class ListRuleNamesByTargetResult
java.lang.Object
com.amazonaws.services.cloudwatchevents.model.ListRuleNamesByTargetResult
- All Implemented Interfaces:
Serializable
,Cloneable
The result of the ListRuleNamesByTarget operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Indicates that there are additional results to retrieve.List of rules names that can invoke the given target.int
hashCode()
void
setNextToken
(String nextToken) Indicates that there are additional results to retrieve.void
setRuleNames
(Collection<String> ruleNames) List of rules names that can invoke the given target.toString()
Returns a string representation of this object; useful for testing and debugging.withNextToken
(String nextToken) Indicates that there are additional results to retrieve.withRuleNames
(String... ruleNames) List of rules names that can invoke the given target.withRuleNames
(Collection<String> ruleNames) List of rules names that can invoke the given target.
-
Constructor Details
-
ListRuleNamesByTargetResult
public ListRuleNamesByTargetResult()
-
-
Method Details
-
getRuleNames
List of rules names that can invoke the given target.
- Returns:
- List of rules names that can invoke the given target.
-
setRuleNames
List of rules names that can invoke the given target.
- Parameters:
ruleNames
- List of rules names that can invoke the given target.
-
withRuleNames
List of rules names that can invoke the given target.
NOTE: This method appends the values to the existing list (if any). Use
setRuleNames(java.util.Collection)
orwithRuleNames(java.util.Collection)
if you want to override the existing values.- Parameters:
ruleNames
- List of rules names that can invoke the given target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withRuleNames
List of rules names that can invoke the given target.
- Parameters:
ruleNames
- List of rules names that can invoke the given target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
Indicates that there are additional results to retrieve.
- Parameters:
nextToken
- Indicates that there are additional results to retrieve.
-
getNextToken
Indicates that there are additional results to retrieve.
- Returns:
- Indicates that there are additional results to retrieve.
-
withNextToken
Indicates that there are additional results to retrieve.
- Parameters:
nextToken
- Indicates that there are additional results to retrieve.- 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
-