@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) |
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.StatusTypepublic String getStatus()
The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.
StatusTypepublic 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.StatusTypepublic 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.StatusTypepublic String toString()
toString in class ObjectObject.toString()public BuildBatchFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.