@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Requests Amazon API Gateway to get information about a Deployment resource.
NOOP
Constructor and Description |
---|
GetDeploymentRequest() |
Modifier and Type | Method and Description |
---|---|
GetDeploymentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeploymentId()
The identifier of the Deployment resource to get information about.
|
List<String> |
getEmbed()
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response.
|
String |
getRestApiId()
The string identifier of the associated RestApi.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
The identifier of the Deployment resource to get information about.
|
void |
setEmbed(Collection<String> embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response.
|
void |
setRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDeploymentRequest |
withDeploymentId(String deploymentId)
The identifier of the Deployment resource to get information about.
|
GetDeploymentRequest |
withEmbed(Collection<String> embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response.
|
GetDeploymentRequest |
withEmbed(String... embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response.
|
GetDeploymentRequest |
withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
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 setRestApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId
- The string identifier of the associated RestApi.public String getRestApiId()
The string identifier of the associated RestApi.
public GetDeploymentRequest withRestApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId
- The string identifier of the associated RestApi.public void setDeploymentId(String deploymentId)
The identifier of the Deployment resource to get information about.
deploymentId
- The identifier of the Deployment resource to get information about.public String getDeploymentId()
The identifier of the Deployment resource to get information about.
public GetDeploymentRequest withDeploymentId(String deploymentId)
The identifier of the Deployment resource to get information about.
deploymentId
- The identifier of the Deployment resource to get information about.public List<String> getEmbed()
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response. In a REST API call, this embed
parameter value is a list of comma-separated strings, as in
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2
. The SDK and other
platform-dependent libraries might use a different format for the list. Currently, this request supports only
retrieval of the embedded API summary this way. Hence, the parameter value must be a single-valued list
containing only the "apisummary"
string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary
.
embed
parameter value is a list of comma-separated
strings, as in GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2
. The
SDK and other platform-dependent libraries might use a different format for the list. Currently, this
request supports only retrieval of the embedded API summary this way. Hence, the parameter value must be
a single-valued list containing only the "apisummary"
string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary
.public void setEmbed(Collection<String> embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response. In a REST API call, this embed
parameter value is a list of comma-separated strings, as in
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2
. The SDK and other
platform-dependent libraries might use a different format for the list. Currently, this request supports only
retrieval of the embedded API summary this way. Hence, the parameter value must be a single-valued list
containing only the "apisummary"
string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary
.
embed
- A query parameter to retrieve the specified embedded resources of the returned Deployment resource
in the response. In a REST API call, this embed
parameter value is a list of comma-separated
strings, as in GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2
. The
SDK and other platform-dependent libraries might use a different format for the list. Currently, this
request supports only retrieval of the embedded API summary this way. Hence, the parameter value must be a
single-valued list containing only the "apisummary"
string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary
.public GetDeploymentRequest withEmbed(String... embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response. In a REST API call, this embed
parameter value is a list of comma-separated strings, as in
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2
. The SDK and other
platform-dependent libraries might use a different format for the list. Currently, this request supports only
retrieval of the embedded API summary this way. Hence, the parameter value must be a single-valued list
containing only the "apisummary"
string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary
.
NOTE: This method appends the values to the existing list (if any). Use
setEmbed(java.util.Collection)
or withEmbed(java.util.Collection)
if you want to override the
existing values.
embed
- A query parameter to retrieve the specified embedded resources of the returned Deployment resource
in the response. In a REST API call, this embed
parameter value is a list of comma-separated
strings, as in GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2
. The
SDK and other platform-dependent libraries might use a different format for the list. Currently, this
request supports only retrieval of the embedded API summary this way. Hence, the parameter value must be a
single-valued list containing only the "apisummary"
string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary
.public GetDeploymentRequest withEmbed(Collection<String> embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response. In a REST API call, this embed
parameter value is a list of comma-separated strings, as in
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2
. The SDK and other
platform-dependent libraries might use a different format for the list. Currently, this request supports only
retrieval of the embedded API summary this way. Hence, the parameter value must be a single-valued list
containing only the "apisummary"
string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary
.
embed
- A query parameter to retrieve the specified embedded resources of the returned Deployment resource
in the response. In a REST API call, this embed
parameter value is a list of comma-separated
strings, as in GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2
. The
SDK and other platform-dependent libraries might use a different format for the list. Currently, this
request supports only retrieval of the embedded API summary this way. Hence, the parameter value must be a
single-valued list containing only the "apisummary"
string. For example,
GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary
.public String toString()
toString
in class Object
Object.toString()
public GetDeploymentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.