@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSignalCatalogsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListSignalCatalogsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListSignalCatalogsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to retrieve the next set of results, or
null if there are no more results. |
List<SignalCatalogSummary> |
getSummaries()
A list of information about each signal catalog.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
void |
setSummaries(Collection<SignalCatalogSummary> summaries)
A list of information about each signal catalog.
|
String |
toString()
Returns a string representation of this object.
|
ListSignalCatalogsResult |
withNextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
ListSignalCatalogsResult |
withSummaries(Collection<SignalCatalogSummary> summaries)
A list of information about each signal catalog.
|
ListSignalCatalogsResult |
withSummaries(SignalCatalogSummary... summaries)
A list of information about each signal catalog.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<SignalCatalogSummary> getSummaries()
A list of information about each signal catalog.
public void setSummaries(Collection<SignalCatalogSummary> summaries)
A list of information about each signal catalog.
summaries - A list of information about each signal catalog.public ListSignalCatalogsResult withSummaries(SignalCatalogSummary... summaries)
A list of information about each signal catalog.
NOTE: This method appends the values to the existing list (if any). Use
setSummaries(java.util.Collection) or withSummaries(java.util.Collection) if you want to
override the existing values.
summaries - A list of information about each signal catalog.public ListSignalCatalogsResult withSummaries(Collection<SignalCatalogSummary> summaries)
A list of information about each signal catalog.
summaries - A list of information about each signal catalog.public void setNextToken(String nextToken)
The token to retrieve the next set of results, or null if there are no more results.
nextToken - The token to retrieve the next set of results, or null if there are no more results.public String getNextToken()
The token to retrieve the next set of results, or null if there are no more results.
null if there are no more results.public ListSignalCatalogsResult withNextToken(String nextToken)
The token to retrieve the next set of results, or null if there are no more results.
nextToken - The token to retrieve the next set of results, or null if there are no more results.public String toString()
toString in class ObjectObject.toString()public ListSignalCatalogsResult clone()