@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StackSetOperationStatusDetails extends Object implements Serializable, Cloneable
Detailed information about the StackSet operation.
Constructor and Description |
---|
StackSetOperationStatusDetails() |
Modifier and Type | Method and Description |
---|---|
StackSetOperationStatusDetails |
clone() |
boolean |
equals(Object obj) |
Integer |
getFailedStackInstancesCount()
The number of stack instances for which the StackSet operation failed.
|
int |
hashCode() |
void |
setFailedStackInstancesCount(Integer failedStackInstancesCount)
The number of stack instances for which the StackSet operation failed.
|
String |
toString()
Returns a string representation of this object.
|
StackSetOperationStatusDetails |
withFailedStackInstancesCount(Integer failedStackInstancesCount)
The number of stack instances for which the StackSet operation failed.
|
public void setFailedStackInstancesCount(Integer failedStackInstancesCount)
The number of stack instances for which the StackSet operation failed.
failedStackInstancesCount
- The number of stack instances for which the StackSet operation failed.public Integer getFailedStackInstancesCount()
The number of stack instances for which the StackSet operation failed.
public StackSetOperationStatusDetails withFailedStackInstancesCount(Integer failedStackInstancesCount)
The number of stack instances for which the StackSet operation failed.
failedStackInstancesCount
- The number of stack instances for which the StackSet operation failed.public String toString()
toString
in class Object
Object.toString()
public StackSetOperationStatusDetails clone()