public class GetDocumentationPartRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Gets a specified documentation part of a given API.
NOOP
Constructor and Description |
---|
GetDocumentationPartRequest() |
Modifier and Type | Method and Description |
---|---|
GetDocumentationPartRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDocumentationPartId()
[Required] The identifier of the to-be-retrieved documentation part.
|
String |
getRestApiId()
[Required] The identifier of an API of the to-be-retrieved documentation part.
|
int |
hashCode() |
void |
setDocumentationPartId(String documentationPartId)
[Required] The identifier of the to-be-retrieved documentation part.
|
void |
setRestApiId(String restApiId)
[Required] The identifier of an API of the to-be-retrieved documentation part.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDocumentationPartRequest |
withDocumentationPartId(String documentationPartId)
[Required] The identifier of the to-be-retrieved documentation part.
|
GetDocumentationPartRequest |
withRestApiId(String restApiId)
[Required] The identifier of an API of the to-be-retrieved documentation part.
|
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 part.
restApiId
- [Required] The identifier of an API of the to-be-retrieved documentation part.public String getRestApiId()
[Required] The identifier of an API of the to-be-retrieved documentation part.
public GetDocumentationPartRequest withRestApiId(String restApiId)
[Required] The identifier of an API of the to-be-retrieved documentation part.
restApiId
- [Required] The identifier of an API of the to-be-retrieved documentation part.public void setDocumentationPartId(String documentationPartId)
[Required] The identifier of the to-be-retrieved documentation part.
documentationPartId
- [Required] The identifier of the to-be-retrieved documentation part.public String getDocumentationPartId()
[Required] The identifier of the to-be-retrieved documentation part.
public GetDocumentationPartRequest withDocumentationPartId(String documentationPartId)
[Required] The identifier of the to-be-retrieved documentation part.
documentationPartId
- [Required] The identifier of the to-be-retrieved documentation part.public String toString()
toString
in class Object
Object.toString()
public GetDocumentationPartRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.