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()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetDocumentationVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.