@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGroupResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListGroupResourcesResult() |
Modifier and Type | Method and Description |
---|---|
ListGroupResourcesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token that indicates that there is more data available.
|
List<String> |
getResources()
An array of ARNs.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that indicates that there is more data available.
|
void |
setResources(Collection<String> resources)
An array of ARNs.
|
String |
toString()
Returns a string representation of this object.
|
ListGroupResourcesResult |
withNextToken(String nextToken)
A token that indicates that there is more data available.
|
ListGroupResourcesResult |
withResources(Collection<String> resources)
An array of ARNs.
|
ListGroupResourcesResult |
withResources(String... resources)
An array of ARNs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getResources()
An array of ARNs. These ARNs are for the canaries that are associated with the group.
public void setResources(Collection<String> resources)
An array of ARNs. These ARNs are for the canaries that are associated with the group.
resources
- An array of ARNs. These ARNs are for the canaries that are associated with the group.public ListGroupResourcesResult withResources(String... resources)
An array of ARNs. These ARNs are for the canaries that are associated with the group.
NOTE: This method appends the values to the existing list (if any). Use
setResources(java.util.Collection)
or withResources(java.util.Collection)
if you want to
override the existing values.
resources
- An array of ARNs. These ARNs are for the canaries that are associated with the group.public ListGroupResourcesResult withResources(Collection<String> resources)
An array of ARNs. These ARNs are for the canaries that are associated with the group.
resources
- An array of ARNs. These ARNs are for the canaries that are associated with the group.public void setNextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent
ListGroupResources
operation to retrieve the next set of results.
nextToken
- A token that indicates that there is more data available. You can use this token in a subsequent
ListGroupResources
operation to retrieve the next set of results.public String getNextToken()
A token that indicates that there is more data available. You can use this token in a subsequent
ListGroupResources
operation to retrieve the next set of results.
ListGroupResources
operation to retrieve the next set of results.public ListGroupResourcesResult withNextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent
ListGroupResources
operation to retrieve the next set of results.
nextToken
- A token that indicates that there is more data available. You can use this token in a subsequent
ListGroupResources
operation to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListGroupResourcesResult clone()