@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDocumentationVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Gets the documentation versions of an API.
NOOP| Constructor and Description |
|---|
GetDocumentationVersionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetDocumentationVersionsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getLimit()
The page size of the returned documentation versions.
|
String |
getPosition()
The position of the returned
DocumentationVersion in the DocumentationVersions collection. |
String |
getRestApiId()
[Required] The identifier of an API of the to-be-retrieved documentation versions.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The page size of the returned documentation versions.
|
void |
setPosition(String position)
The position of the returned
DocumentationVersion in the DocumentationVersions collection. |
void |
setRestApiId(String restApiId)
[Required] The identifier of an API of the to-be-retrieved documentation versions.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDocumentationVersionsRequest |
withLimit(Integer limit)
The page size of the returned documentation versions.
|
GetDocumentationVersionsRequest |
withPosition(String position)
The position of the returned
DocumentationVersion in the DocumentationVersions collection. |
GetDocumentationVersionsRequest |
withRestApiId(String restApiId)
[Required] The identifier of an API of the to-be-retrieved documentation versions.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRestApiId(String restApiId)
[Required] The identifier of an API of the to-be-retrieved documentation versions.
restApiId - [Required] The identifier of an API of the to-be-retrieved documentation versions.public String getRestApiId()
[Required] The identifier of an API of the to-be-retrieved documentation versions.
public GetDocumentationVersionsRequest withRestApiId(String restApiId)
[Required] The identifier of an API of the to-be-retrieved documentation versions.
restApiId - [Required] The identifier of an API of the to-be-retrieved documentation versions.public void setPosition(String position)
The position of the returned DocumentationVersion in the DocumentationVersions collection.
position - The position of the returned DocumentationVersion in the DocumentationVersions
collection.public String getPosition()
The position of the returned DocumentationVersion in the DocumentationVersions collection.
DocumentationVersion in the DocumentationVersions
collection.public GetDocumentationVersionsRequest withPosition(String position)
The position of the returned DocumentationVersion in the DocumentationVersions collection.
position - The position of the returned DocumentationVersion in the DocumentationVersions
collection.public void setLimit(Integer limit)
The page size of the returned documentation versions.
limit - The page size of the returned documentation versions.public Integer getLimit()
The page size of the returned documentation versions.
public GetDocumentationVersionsRequest withLimit(Integer limit)
The page size of the returned documentation versions.
limit - The page size of the returned documentation versions.public String toString()
toString in class ObjectObject.toString()public GetDocumentationVersionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.