@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpcEndpointFilters extends Object implements Serializable, Cloneable, StructuredPojo
Filter the results of a ListVpcEndpoints
request.
Constructor and Description |
---|
VpcEndpointFilters() |
Modifier and Type | Method and Description |
---|---|
VpcEndpointFilters |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The current status of the endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStatus(String status)
The current status of the endpoint.
|
String |
toString()
Returns a string representation of this object.
|
VpcEndpointFilters |
withStatus(String status)
The current status of the endpoint.
|
VpcEndpointFilters |
withStatus(VpcEndpointStatus status)
The current status of the endpoint.
|
public void setStatus(String status)
The current status of the endpoint.
status
- The current status of the endpoint.VpcEndpointStatus
public String getStatus()
The current status of the endpoint.
VpcEndpointStatus
public VpcEndpointFilters withStatus(String status)
The current status of the endpoint.
status
- The current status of the endpoint.VpcEndpointStatus
public VpcEndpointFilters withStatus(VpcEndpointStatus status)
The current status of the endpoint.
status
- The current status of the endpoint.VpcEndpointStatus
public String toString()
toString
in class Object
Object.toString()
public VpcEndpointFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.