@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppsListsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAppsListsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAppsListsResult |
clone() |
boolean |
equals(Object obj) |
List<AppsListDataSummary> |
getAppsLists()
An array of
AppsListDataSummary objects. |
String |
getNextToken()
If you specify a value for
MaxResults in your list request, and you have more objects than the
maximum, AWS Firewall Manager returns this token in the response. |
int |
hashCode() |
void |
setAppsLists(Collection<AppsListDataSummary> appsLists)
An array of
AppsListDataSummary objects. |
void |
setNextToken(String nextToken)
If you specify a value for
MaxResults in your list request, and you have more objects than the
maximum, AWS Firewall Manager returns this token in the response. |
String |
toString()
Returns a string representation of this object.
|
ListAppsListsResult |
withAppsLists(AppsListDataSummary... appsLists)
An array of
AppsListDataSummary objects. |
ListAppsListsResult |
withAppsLists(Collection<AppsListDataSummary> appsLists)
An array of
AppsListDataSummary objects. |
ListAppsListsResult |
withNextToken(String nextToken)
If you specify a value for
MaxResults in your list request, and you have more objects than the
maximum, AWS Firewall Manager returns this token in the response. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AppsListDataSummary> getAppsLists()
An array of AppsListDataSummary objects.
AppsListDataSummary objects.public void setAppsLists(Collection<AppsListDataSummary> appsLists)
An array of AppsListDataSummary objects.
appsLists - An array of AppsListDataSummary objects.public ListAppsListsResult withAppsLists(AppsListDataSummary... appsLists)
An array of AppsListDataSummary objects.
NOTE: This method appends the values to the existing list (if any). Use
setAppsLists(java.util.Collection) or withAppsLists(java.util.Collection) if you want to
override the existing values.
appsLists - An array of AppsListDataSummary objects.public ListAppsListsResult withAppsLists(Collection<AppsListDataSummary> appsLists)
An array of AppsListDataSummary objects.
appsLists - An array of AppsListDataSummary objects.public void setNextToken(String nextToken)
If you specify a value for MaxResults in your list request, and you have more objects than the
maximum, AWS Firewall Manager returns this token in the response. You can use this token in subsequent requests
to retrieve the next batch of objects.
nextToken - If you specify a value for MaxResults in your list request, and you have more objects than
the maximum, AWS Firewall Manager returns this token in the response. You can use this token in subsequent
requests to retrieve the next batch of objects.public String getNextToken()
If you specify a value for MaxResults in your list request, and you have more objects than the
maximum, AWS Firewall Manager returns this token in the response. You can use this token in subsequent requests
to retrieve the next batch of objects.
MaxResults in your list request, and you have more objects than
the maximum, AWS Firewall Manager returns this token in the response. You can use this token in
subsequent requests to retrieve the next batch of objects.public ListAppsListsResult withNextToken(String nextToken)
If you specify a value for MaxResults in your list request, and you have more objects than the
maximum, AWS Firewall Manager returns this token in the response. You can use this token in subsequent requests
to retrieve the next batch of objects.
nextToken - If you specify a value for MaxResults in your list request, and you have more objects than
the maximum, AWS Firewall Manager returns this token in the response. You can use this token in subsequent
requests to retrieve the next batch of objects.public String toString()
toString in class ObjectObject.toString()public ListAppsListsResult clone()