@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBlueGreenDeploymentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeBlueGreenDeploymentsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeBlueGreenDeploymentsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBlueGreenDeploymentIdentifier()
The blue/green deployment identifier.
|
List<Filter> |
getFilters()
A filter that specifies one or more blue/green deployments to describe.
|
String |
getMarker()
An optional pagination token provided by a previous
DescribeBlueGreenDeployments request. |
Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
int |
hashCode() |
void |
setBlueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The blue/green deployment identifier.
|
void |
setFilters(Collection<Filter> filters)
A filter that specifies one or more blue/green deployments to describe.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous
DescribeBlueGreenDeployments request. |
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
String |
toString()
Returns a string representation of this object.
|
DescribeBlueGreenDeploymentsRequest |
withBlueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The blue/green deployment identifier.
|
DescribeBlueGreenDeploymentsRequest |
withFilters(Collection<Filter> filters)
A filter that specifies one or more blue/green deployments to describe.
|
DescribeBlueGreenDeploymentsRequest |
withFilters(Filter... filters)
A filter that specifies one or more blue/green deployments to describe.
|
DescribeBlueGreenDeploymentsRequest |
withMarker(String marker)
An optional pagination token provided by a previous
DescribeBlueGreenDeployments request. |
DescribeBlueGreenDeploymentsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setBlueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The blue/green deployment identifier. If this parameter is specified, information from only the specific blue/green deployment is returned. This parameter isn't case-sensitive.
Constraints:
If supplied, must match an existing blue/green deployment identifier.
blueGreenDeploymentIdentifier - The blue/green deployment identifier. If this parameter is specified, information from only the specific
blue/green deployment is returned. This parameter isn't case-sensitive.
Constraints:
If supplied, must match an existing blue/green deployment identifier.
public String getBlueGreenDeploymentIdentifier()
The blue/green deployment identifier. If this parameter is specified, information from only the specific blue/green deployment is returned. This parameter isn't case-sensitive.
Constraints:
If supplied, must match an existing blue/green deployment identifier.
Constraints:
If supplied, must match an existing blue/green deployment identifier.
public DescribeBlueGreenDeploymentsRequest withBlueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The blue/green deployment identifier. If this parameter is specified, information from only the specific blue/green deployment is returned. This parameter isn't case-sensitive.
Constraints:
If supplied, must match an existing blue/green deployment identifier.
blueGreenDeploymentIdentifier - The blue/green deployment identifier. If this parameter is specified, information from only the specific
blue/green deployment is returned. This parameter isn't case-sensitive.
Constraints:
If supplied, must match an existing blue/green deployment identifier.
public List<Filter> getFilters()
A filter that specifies one or more blue/green deployments to describe.
Supported filters:
blue-green-deployment-identifier - Accepts system-generated identifiers for blue/green deployments.
The results list only includes information about the blue/green deployments with the specified identifiers.
blue-green-deployment-name - Accepts user-supplied names for blue/green deployments. The results
list only includes information about the blue/green deployments with the specified names.
source - Accepts source databases for a blue/green deployment. The results list only includes
information about the blue/green deployments with the specified source databases.
target - Accepts target databases for a blue/green deployment. The results list only includes
information about the blue/green deployments with the specified target databases.
Supported filters:
blue-green-deployment-identifier - Accepts system-generated identifiers for blue/green
deployments. The results list only includes information about the blue/green deployments with the
specified identifiers.
blue-green-deployment-name - Accepts user-supplied names for blue/green deployments. The
results list only includes information about the blue/green deployments with the specified names.
source - Accepts source databases for a blue/green deployment. The results list only
includes information about the blue/green deployments with the specified source databases.
target - Accepts target databases for a blue/green deployment. The results list only
includes information about the blue/green deployments with the specified target databases.
public void setFilters(Collection<Filter> filters)
A filter that specifies one or more blue/green deployments to describe.
Supported filters:
blue-green-deployment-identifier - Accepts system-generated identifiers for blue/green deployments.
The results list only includes information about the blue/green deployments with the specified identifiers.
blue-green-deployment-name - Accepts user-supplied names for blue/green deployments. The results
list only includes information about the blue/green deployments with the specified names.
source - Accepts source databases for a blue/green deployment. The results list only includes
information about the blue/green deployments with the specified source databases.
target - Accepts target databases for a blue/green deployment. The results list only includes
information about the blue/green deployments with the specified target databases.
filters - A filter that specifies one or more blue/green deployments to describe.
Supported filters:
blue-green-deployment-identifier - Accepts system-generated identifiers for blue/green
deployments. The results list only includes information about the blue/green deployments with the
specified identifiers.
blue-green-deployment-name - Accepts user-supplied names for blue/green deployments. The
results list only includes information about the blue/green deployments with the specified names.
source - Accepts source databases for a blue/green deployment. The results list only includes
information about the blue/green deployments with the specified source databases.
target - Accepts target databases for a blue/green deployment. The results list only includes
information about the blue/green deployments with the specified target databases.
public DescribeBlueGreenDeploymentsRequest withFilters(Filter... filters)
A filter that specifies one or more blue/green deployments to describe.
Supported filters:
blue-green-deployment-identifier - Accepts system-generated identifiers for blue/green deployments.
The results list only includes information about the blue/green deployments with the specified identifiers.
blue-green-deployment-name - Accepts user-supplied names for blue/green deployments. The results
list only includes information about the blue/green deployments with the specified names.
source - Accepts source databases for a blue/green deployment. The results list only includes
information about the blue/green deployments with the specified source databases.
target - Accepts target databases for a blue/green deployment. The results list only includes
information about the blue/green deployments with the specified target databases.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
the existing values.
filters - A filter that specifies one or more blue/green deployments to describe.
Supported filters:
blue-green-deployment-identifier - Accepts system-generated identifiers for blue/green
deployments. The results list only includes information about the blue/green deployments with the
specified identifiers.
blue-green-deployment-name - Accepts user-supplied names for blue/green deployments. The
results list only includes information about the blue/green deployments with the specified names.
source - Accepts source databases for a blue/green deployment. The results list only includes
information about the blue/green deployments with the specified source databases.
target - Accepts target databases for a blue/green deployment. The results list only includes
information about the blue/green deployments with the specified target databases.
public DescribeBlueGreenDeploymentsRequest withFilters(Collection<Filter> filters)
A filter that specifies one or more blue/green deployments to describe.
Supported filters:
blue-green-deployment-identifier - Accepts system-generated identifiers for blue/green deployments.
The results list only includes information about the blue/green deployments with the specified identifiers.
blue-green-deployment-name - Accepts user-supplied names for blue/green deployments. The results
list only includes information about the blue/green deployments with the specified names.
source - Accepts source databases for a blue/green deployment. The results list only includes
information about the blue/green deployments with the specified source databases.
target - Accepts target databases for a blue/green deployment. The results list only includes
information about the blue/green deployments with the specified target databases.
filters - A filter that specifies one or more blue/green deployments to describe.
Supported filters:
blue-green-deployment-identifier - Accepts system-generated identifiers for blue/green
deployments. The results list only includes information about the blue/green deployments with the
specified identifiers.
blue-green-deployment-name - Accepts user-supplied names for blue/green deployments. The
results list only includes information about the blue/green deployments with the specified names.
source - Accepts source databases for a blue/green deployment. The results list only includes
information about the blue/green deployments with the specified source databases.
target - Accepts target databases for a blue/green deployment. The results list only includes
information about the blue/green deployments with the specified target databases.
public void setMarker(String marker)
An optional pagination token provided by a previous DescribeBlueGreenDeployments request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.
marker - An optional pagination token provided by a previous DescribeBlueGreenDeployments request. If
this parameter is specified, the response includes only records beyond the marker, up to the value
specified by MaxRecords.public String getMarker()
An optional pagination token provided by a previous DescribeBlueGreenDeployments request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.
DescribeBlueGreenDeployments request. If
this parameter is specified, the response includes only records beyond the marker, up to the value
specified by MaxRecords.public DescribeBlueGreenDeploymentsRequest withMarker(String marker)
An optional pagination token provided by a previous DescribeBlueGreenDeployments request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.
marker - An optional pagination token provided by a previous DescribeBlueGreenDeployments request. If
this parameter is specified, the response includes only records beyond the marker, up to the value
specified by MaxRecords.public void setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords value, a pagination token called a marker is included in the response so you can retrieve
the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
maxRecords - The maximum number of records to include in the response. If more records exist than the specified
MaxRecords value, a pagination token called a marker is included in the response so you can
retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
public Integer getMaxRecords()
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords value, a pagination token called a marker is included in the response so you can retrieve
the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
MaxRecords value, a pagination token called a marker is included in the response so you can
retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
public DescribeBlueGreenDeploymentsRequest withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords value, a pagination token called a marker is included in the response so you can retrieve
the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
maxRecords - The maximum number of records to include in the response. If more records exist than the specified
MaxRecords value, a pagination token called a marker is included in the response so you can
retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
public String toString()
toString in class ObjectObject.toString()public DescribeBlueGreenDeploymentsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.