@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHubContentVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListHubContentVersionsResult() |
Modifier and Type | Method and Description |
---|---|
ListHubContentVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<HubContentInfo> |
getHubContentSummaries()
The summaries of the listed hub content versions.
|
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 versions.
|
void |
setNextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
String |
toString()
Returns a string representation of this object.
|
ListHubContentVersionsResult |
withHubContentSummaries(Collection<HubContentInfo> hubContentSummaries)
The summaries of the listed hub content versions.
|
ListHubContentVersionsResult |
withHubContentSummaries(HubContentInfo... hubContentSummaries)
The summaries of the listed hub content versions.
|
ListHubContentVersionsResult |
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 versions.
public void setHubContentSummaries(Collection<HubContentInfo> hubContentSummaries)
The summaries of the listed hub content versions.
hubContentSummaries
- The summaries of the listed hub content versions.public ListHubContentVersionsResult withHubContentSummaries(HubContentInfo... hubContentSummaries)
The summaries of the listed hub content versions.
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 versions.public ListHubContentVersionsResult withHubContentSummaries(Collection<HubContentInfo> hubContentSummaries)
The summaries of the listed hub content versions.
hubContentSummaries
- The summaries of the listed hub content versions.public void setNextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content versions, use it in the subsequent request.
nextToken
- If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content
versions, 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 versions, use it in the subsequent request.
public ListHubContentVersionsResult withNextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content versions, use it in the subsequent request.
nextToken
- If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content
versions, use it in the subsequent request.public String toString()
toString
in class Object
Object.toString()
public ListHubContentVersionsResult clone()