@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHubContentVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListHubContentVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListHubContentVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
Only list hub content versions that were created after the time specified.
|
Date |
getCreationTimeBefore()
Only list hub content versions that were created before the time specified.
|
String |
getHubContentName()
The name of the hub content.
|
String |
getHubContentType()
The type of hub content to list versions of.
|
String |
getHubName()
The name of the hub to list the content versions of.
|
Integer |
getMaxResults()
The maximum number of hub content versions to list.
|
String |
getMaxSchemaVersion()
The upper bound of the hub content schema version.
|
String |
getMinVersion()
The lower bound of the hub content versions to list.
|
String |
getNextToken()
If the response to a previous
ListHubContentVersions request was truncated, the response includes a
NextToken . |
String |
getSortBy()
Sort hub content versions by either name or creation time.
|
String |
getSortOrder()
Sort hub content versions by ascending or descending order.
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
Only list hub content versions that were created after the time specified.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
Only list hub content versions that were created before the time specified.
|
void |
setHubContentName(String hubContentName)
The name of the hub content.
|
void |
setHubContentType(String hubContentType)
The type of hub content to list versions of.
|
void |
setHubName(String hubName)
The name of the hub to list the content versions of.
|
void |
setMaxResults(Integer maxResults)
The maximum number of hub content versions to list.
|
void |
setMaxSchemaVersion(String maxSchemaVersion)
The upper bound of the hub content schema version.
|
void |
setMinVersion(String minVersion)
The lower bound of the hub content versions to list.
|
void |
setNextToken(String nextToken)
If the response to a previous
ListHubContentVersions request was truncated, the response includes a
NextToken . |
void |
setSortBy(String sortBy)
Sort hub content versions by either name or creation time.
|
void |
setSortOrder(String sortOrder)
Sort hub content versions by ascending or descending order.
|
String |
toString()
Returns a string representation of this object.
|
ListHubContentVersionsRequest |
withCreationTimeAfter(Date creationTimeAfter)
Only list hub content versions that were created after the time specified.
|
ListHubContentVersionsRequest |
withCreationTimeBefore(Date creationTimeBefore)
Only list hub content versions that were created before the time specified.
|
ListHubContentVersionsRequest |
withHubContentName(String hubContentName)
The name of the hub content.
|
ListHubContentVersionsRequest |
withHubContentType(HubContentType hubContentType)
The type of hub content to list versions of.
|
ListHubContentVersionsRequest |
withHubContentType(String hubContentType)
The type of hub content to list versions of.
|
ListHubContentVersionsRequest |
withHubName(String hubName)
The name of the hub to list the content versions of.
|
ListHubContentVersionsRequest |
withMaxResults(Integer maxResults)
The maximum number of hub content versions to list.
|
ListHubContentVersionsRequest |
withMaxSchemaVersion(String maxSchemaVersion)
The upper bound of the hub content schema version.
|
ListHubContentVersionsRequest |
withMinVersion(String minVersion)
The lower bound of the hub content versions to list.
|
ListHubContentVersionsRequest |
withNextToken(String nextToken)
If the response to a previous
ListHubContentVersions request was truncated, the response includes a
NextToken . |
ListHubContentVersionsRequest |
withSortBy(HubContentSortBy sortBy)
Sort hub content versions by either name or creation time.
|
ListHubContentVersionsRequest |
withSortBy(String sortBy)
Sort hub content versions by either name or creation time.
|
ListHubContentVersionsRequest |
withSortOrder(SortOrder sortOrder)
Sort hub content versions by ascending or descending order.
|
ListHubContentVersionsRequest |
withSortOrder(String sortOrder)
Sort hub content versions by ascending or descending order.
|
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 setHubName(String hubName)
The name of the hub to list the content versions of.
hubName
- The name of the hub to list the content versions of.public String getHubName()
The name of the hub to list the content versions of.
public ListHubContentVersionsRequest withHubName(String hubName)
The name of the hub to list the content versions of.
hubName
- The name of the hub to list the content versions of.public void setHubContentType(String hubContentType)
The type of hub content to list versions of.
hubContentType
- The type of hub content to list versions of.HubContentType
public String getHubContentType()
The type of hub content to list versions of.
HubContentType
public ListHubContentVersionsRequest withHubContentType(String hubContentType)
The type of hub content to list versions of.
hubContentType
- The type of hub content to list versions of.HubContentType
public ListHubContentVersionsRequest withHubContentType(HubContentType hubContentType)
The type of hub content to list versions of.
hubContentType
- The type of hub content to list versions of.HubContentType
public void setHubContentName(String hubContentName)
The name of the hub content.
hubContentName
- The name of the hub content.public String getHubContentName()
The name of the hub content.
public ListHubContentVersionsRequest withHubContentName(String hubContentName)
The name of the hub content.
hubContentName
- The name of the hub content.public void setMinVersion(String minVersion)
The lower bound of the hub content versions to list.
minVersion
- The lower bound of the hub content versions to list.public String getMinVersion()
The lower bound of the hub content versions to list.
public ListHubContentVersionsRequest withMinVersion(String minVersion)
The lower bound of the hub content versions to list.
minVersion
- The lower bound of the hub content versions to list.public void setMaxSchemaVersion(String maxSchemaVersion)
The upper bound of the hub content schema version.
maxSchemaVersion
- The upper bound of the hub content schema version.public String getMaxSchemaVersion()
The upper bound of the hub content schema version.
public ListHubContentVersionsRequest withMaxSchemaVersion(String maxSchemaVersion)
The upper bound of the hub content schema version.
maxSchemaVersion
- The upper bound of the hub content schema version.public void setCreationTimeBefore(Date creationTimeBefore)
Only list hub content versions that were created before the time specified.
creationTimeBefore
- Only list hub content versions that were created before the time specified.public Date getCreationTimeBefore()
Only list hub content versions that were created before the time specified.
public ListHubContentVersionsRequest withCreationTimeBefore(Date creationTimeBefore)
Only list hub content versions that were created before the time specified.
creationTimeBefore
- Only list hub content versions that were created before the time specified.public void setCreationTimeAfter(Date creationTimeAfter)
Only list hub content versions that were created after the time specified.
creationTimeAfter
- Only list hub content versions that were created after the time specified.public Date getCreationTimeAfter()
Only list hub content versions that were created after the time specified.
public ListHubContentVersionsRequest withCreationTimeAfter(Date creationTimeAfter)
Only list hub content versions that were created after the time specified.
creationTimeAfter
- Only list hub content versions that were created after the time specified.public void setSortBy(String sortBy)
Sort hub content versions by either name or creation time.
sortBy
- Sort hub content versions by either name or creation time.HubContentSortBy
public String getSortBy()
Sort hub content versions by either name or creation time.
HubContentSortBy
public ListHubContentVersionsRequest withSortBy(String sortBy)
Sort hub content versions by either name or creation time.
sortBy
- Sort hub content versions by either name or creation time.HubContentSortBy
public ListHubContentVersionsRequest withSortBy(HubContentSortBy sortBy)
Sort hub content versions by either name or creation time.
sortBy
- Sort hub content versions by either name or creation time.HubContentSortBy
public void setSortOrder(String sortOrder)
Sort hub content versions by ascending or descending order.
sortOrder
- Sort hub content versions by ascending or descending order.SortOrder
public String getSortOrder()
Sort hub content versions by ascending or descending order.
SortOrder
public ListHubContentVersionsRequest withSortOrder(String sortOrder)
Sort hub content versions by ascending or descending order.
sortOrder
- Sort hub content versions by ascending or descending order.SortOrder
public ListHubContentVersionsRequest withSortOrder(SortOrder sortOrder)
Sort hub content versions by ascending or descending order.
sortOrder
- Sort hub content versions by ascending or descending order.SortOrder
public void setMaxResults(Integer maxResults)
The maximum number of hub content versions to list.
maxResults
- The maximum number of hub content versions to list.public Integer getMaxResults()
The maximum number of hub content versions to list.
public ListHubContentVersionsRequest withMaxResults(Integer maxResults)
The maximum number of hub content versions to list.
maxResults
- The maximum number of hub content versions to list.public void setNextToken(String nextToken)
If the response to a previous ListHubContentVersions
request was truncated, the response includes a
NextToken
. To retrieve the next set of hub content versions, use the token in the next request.
nextToken
- If the response to a previous ListHubContentVersions
request was truncated, the response
includes a NextToken
. To retrieve the next set of hub content versions, use the token in the
next request.public String getNextToken()
If the response to a previous ListHubContentVersions
request was truncated, the response includes a
NextToken
. To retrieve the next set of hub content versions, use the token in the next request.
ListHubContentVersions
request was truncated, the response
includes a NextToken
. To retrieve the next set of hub content versions, use the token in the
next request.public ListHubContentVersionsRequest withNextToken(String nextToken)
If the response to a previous ListHubContentVersions
request was truncated, the response includes a
NextToken
. To retrieve the next set of hub content versions, use the token in the next request.
nextToken
- If the response to a previous ListHubContentVersions
request was truncated, the response
includes a NextToken
. To retrieve the next set of hub content versions, use the token in the
next request.public String toString()
toString
in class Object
Object.toString()
public ListHubContentVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.