@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BuildBatchFilter extends Object implements Serializable, Cloneable, StructuredPojo
Specifies filters when retrieving batch builds.
Constructor and Description |
---|
BuildBatchFilter() |
Modifier and Type | Method and Description |
---|---|
BuildBatchFilter |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the batch builds to retrieve.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStatus(String status)
The status of the batch builds to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
BuildBatchFilter |
withStatus(StatusType status)
The status of the batch builds to retrieve.
|
BuildBatchFilter |
withStatus(String status)
The status of the batch builds to retrieve.
|
public void setStatus(String status)
The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.
status
- The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.StatusType
public String getStatus()
The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.
StatusType
public BuildBatchFilter withStatus(String status)
The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.
status
- The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.StatusType
public BuildBatchFilter withStatus(StatusType status)
The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.
status
- The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.StatusType
public String toString()
toString
in class Object
Object.toString()
public BuildBatchFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.