public class ListTargetsForPolicyResult extends Object implements Serializable
Constructor and Description |
---|
ListTargetsForPolicyResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getNextMarker()
A marker used to get the next set of results.
|
List<String> |
getTargets()
The policy targets.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
A marker used to get the next set of results.
|
void |
setTargets(Collection<String> targets)
The policy targets.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTargetsForPolicyResult |
withNextMarker(String nextMarker)
A marker used to get the next set of results.
|
ListTargetsForPolicyResult |
withTargets(Collection<String> targets)
The policy targets.
|
ListTargetsForPolicyResult |
withTargets(String... targets)
The policy targets.
|
public void setTargets(Collection<String> targets)
The policy targets.
targets
- The policy targets.
public ListTargetsForPolicyResult withTargets(String... targets)
The policy targets.
Returns a reference to this object so that method calls can be chained together.
targets
- The policy targets.
public ListTargetsForPolicyResult withTargets(Collection<String> targets)
The policy targets.
Returns a reference to this object so that method calls can be chained together.
targets
- The policy targets.
public String getNextMarker()
A marker used to get the next set of results.
Constraints:
Pattern: [A-Za-z0-9+/]+={0,2}
A marker used to get the next set of results.
public void setNextMarker(String nextMarker)
A marker used to get the next set of results.
Constraints:
Pattern: [A-Za-z0-9+/]+={0,2}
nextMarker
- A marker used to get the next set of results.
public ListTargetsForPolicyResult withNextMarker(String nextMarker)
A marker used to get the next set of results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [A-Za-z0-9+/]+={0,2}
nextMarker
- A marker used to get the next set of results.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.