@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpcEndpointSummary extends Object implements Serializable, Cloneable, StructuredPojo
The VPC endpoint object.
| Constructor and Description |
|---|
VpcEndpointSummary() |
| Modifier and Type | Method and Description |
|---|---|
VpcEndpointSummary |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The unique identifier of the endpoint.
|
String |
getName()
The name of the endpoint.
|
String |
getStatus()
The current status of the endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setId(String id)
The unique identifier of the endpoint.
|
void |
setName(String name)
The name of the endpoint.
|
void |
setStatus(String status)
The current status of the endpoint.
|
String |
toString()
Returns a string representation of this object.
|
VpcEndpointSummary |
withId(String id)
The unique identifier of the endpoint.
|
VpcEndpointSummary |
withName(String name)
The name of the endpoint.
|
VpcEndpointSummary |
withStatus(String status)
The current status of the endpoint.
|
VpcEndpointSummary |
withStatus(VpcEndpointStatus status)
The current status of the endpoint.
|
public void setId(String id)
The unique identifier of the endpoint.
id - The unique identifier of the endpoint.public String getId()
The unique identifier of the endpoint.
public VpcEndpointSummary withId(String id)
The unique identifier of the endpoint.
id - The unique identifier of the endpoint.public void setName(String name)
The name of the endpoint.
name - The name of the endpoint.public String getName()
The name of the endpoint.
public VpcEndpointSummary withName(String name)
The name of the endpoint.
name - The name of the endpoint.public void setStatus(String status)
The current status of the endpoint.
status - The current status of the endpoint.VpcEndpointStatuspublic String getStatus()
The current status of the endpoint.
VpcEndpointStatuspublic VpcEndpointSummary withStatus(String status)
The current status of the endpoint.
status - The current status of the endpoint.VpcEndpointStatuspublic VpcEndpointSummary withStatus(VpcEndpointStatus status)
The current status of the endpoint.
status - The current status of the endpoint.VpcEndpointStatuspublic String toString()
toString in class ObjectObject.toString()public VpcEndpointSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.