@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVpcEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteVpcEndpointResult() |
Modifier and Type | Method and Description |
---|---|
DeleteVpcEndpointResult |
clone() |
boolean |
equals(Object obj) |
VpcEndpointSummary |
getVpcEndpointSummary()
Information about the deleted endpoint, including its current status (
DELETING or
DELETE_FAILED ). |
int |
hashCode() |
void |
setVpcEndpointSummary(VpcEndpointSummary vpcEndpointSummary)
Information about the deleted endpoint, including its current status (
DELETING or
DELETE_FAILED ). |
String |
toString()
Returns a string representation of this object.
|
DeleteVpcEndpointResult |
withVpcEndpointSummary(VpcEndpointSummary vpcEndpointSummary)
Information about the deleted endpoint, including its current status (
DELETING or
DELETE_FAILED ). |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVpcEndpointSummary(VpcEndpointSummary vpcEndpointSummary)
Information about the deleted endpoint, including its current status (DELETING
or
DELETE_FAILED
).
vpcEndpointSummary
- Information about the deleted endpoint, including its current status (DELETING
or
DELETE_FAILED
).public VpcEndpointSummary getVpcEndpointSummary()
Information about the deleted endpoint, including its current status (DELETING
or
DELETE_FAILED
).
DELETING
or
DELETE_FAILED
).public DeleteVpcEndpointResult withVpcEndpointSummary(VpcEndpointSummary vpcEndpointSummary)
Information about the deleted endpoint, including its current status (DELETING
or
DELETE_FAILED
).
vpcEndpointSummary
- Information about the deleted endpoint, including its current status (DELETING
or
DELETE_FAILED
).public String toString()
toString
in class Object
Object.toString()
public DeleteVpcEndpointResult clone()