@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourceSetResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListResourceSetResourcesResult() |
Modifier and Type | Method and Description |
---|---|
ListResourceSetResourcesResult |
clone() |
boolean |
equals(Object obj) |
List<Resource> |
getItems()
An array of the associated resources' uniform resource identifiers (URI).
|
String |
getNextToken()
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. |
int |
hashCode() |
void |
setItems(Collection<Resource> items)
An array of the associated resources' uniform resource identifiers (URI).
|
void |
setNextToken(String nextToken)
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. |
String |
toString()
Returns a string representation of this object.
|
ListResourceSetResourcesResult |
withItems(Collection<Resource> items)
An array of the associated resources' uniform resource identifiers (URI).
|
ListResourceSetResourcesResult |
withItems(Resource... items)
An array of the associated resources' uniform resource identifiers (URI).
|
ListResourceSetResourcesResult |
withNextToken(String nextToken)
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken value in the response. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Resource> getItems()
An array of the associated resources' uniform resource identifiers (URI).
public void setItems(Collection<Resource> items)
An array of the associated resources' uniform resource identifiers (URI).
items
- An array of the associated resources' uniform resource identifiers (URI).public ListResourceSetResourcesResult withItems(Resource... items)
An array of the associated resources' uniform resource identifiers (URI).
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- An array of the associated resources' uniform resource identifiers (URI).public ListResourceSetResourcesResult withItems(Collection<Resource> items)
An array of the associated resources' uniform resource identifiers (URI).
items
- An array of the associated resources' uniform resource identifiers (URI).public void setNextToken(String nextToken)
When you request a list of objects with a MaxResults
setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
nextToken
- When you request a list of objects with a MaxResults
setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public String getNextToken()
When you request a list of objects with a MaxResults
setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
MaxResults
setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public ListResourceSetResourcesResult withNextToken(String nextToken)
When you request a list of objects with a MaxResults
setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
nextToken
- When you request a list of objects with a MaxResults
setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a
NextToken
value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public String toString()
toString
in class Object
Object.toString()
public ListResourceSetResourcesResult clone()