@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)
Marshalls this structured data using the given
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.VersionStatus
public String getStatus()
The status of an annotation store version.
VersionStatus
public ListAnnotationStoreVersionsFilter withStatus(String status)
The status of an annotation store version.
status
- The status of an annotation store version.VersionStatus
public ListAnnotationStoreVersionsFilter withStatus(VersionStatus status)
The status of an annotation store version.
status
- The status of an annotation store version.VersionStatus
public String toString()
toString
in class Object
Object.toString()
public ListAnnotationStoreVersionsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.