@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LandingZoneOperationFilter extends Object implements Serializable, Cloneable, StructuredPojo
A filter object that lets you call ListLandingZoneOperations with a specific filter.
| Constructor and Description |
|---|
LandingZoneOperationFilter() |
| Modifier and Type | Method and Description |
|---|---|
LandingZoneOperationFilter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getStatuses()
The statuses of the set of landing zone operations selected by the filter.
|
List<String> |
getTypes()
The set of landing zone operation types selected by the filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStatuses(Collection<String> statuses)
The statuses of the set of landing zone operations selected by the filter.
|
void |
setTypes(Collection<String> types)
The set of landing zone operation types selected by the filter.
|
String |
toString()
Returns a string representation of this object.
|
LandingZoneOperationFilter |
withStatuses(Collection<String> statuses)
The statuses of the set of landing zone operations selected by the filter.
|
LandingZoneOperationFilter |
withStatuses(LandingZoneOperationStatus... statuses)
The statuses of the set of landing zone operations selected by the filter.
|
LandingZoneOperationFilter |
withStatuses(String... statuses)
The statuses of the set of landing zone operations selected by the filter.
|
LandingZoneOperationFilter |
withTypes(Collection<String> types)
The set of landing zone operation types selected by the filter.
|
LandingZoneOperationFilter |
withTypes(LandingZoneOperationType... types)
The set of landing zone operation types selected by the filter.
|
LandingZoneOperationFilter |
withTypes(String... types)
The set of landing zone operation types selected by the filter.
|
public List<String> getStatuses()
The statuses of the set of landing zone operations selected by the filter.
LandingZoneOperationStatuspublic void setStatuses(Collection<String> statuses)
The statuses of the set of landing zone operations selected by the filter.
statuses - The statuses of the set of landing zone operations selected by the filter.LandingZoneOperationStatuspublic LandingZoneOperationFilter withStatuses(String... statuses)
The statuses of the set of landing zone operations selected by the filter.
NOTE: This method appends the values to the existing list (if any). Use
setStatuses(java.util.Collection) or withStatuses(java.util.Collection) if you want to override
the existing values.
statuses - The statuses of the set of landing zone operations selected by the filter.LandingZoneOperationStatuspublic LandingZoneOperationFilter withStatuses(Collection<String> statuses)
The statuses of the set of landing zone operations selected by the filter.
statuses - The statuses of the set of landing zone operations selected by the filter.LandingZoneOperationStatuspublic LandingZoneOperationFilter withStatuses(LandingZoneOperationStatus... statuses)
The statuses of the set of landing zone operations selected by the filter.
statuses - The statuses of the set of landing zone operations selected by the filter.LandingZoneOperationStatuspublic List<String> getTypes()
The set of landing zone operation types selected by the filter.
LandingZoneOperationTypepublic void setTypes(Collection<String> types)
The set of landing zone operation types selected by the filter.
types - The set of landing zone operation types selected by the filter.LandingZoneOperationTypepublic LandingZoneOperationFilter withTypes(String... types)
The set of landing zone operation types selected by the filter.
NOTE: This method appends the values to the existing list (if any). Use
setTypes(java.util.Collection) or withTypes(java.util.Collection) if you want to override the
existing values.
types - The set of landing zone operation types selected by the filter.LandingZoneOperationTypepublic LandingZoneOperationFilter withTypes(Collection<String> types)
The set of landing zone operation types selected by the filter.
types - The set of landing zone operation types selected by the filter.LandingZoneOperationTypepublic LandingZoneOperationFilter withTypes(LandingZoneOperationType... types)
The set of landing zone operation types selected by the filter.
types - The set of landing zone operation types selected by the filter.LandingZoneOperationTypepublic String toString()
toString in class ObjectObject.toString()public LandingZoneOperationFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.