com.amazonaws.services.cloudformation.model.StackInstanceComprehensiveStatus Maven / Gradle / Ivy
Show all versions of aws-java-sdk-cloudformation Show documentation
/*
* Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
package com.amazonaws.services.cloudformation.model;
import java.io.Serializable;
import javax.annotation.Generated;
/**
*
* The detailed status of the stack instance.
*
*
* @see AWS API Documentation
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class StackInstanceComprehensiveStatus implements Serializable, Cloneable {
/**
*
* -
*
* CANCELLED
: The operation in the specified account and Region has been canceled. This is either
* because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation
* has been exceeded.
*
*
* -
*
* FAILED
: The operation in the specified account and Region failed. If the stack set operation fails
* in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be
* exceeded.
*
*
* -
*
* INOPERABLE
: A DeleteStackInstances
operation has failed and left the stack in an
* unstable state. Stacks in this state are excluded from further UpdateStackSet
operations. You might
* need to perform a DeleteStackInstances
operation, with RetainStacks
set to
* true
, to delete the stack instance, and then delete the stack manually.
*
*
* -
*
* PENDING
: The operation in the specified account and Region has yet to start.
*
*
* -
*
* RUNNING
: The operation in the specified account and Region is currently in progress.
*
*
* -
*
* SKIPPED_SUSPENDED_ACCOUNT
: The operation in the specified account and Region has been skipped
* because the account was suspended at the time of the operation.
*
*
* -
*
* SUCCEEDED
: The operation in the specified account and Region completed successfully.
*
*
*
*/
private String detailedStatus;
/**
*
* -
*
* CANCELLED
: The operation in the specified account and Region has been canceled. This is either
* because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation
* has been exceeded.
*
*
* -
*
* FAILED
: The operation in the specified account and Region failed. If the stack set operation fails
* in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be
* exceeded.
*
*
* -
*
* INOPERABLE
: A DeleteStackInstances
operation has failed and left the stack in an
* unstable state. Stacks in this state are excluded from further UpdateStackSet
operations. You might
* need to perform a DeleteStackInstances
operation, with RetainStacks
set to
* true
, to delete the stack instance, and then delete the stack manually.
*
*
* -
*
* PENDING
: The operation in the specified account and Region has yet to start.
*
*
* -
*
* RUNNING
: The operation in the specified account and Region is currently in progress.
*
*
* -
*
* SKIPPED_SUSPENDED_ACCOUNT
: The operation in the specified account and Region has been skipped
* because the account was suspended at the time of the operation.
*
*
* -
*
* SUCCEEDED
: The operation in the specified account and Region completed successfully.
*
*
*
*
* @param detailedStatus
*
*
* CANCELLED
: The operation in the specified account and Region has been canceled. This is
* either because a user has stopped the stack set operation, or because the failure tolerance of the stack
* set operation has been exceeded.
*
*
*
* FAILED
: The operation in the specified account and Region failed. If the stack set operation
* fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole
* might be exceeded.
*
*
*
* INOPERABLE
: A DeleteStackInstances
operation has failed and left the stack in an
* unstable state. Stacks in this state are excluded from further UpdateStackSet
operations. You
* might need to perform a DeleteStackInstances
operation, with RetainStacks
set to
* true
, to delete the stack instance, and then delete the stack manually.
*
*
*
* PENDING
: The operation in the specified account and Region has yet to start.
*
*
*
* RUNNING
: The operation in the specified account and Region is currently in progress.
*
*
*
* SKIPPED_SUSPENDED_ACCOUNT
: The operation in the specified account and Region has been skipped
* because the account was suspended at the time of the operation.
*
*
*
* SUCCEEDED
: The operation in the specified account and Region completed successfully.
*
*
* @see StackInstanceDetailedStatus
*/
public void setDetailedStatus(String detailedStatus) {
this.detailedStatus = detailedStatus;
}
/**
*
* -
*
* CANCELLED
: The operation in the specified account and Region has been canceled. This is either
* because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation
* has been exceeded.
*
*
* -
*
* FAILED
: The operation in the specified account and Region failed. If the stack set operation fails
* in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be
* exceeded.
*
*
* -
*
* INOPERABLE
: A DeleteStackInstances
operation has failed and left the stack in an
* unstable state. Stacks in this state are excluded from further UpdateStackSet
operations. You might
* need to perform a DeleteStackInstances
operation, with RetainStacks
set to
* true
, to delete the stack instance, and then delete the stack manually.
*
*
* -
*
* PENDING
: The operation in the specified account and Region has yet to start.
*
*
* -
*
* RUNNING
: The operation in the specified account and Region is currently in progress.
*
*
* -
*
* SKIPPED_SUSPENDED_ACCOUNT
: The operation in the specified account and Region has been skipped
* because the account was suspended at the time of the operation.
*
*
* -
*
* SUCCEEDED
: The operation in the specified account and Region completed successfully.
*
*
*
*
* @return
*
* CANCELLED
: The operation in the specified account and Region has been canceled. This is
* either because a user has stopped the stack set operation, or because the failure tolerance of the stack
* set operation has been exceeded.
*
*
*
* FAILED
: The operation in the specified account and Region failed. If the stack set operation
* fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole
* might be exceeded.
*
*
*
* INOPERABLE
: A DeleteStackInstances
operation has failed and left the stack in
* an unstable state. Stacks in this state are excluded from further UpdateStackSet
operations.
* You might need to perform a DeleteStackInstances
operation, with RetainStacks
* set to true
, to delete the stack instance, and then delete the stack manually.
*
*
*
* PENDING
: The operation in the specified account and Region has yet to start.
*
*
*
* RUNNING
: The operation in the specified account and Region is currently in progress.
*
*
*
* SKIPPED_SUSPENDED_ACCOUNT
: The operation in the specified account and Region has been
* skipped because the account was suspended at the time of the operation.
*
*
*
* SUCCEEDED
: The operation in the specified account and Region completed successfully.
*
*
* @see StackInstanceDetailedStatus
*/
public String getDetailedStatus() {
return this.detailedStatus;
}
/**
*
* -
*
* CANCELLED
: The operation in the specified account and Region has been canceled. This is either
* because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation
* has been exceeded.
*
*
* -
*
* FAILED
: The operation in the specified account and Region failed. If the stack set operation fails
* in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be
* exceeded.
*
*
* -
*
* INOPERABLE
: A DeleteStackInstances
operation has failed and left the stack in an
* unstable state. Stacks in this state are excluded from further UpdateStackSet
operations. You might
* need to perform a DeleteStackInstances
operation, with RetainStacks
set to
* true
, to delete the stack instance, and then delete the stack manually.
*
*
* -
*
* PENDING
: The operation in the specified account and Region has yet to start.
*
*
* -
*
* RUNNING
: The operation in the specified account and Region is currently in progress.
*
*
* -
*
* SKIPPED_SUSPENDED_ACCOUNT
: The operation in the specified account and Region has been skipped
* because the account was suspended at the time of the operation.
*
*
* -
*
* SUCCEEDED
: The operation in the specified account and Region completed successfully.
*
*
*
*
* @param detailedStatus
*
*
* CANCELLED
: The operation in the specified account and Region has been canceled. This is
* either because a user has stopped the stack set operation, or because the failure tolerance of the stack
* set operation has been exceeded.
*
*
*
* FAILED
: The operation in the specified account and Region failed. If the stack set operation
* fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole
* might be exceeded.
*
*
*
* INOPERABLE
: A DeleteStackInstances
operation has failed and left the stack in an
* unstable state. Stacks in this state are excluded from further UpdateStackSet
operations. You
* might need to perform a DeleteStackInstances
operation, with RetainStacks
set to
* true
, to delete the stack instance, and then delete the stack manually.
*
*
*
* PENDING
: The operation in the specified account and Region has yet to start.
*
*
*
* RUNNING
: The operation in the specified account and Region is currently in progress.
*
*
*
* SKIPPED_SUSPENDED_ACCOUNT
: The operation in the specified account and Region has been skipped
* because the account was suspended at the time of the operation.
*
*
*
* SUCCEEDED
: The operation in the specified account and Region completed successfully.
*
*
* @return Returns a reference to this object so that method calls can be chained together.
* @see StackInstanceDetailedStatus
*/
public StackInstanceComprehensiveStatus withDetailedStatus(String detailedStatus) {
setDetailedStatus(detailedStatus);
return this;
}
/**
*
* -
*
* CANCELLED
: The operation in the specified account and Region has been canceled. This is either
* because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation
* has been exceeded.
*
*
* -
*
* FAILED
: The operation in the specified account and Region failed. If the stack set operation fails
* in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be
* exceeded.
*
*
* -
*
* INOPERABLE
: A DeleteStackInstances
operation has failed and left the stack in an
* unstable state. Stacks in this state are excluded from further UpdateStackSet
operations. You might
* need to perform a DeleteStackInstances
operation, with RetainStacks
set to
* true
, to delete the stack instance, and then delete the stack manually.
*
*
* -
*
* PENDING
: The operation in the specified account and Region has yet to start.
*
*
* -
*
* RUNNING
: The operation in the specified account and Region is currently in progress.
*
*
* -
*
* SKIPPED_SUSPENDED_ACCOUNT
: The operation in the specified account and Region has been skipped
* because the account was suspended at the time of the operation.
*
*
* -
*
* SUCCEEDED
: The operation in the specified account and Region completed successfully.
*
*
*
*
* @param detailedStatus
*
*
* CANCELLED
: The operation in the specified account and Region has been canceled. This is
* either because a user has stopped the stack set operation, or because the failure tolerance of the stack
* set operation has been exceeded.
*
*
*
* FAILED
: The operation in the specified account and Region failed. If the stack set operation
* fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole
* might be exceeded.
*
*
*
* INOPERABLE
: A DeleteStackInstances
operation has failed and left the stack in an
* unstable state. Stacks in this state are excluded from further UpdateStackSet
operations. You
* might need to perform a DeleteStackInstances
operation, with RetainStacks
set to
* true
, to delete the stack instance, and then delete the stack manually.
*
*
*
* PENDING
: The operation in the specified account and Region has yet to start.
*
*
*
* RUNNING
: The operation in the specified account and Region is currently in progress.
*
*
*
* SKIPPED_SUSPENDED_ACCOUNT
: The operation in the specified account and Region has been skipped
* because the account was suspended at the time of the operation.
*
*
*
* SUCCEEDED
: The operation in the specified account and Region completed successfully.
*
*
* @return Returns a reference to this object so that method calls can be chained together.
* @see StackInstanceDetailedStatus
*/
public StackInstanceComprehensiveStatus withDetailedStatus(StackInstanceDetailedStatus detailedStatus) {
this.detailedStatus = detailedStatus.toString();
return this;
}
/**
* Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be
* redacted from this string using a placeholder value.
*
* @return A string representation of this object.
*
* @see java.lang.Object#toString()
*/
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("{");
if (getDetailedStatus() != null)
sb.append("DetailedStatus: ").append(getDetailedStatus());
sb.append("}");
return sb.toString();
}
@Override
public boolean equals(Object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (obj instanceof StackInstanceComprehensiveStatus == false)
return false;
StackInstanceComprehensiveStatus other = (StackInstanceComprehensiveStatus) obj;
if (other.getDetailedStatus() == null ^ this.getDetailedStatus() == null)
return false;
if (other.getDetailedStatus() != null && other.getDetailedStatus().equals(this.getDetailedStatus()) == false)
return false;
return true;
}
@Override
public int hashCode() {
final int prime = 31;
int hashCode = 1;
hashCode = prime * hashCode + ((getDetailedStatus() == null) ? 0 : getDetailedStatus().hashCode());
return hashCode;
}
@Override
public StackInstanceComprehensiveStatus clone() {
try {
return (StackInstanceComprehensiveStatus) super.clone();
} catch (CloneNotSupportedException e) {
throw new IllegalStateException("Got a CloneNotSupportedException from Object.clone() " + "even though we're Cloneable!", e);
}
}
}