@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTLSInspectionConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTLSInspectionConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTLSInspectionConfigurationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of objects that you want Network Firewall to return for this request.
|
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, Network Firewall returns a
NextToken value in the response. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of objects that you want Network Firewall to return for this request.
|
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, Network Firewall returns a
NextToken value in the response. |
String |
toString()
Returns a string representation of this object.
|
ListTLSInspectionConfigurationsRequest |
withMaxResults(Integer maxResults)
The maximum number of objects that you want Network Firewall to return for this request.
|
ListTLSInspectionConfigurationsRequest |
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, Network Firewall returns a
NextToken value 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 ListTLSInspectionConfigurationsRequest()
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, Network Firewall 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, Network Firewall 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, Network Firewall 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, Network Firewall 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 ListTLSInspectionConfigurationsRequest 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, Network Firewall 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, Network Firewall 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 void setMaxResults(Integer maxResults)
The maximum number of objects that you want Network Firewall to return for this request. If more objects are
available, in the response, Network Firewall provides a NextToken
value that you can use in a
subsequent call to get the next batch of objects.
maxResults
- The maximum number of objects that you want Network Firewall to return for this request. If more objects
are available, in the response, Network Firewall provides a NextToken
value that you can use
in a subsequent call to get the next batch of objects.public Integer getMaxResults()
The maximum number of objects that you want Network Firewall to return for this request. If more objects are
available, in the response, Network Firewall provides a NextToken
value that you can use in a
subsequent call to get the next batch of objects.
NextToken
value that you can use
in a subsequent call to get the next batch of objects.public ListTLSInspectionConfigurationsRequest withMaxResults(Integer maxResults)
The maximum number of objects that you want Network Firewall to return for this request. If more objects are
available, in the response, Network Firewall provides a NextToken
value that you can use in a
subsequent call to get the next batch of objects.
maxResults
- The maximum number of objects that you want Network Firewall to return for this request. If more objects
are available, in the response, Network Firewall provides a NextToken
value that you can use
in a subsequent call to get the next batch of objects.public String toString()
toString
in class Object
Object.toString()
public ListTLSInspectionConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()