@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 |
getComponentName()
The name of a component that you want to get the detailed data for.
|
String |
getEnvironmentName()
The name of a environment that you want to get the detailed data for.
|
String |
getId()
The ID of the deployment that you want to get the detailed data for.
|
String |
getServiceInstanceName()
The name of the service instance associated with the given deployment ID.
|
String |
getServiceName()
The name of the service associated with the given deployment ID.
|
int |
hashCode() |
void |
setComponentName(String componentName)
The name of a component that you want to get the detailed data for.
|
void |
setEnvironmentName(String environmentName)
The name of a environment that you want to get the detailed data for.
|
void |
setId(String id)
The ID of the deployment that you want to get the detailed data for.
|
void |
setServiceInstanceName(String serviceInstanceName)
The name of the service instance associated with the given deployment ID.
|
void |
setServiceName(String serviceName)
The name of the service associated with the given deployment ID.
|
String |
toString()
Returns a string representation of this object.
|
GetDeploymentRequest |
withComponentName(String componentName)
The name of a component that you want to get the detailed data for.
|
GetDeploymentRequest |
withEnvironmentName(String environmentName)
The name of a environment that you want to get the detailed data for.
|
GetDeploymentRequest |
withId(String id)
The ID of the deployment that you want to get the detailed data for.
|
GetDeploymentRequest |
withServiceInstanceName(String serviceInstanceName)
The name of the service instance associated with the given deployment ID.
|
GetDeploymentRequest |
withServiceName(String serviceName)
The name of the service associated with the given deployment ID.
|
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 setComponentName(String componentName)
The name of a component that you want to get the detailed data for.
componentName
- The name of a component that you want to get the detailed data for.public String getComponentName()
The name of a component that you want to get the detailed data for.
public GetDeploymentRequest withComponentName(String componentName)
The name of a component that you want to get the detailed data for.
componentName
- The name of a component that you want to get the detailed data for.public void setEnvironmentName(String environmentName)
The name of a environment that you want to get the detailed data for.
environmentName
- The name of a environment that you want to get the detailed data for.public String getEnvironmentName()
The name of a environment that you want to get the detailed data for.
public GetDeploymentRequest withEnvironmentName(String environmentName)
The name of a environment that you want to get the detailed data for.
environmentName
- The name of a environment that you want to get the detailed data for.public void setId(String id)
The ID of the deployment that you want to get the detailed data for.
id
- The ID of the deployment that you want to get the detailed data for.public String getId()
The ID of the deployment that you want to get the detailed data for.
public GetDeploymentRequest withId(String id)
The ID of the deployment that you want to get the detailed data for.
id
- The ID of the deployment that you want to get the detailed data for.public void setServiceInstanceName(String serviceInstanceName)
The name of the service instance associated with the given deployment ID. serviceName
must be
specified to identify the service instance.
serviceInstanceName
- The name of the service instance associated with the given deployment ID. serviceName
must be
specified to identify the service instance.public String getServiceInstanceName()
The name of the service instance associated with the given deployment ID. serviceName
must be
specified to identify the service instance.
serviceName
must
be specified to identify the service instance.public GetDeploymentRequest withServiceInstanceName(String serviceInstanceName)
The name of the service instance associated with the given deployment ID. serviceName
must be
specified to identify the service instance.
serviceInstanceName
- The name of the service instance associated with the given deployment ID. serviceName
must be
specified to identify the service instance.public void setServiceName(String serviceName)
The name of the service associated with the given deployment ID.
serviceName
- The name of the service associated with the given deployment ID.public String getServiceName()
The name of the service associated with the given deployment ID.
public GetDeploymentRequest withServiceName(String serviceName)
The name of the service associated with the given deployment ID.
serviceName
- The name of the service associated with the given deployment ID.public String toString()
toString
in class Object
Object.toString()
public GetDeploymentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()