@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSignalCatalogNodesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSignalCatalogNodesRequest() |
Modifier and Type | Method and Description |
---|---|
ListSignalCatalogNodesRequest |
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 signal catalog to list information about.
|
String |
getNextToken()
A pagination token for the next set of results.
|
String |
getSignalNodeType()
The type of node in the signal catalog.
|
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 signal catalog to list information about.
|
void |
setNextToken(String nextToken)
A pagination token for the next set of results.
|
void |
setSignalNodeType(String signalNodeType)
The type of node in the signal catalog.
|
String |
toString()
Returns a string representation of this object.
|
ListSignalCatalogNodesRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return, between 1 and 100, inclusive.
|
ListSignalCatalogNodesRequest |
withName(String name)
The name of the signal catalog to list information about.
|
ListSignalCatalogNodesRequest |
withNextToken(String nextToken)
A pagination token for the next set of results.
|
ListSignalCatalogNodesRequest |
withSignalNodeType(SignalNodeType signalNodeType)
The type of node in the signal catalog.
|
ListSignalCatalogNodesRequest |
withSignalNodeType(String signalNodeType)
The type of node in the signal catalog.
|
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 setName(String name)
The name of the signal catalog to list information about.
name
- The name of the signal catalog to list information about.public String getName()
The name of the signal catalog to list information about.
public ListSignalCatalogNodesRequest withName(String name)
The name of the signal catalog to list information about.
name
- The name of the signal catalog 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 ListSignalCatalogNodesRequest 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 ListSignalCatalogNodesRequest 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 void setSignalNodeType(String signalNodeType)
The type of node in the signal catalog.
signalNodeType
- The type of node in the signal catalog.SignalNodeType
public String getSignalNodeType()
The type of node in the signal catalog.
SignalNodeType
public ListSignalCatalogNodesRequest withSignalNodeType(String signalNodeType)
The type of node in the signal catalog.
signalNodeType
- The type of node in the signal catalog.SignalNodeType
public ListSignalCatalogNodesRequest withSignalNodeType(SignalNodeType signalNodeType)
The type of node in the signal catalog.
signalNodeType
- The type of node in the signal catalog.SignalNodeType
public String toString()
toString
in class Object
Object.toString()
public ListSignalCatalogNodesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()