@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVpcEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 Container for response parameters to the DeleteVpcEndpoint operation. Contains the summarized
 detail of the VPC Endpoint being deleted.
 
| 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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public DeleteVpcEndpointResult clone()