@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDecoderManifestNetworkInterfacesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDecoderManifestNetworkInterfacesRequest() |
Modifier and Type | Method and Description |
---|---|
ListDecoderManifestNetworkInterfacesRequest |
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 items to return, between 1 and 100, inclusive.
|
String |
getName()
The name of the decoder manifest to list information about.
|
String |
getNextToken()
A pagination token for the next set of results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of items to return, between 1 and 100, inclusive.
|
void |
setName(String name)
The name of the decoder manifest to list information about.
|
void |
setNextToken(String nextToken)
A pagination token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListDecoderManifestNetworkInterfacesRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return, between 1 and 100, inclusive.
|
ListDecoderManifestNetworkInterfacesRequest |
withName(String name)
The name of the decoder manifest to list information about.
|
ListDecoderManifestNetworkInterfacesRequest |
withNextToken(String nextToken)
A pagination token for the next set of results.
|
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 ListDecoderManifestNetworkInterfacesRequest()
public void setName(String name)
The name of the decoder manifest to list information about.
name
- The name of the decoder manifest to list information about.public String getName()
The name of the decoder manifest to list information about.
public ListDecoderManifestNetworkInterfacesRequest withName(String name)
The name of the decoder manifest to list information about.
name
- The name of the decoder manifest to list information about.public void setNextToken(String nextToken)
A pagination token for the next set of results.
If the results of a search are large, only a portion of the results are returned, and a nextToken
pagination token is returned in the response. To retrieve the next set of results, reissue the search request and
include the returned token. When all results have been returned, the response does not contain a pagination token
value.
nextToken
- A pagination token for the next set of results.
If the results of a search are large, only a portion of the results are returned, and a
nextToken
pagination token is returned in the response. To retrieve the next set of results,
reissue the search request and include the returned token. When all results have been returned, the
response does not contain a pagination token value.
public String getNextToken()
A pagination token for the next set of results.
If the results of a search are large, only a portion of the results are returned, and a nextToken
pagination token is returned in the response. To retrieve the next set of results, reissue the search request and
include the returned token. When all results have been returned, the response does not contain a pagination token
value.
If the results of a search are large, only a portion of the results are returned, and a
nextToken
pagination token is returned in the response. To retrieve the next set of results,
reissue the search request and include the returned token. When all results have been returned, the
response does not contain a pagination token value.
public ListDecoderManifestNetworkInterfacesRequest withNextToken(String nextToken)
A pagination token for the next set of results.
If the results of a search are large, only a portion of the results are returned, and a nextToken
pagination token is returned in the response. To retrieve the next set of results, reissue the search request and
include the returned token. When all results have been returned, the response does not contain a pagination token
value.
nextToken
- A pagination token for the next set of results.
If the results of a search are large, only a portion of the results are returned, and a
nextToken
pagination token is returned in the response. To retrieve the next set of results,
reissue the search request and include the returned token. When all results have been returned, the
response does not contain a pagination token value.
public void setMaxResults(Integer maxResults)
The maximum number of items to return, between 1 and 100, inclusive.
maxResults
- The maximum number of items to return, between 1 and 100, inclusive.public Integer getMaxResults()
The maximum number of items to return, between 1 and 100, inclusive.
public ListDecoderManifestNetworkInterfacesRequest withMaxResults(Integer maxResults)
The maximum number of items to return, between 1 and 100, inclusive.
maxResults
- The maximum number of items to return, between 1 and 100, inclusive.public String toString()
toString
in class Object
Object.toString()
public ListDecoderManifestNetworkInterfacesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()