@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProtocolsListsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListProtocolsListsRequest() |
Modifier and Type | Method and Description |
---|---|
ListProtocolsListsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getDefaultLists()
Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.
|
Integer |
getMaxResults()
The maximum number of objects that you want AWS Firewall Manager to return for this request.
|
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() |
Boolean |
isDefaultLists()
Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.
|
void |
setDefaultLists(Boolean defaultLists)
Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.
|
void |
setMaxResults(Integer maxResults)
The maximum number of objects that you want AWS Firewall Manager to return for this request.
|
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.
|
ListProtocolsListsRequest |
withDefaultLists(Boolean defaultLists)
Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.
|
ListProtocolsListsRequest |
withMaxResults(Integer maxResults)
The maximum number of objects that you want AWS Firewall Manager to return for this request.
|
ListProtocolsListsRequest |
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. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDefaultLists(Boolean defaultLists)
Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.
defaultLists
- Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.public Boolean getDefaultLists()
Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.
public ListProtocolsListsRequest withDefaultLists(Boolean defaultLists)
Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.
defaultLists
- Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.public Boolean isDefaultLists()
Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.
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. For all but the first request, you provide the
token returned by the prior request in the request parameters, 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. For all but the first request, you
provide the token returned by the prior request in the request parameters, 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. For all but the first request, you provide the
token returned by the prior request in the request parameters, 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. For all but the first request, you
provide the token returned by the prior request in the request parameters, to retrieve the next batch of
objects.public ListProtocolsListsRequest 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. For all but the first request, you provide the
token returned by the prior request in the request parameters, 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. For all but the first request, you
provide the token returned by the prior request in the request parameters, to retrieve the next batch of
objects.public void setMaxResults(Integer maxResults)
The maximum number of objects that you want AWS Firewall Manager to return for this request. If more objects are
available, in the response, AWS Firewall Manager provides a NextToken
value that you can use in a
subsequent call to get the next batch of objects.
If you don't specify this, AWS Firewall Manager returns all available objects.
maxResults
- The maximum number of objects that you want AWS Firewall Manager to return for this request. If more
objects are available, in the response, AWS Firewall Manager provides a NextToken
value that
you can use in a subsequent call to get the next batch of objects.
If you don't specify this, AWS Firewall Manager returns all available objects.
public Integer getMaxResults()
The maximum number of objects that you want AWS Firewall Manager to return for this request. If more objects are
available, in the response, AWS Firewall Manager provides a NextToken
value that you can use in a
subsequent call to get the next batch of objects.
If you don't specify this, AWS Firewall Manager returns all available objects.
NextToken
value that
you can use in a subsequent call to get the next batch of objects.
If you don't specify this, AWS Firewall Manager returns all available objects.
public ListProtocolsListsRequest withMaxResults(Integer maxResults)
The maximum number of objects that you want AWS Firewall Manager to return for this request. If more objects are
available, in the response, AWS Firewall Manager provides a NextToken
value that you can use in a
subsequent call to get the next batch of objects.
If you don't specify this, AWS Firewall Manager returns all available objects.
maxResults
- The maximum number of objects that you want AWS Firewall Manager to return for this request. If more
objects are available, in the response, AWS Firewall Manager provides a NextToken
value that
you can use in a subsequent call to get the next batch of objects.
If you don't specify this, AWS Firewall Manager returns all available objects.
public String toString()
toString
in class Object
Object.toString()
public ListProtocolsListsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()