@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHubContentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListHubContentsResult() |
Modifier and Type | Method and Description |
---|---|
ListHubContentsResult |
clone() |
boolean |
equals(Object obj) |
List<HubContentInfo> |
getHubContentSummaries()
The summaries of the listed hub content.
|
String |
getNextToken()
If the response is truncated, SageMaker returns this token.
|
int |
hashCode() |
void |
setHubContentSummaries(Collection<HubContentInfo> hubContentSummaries)
The summaries of the listed hub content.
|
void |
setNextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
String |
toString()
Returns a string representation of this object.
|
ListHubContentsResult |
withHubContentSummaries(Collection<HubContentInfo> hubContentSummaries)
The summaries of the listed hub content.
|
ListHubContentsResult |
withHubContentSummaries(HubContentInfo... hubContentSummaries)
The summaries of the listed hub content.
|
ListHubContentsResult |
withNextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<HubContentInfo> getHubContentSummaries()
The summaries of the listed hub content.
public void setHubContentSummaries(Collection<HubContentInfo> hubContentSummaries)
The summaries of the listed hub content.
hubContentSummaries
- The summaries of the listed hub content.public ListHubContentsResult withHubContentSummaries(HubContentInfo... hubContentSummaries)
The summaries of the listed hub content.
NOTE: This method appends the values to the existing list (if any). Use
setHubContentSummaries(java.util.Collection)
or withHubContentSummaries(java.util.Collection)
if you want to override the existing values.
hubContentSummaries
- The summaries of the listed hub content.public ListHubContentsResult withHubContentSummaries(Collection<HubContentInfo> hubContentSummaries)
The summaries of the listed hub content.
hubContentSummaries
- The summaries of the listed hub content.public void setNextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content, use it in the subsequent request.
nextToken
- If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content, use
it in the subsequent request.public String getNextToken()
If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content, use it in the subsequent request.
public ListHubContentsResult withNextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content, use it in the subsequent request.
nextToken
- If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content, use
it in the subsequent request.public String toString()
toString
in class Object
Object.toString()
public ListHubContentsResult clone()