@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBlueGreenDeploymentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeBlueGreenDeploymentsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeBlueGreenDeploymentsResult |
clone() |
boolean |
equals(Object obj) |
List<BlueGreenDeployment> |
getBlueGreenDeployments()
A list of blue/green deployments in the current account and Amazon Web Services Region.
|
String |
getMarker()
A pagination token that can be used in a later
DescribeBlueGreenDeployments request. |
int |
hashCode() |
void |
setBlueGreenDeployments(Collection<BlueGreenDeployment> blueGreenDeployments)
A list of blue/green deployments in the current account and Amazon Web Services Region.
|
void |
setMarker(String marker)
A pagination token that can be used in a later
DescribeBlueGreenDeployments request. |
String |
toString()
Returns a string representation of this object.
|
DescribeBlueGreenDeploymentsResult |
withBlueGreenDeployments(BlueGreenDeployment... blueGreenDeployments)
A list of blue/green deployments in the current account and Amazon Web Services Region.
|
DescribeBlueGreenDeploymentsResult |
withBlueGreenDeployments(Collection<BlueGreenDeployment> blueGreenDeployments)
A list of blue/green deployments in the current account and Amazon Web Services Region.
|
DescribeBlueGreenDeploymentsResult |
withMarker(String marker)
A pagination token that can be used in a later
DescribeBlueGreenDeployments request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<BlueGreenDeployment> getBlueGreenDeployments()
A list of blue/green deployments in the current account and Amazon Web Services Region.
public void setBlueGreenDeployments(Collection<BlueGreenDeployment> blueGreenDeployments)
A list of blue/green deployments in the current account and Amazon Web Services Region.
blueGreenDeployments - A list of blue/green deployments in the current account and Amazon Web Services Region.public DescribeBlueGreenDeploymentsResult withBlueGreenDeployments(BlueGreenDeployment... blueGreenDeployments)
A list of blue/green deployments in the current account and Amazon Web Services Region.
NOTE: This method appends the values to the existing list (if any). Use
setBlueGreenDeployments(java.util.Collection) or withBlueGreenDeployments(java.util.Collection)
if you want to override the existing values.
blueGreenDeployments - A list of blue/green deployments in the current account and Amazon Web Services Region.public DescribeBlueGreenDeploymentsResult withBlueGreenDeployments(Collection<BlueGreenDeployment> blueGreenDeployments)
A list of blue/green deployments in the current account and Amazon Web Services Region.
blueGreenDeployments - A list of blue/green deployments in the current account and Amazon Web Services Region.public void setMarker(String marker)
A pagination token that can be used in a later DescribeBlueGreenDeployments request.
marker - A pagination token that can be used in a later DescribeBlueGreenDeployments request.public String getMarker()
A pagination token that can be used in a later DescribeBlueGreenDeployments request.
DescribeBlueGreenDeployments request.public DescribeBlueGreenDeploymentsResult withMarker(String marker)
A pagination token that can be used in a later DescribeBlueGreenDeployments request.
marker - A pagination token that can be used in a later DescribeBlueGreenDeployments request.public String toString()
toString in class ObjectObject.toString()public DescribeBlueGreenDeploymentsResult clone()