@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeploymentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDeploymentsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDeploymentsRequest |
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 for result list filtering.
|
String |
getEnvironmentName()
The name of an environment for result list filtering.
|
Integer |
getMaxResults()
The maximum number of deployments to list.
|
String |
getNextToken()
A token that indicates the location of the next deployment in the array of deployment, after the list of
deployment that was previously requested.
|
String |
getServiceInstanceName()
The name of a service instance for result list filtering.
|
String |
getServiceName()
The name of a service for result list filtering.
|
int |
hashCode() |
void |
setComponentName(String componentName)
The name of a component for result list filtering.
|
void |
setEnvironmentName(String environmentName)
The name of an environment for result list filtering.
|
void |
setMaxResults(Integer maxResults)
The maximum number of deployments to list.
|
void |
setNextToken(String nextToken)
A token that indicates the location of the next deployment in the array of deployment, after the list of
deployment that was previously requested.
|
void |
setServiceInstanceName(String serviceInstanceName)
The name of a service instance for result list filtering.
|
void |
setServiceName(String serviceName)
The name of a service for result list filtering.
|
String |
toString()
Returns a string representation of this object.
|
ListDeploymentsRequest |
withComponentName(String componentName)
The name of a component for result list filtering.
|
ListDeploymentsRequest |
withEnvironmentName(String environmentName)
The name of an environment for result list filtering.
|
ListDeploymentsRequest |
withMaxResults(Integer maxResults)
The maximum number of deployments to list.
|
ListDeploymentsRequest |
withNextToken(String nextToken)
A token that indicates the location of the next deployment in the array of deployment, after the list of
deployment that was previously requested.
|
ListDeploymentsRequest |
withServiceInstanceName(String serviceInstanceName)
The name of a service instance for result list filtering.
|
ListDeploymentsRequest |
withServiceName(String serviceName)
The name of a service for result list filtering.
|
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 for result list filtering. Proton returns deployments associated with that component.
componentName
- The name of a component for result list filtering. Proton returns deployments associated with that
component.public String getComponentName()
The name of a component for result list filtering. Proton returns deployments associated with that component.
public ListDeploymentsRequest withComponentName(String componentName)
The name of a component for result list filtering. Proton returns deployments associated with that component.
componentName
- The name of a component for result list filtering. Proton returns deployments associated with that
component.public void setEnvironmentName(String environmentName)
The name of an environment for result list filtering. Proton returns deployments associated with the environment.
environmentName
- The name of an environment for result list filtering. Proton returns deployments associated with the
environment.public String getEnvironmentName()
The name of an environment for result list filtering. Proton returns deployments associated with the environment.
public ListDeploymentsRequest withEnvironmentName(String environmentName)
The name of an environment for result list filtering. Proton returns deployments associated with the environment.
environmentName
- The name of an environment for result list filtering. Proton returns deployments associated with the
environment.public void setMaxResults(Integer maxResults)
The maximum number of deployments to list.
maxResults
- The maximum number of deployments to list.public Integer getMaxResults()
The maximum number of deployments to list.
public ListDeploymentsRequest withMaxResults(Integer maxResults)
The maximum number of deployments to list.
maxResults
- The maximum number of deployments to list.public void setNextToken(String nextToken)
A token that indicates the location of the next deployment in the array of deployment, after the list of deployment that was previously requested.
nextToken
- A token that indicates the location of the next deployment in the array of deployment, after the list of
deployment that was previously requested.public String getNextToken()
A token that indicates the location of the next deployment in the array of deployment, after the list of deployment that was previously requested.
public ListDeploymentsRequest withNextToken(String nextToken)
A token that indicates the location of the next deployment in the array of deployment, after the list of deployment that was previously requested.
nextToken
- A token that indicates the location of the next deployment in the array of deployment, after the list of
deployment that was previously requested.public void setServiceInstanceName(String serviceInstanceName)
The name of a service instance for result list filtering. Proton returns the deployments associated with the service instance.
serviceInstanceName
- The name of a service instance for result list filtering. Proton returns the deployments associated with
the service instance.public String getServiceInstanceName()
The name of a service instance for result list filtering. Proton returns the deployments associated with the service instance.
public ListDeploymentsRequest withServiceInstanceName(String serviceInstanceName)
The name of a service instance for result list filtering. Proton returns the deployments associated with the service instance.
serviceInstanceName
- The name of a service instance for result list filtering. Proton returns the deployments associated with
the service instance.public void setServiceName(String serviceName)
The name of a service for result list filtering. Proton returns deployments associated with service instances of the service.
serviceName
- The name of a service for result list filtering. Proton returns deployments associated with service
instances of the service.public String getServiceName()
The name of a service for result list filtering. Proton returns deployments associated with service instances of the service.
public ListDeploymentsRequest withServiceName(String serviceName)
The name of a service for result list filtering. Proton returns deployments associated with service instances of the service.
serviceName
- The name of a service for result list filtering. Proton returns deployments associated with service
instances of the service.public String toString()
toString
in class Object
Object.toString()
public ListDeploymentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()