@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnnotationStoreVersionsFilter extends Object implements Serializable, Cloneable, StructuredPojo
Use filters to focus the returned annotation store versions on a specific parameter, such as the status of the annotation store.
| Constructor and Description |
|---|
ListAnnotationStoreVersionsFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListAnnotationStoreVersionsFilter |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of an annotation store version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStatus(String status)
The status of an annotation store version.
|
String |
toString()
Returns a string representation of this object.
|
ListAnnotationStoreVersionsFilter |
withStatus(String status)
The status of an annotation store version.
|
ListAnnotationStoreVersionsFilter |
withStatus(VersionStatus status)
The status of an annotation store version.
|
public void setStatus(String status)
The status of an annotation store version.
status - The status of an annotation store version.VersionStatuspublic String getStatus()
The status of an annotation store version.
VersionStatuspublic ListAnnotationStoreVersionsFilter withStatus(String status)
The status of an annotation store version.
status - The status of an annotation store version.VersionStatuspublic ListAnnotationStoreVersionsFilter withStatus(VersionStatus status)
The status of an annotation store version.
status - The status of an annotation store version.VersionStatuspublic String toString()
toString in class ObjectObject.toString()public ListAnnotationStoreVersionsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.