@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoRollbackConfig extends Object implements Serializable, Cloneable, StructuredPojo
Currently, the AutoRollbackConfig API is not supported.
| Constructor and Description |
|---|
AutoRollbackConfig() |
| Modifier and Type | Method and Description |
|---|---|
AutoRollbackConfig |
clone() |
boolean |
equals(Object obj) |
List<Alarm> |
getAlarms()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAlarms(Collection<Alarm> alarms)
|
String |
toString()
Returns a string representation of this object.
|
AutoRollbackConfig |
withAlarms(Alarm... alarms)
|
AutoRollbackConfig |
withAlarms(Collection<Alarm> alarms)
|
public void setAlarms(Collection<Alarm> alarms)
alarms - public AutoRollbackConfig withAlarms(Alarm... alarms)
NOTE: This method appends the values to the existing list (if any). Use
setAlarms(java.util.Collection) or withAlarms(java.util.Collection) if you want to override the
existing values.
alarms - public AutoRollbackConfig withAlarms(Collection<Alarm> alarms)
alarms - public String toString()
toString in class ObjectObject.toString()public AutoRollbackConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.