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