@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) |
DeleteVpcEndpointDetail |
getDeleteVpcEndpointDetail()
Details about the deleted endpoint.
|
int |
hashCode() |
void |
setDeleteVpcEndpointDetail(DeleteVpcEndpointDetail deleteVpcEndpointDetail)
Details about the deleted endpoint.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVpcEndpointResult |
withDeleteVpcEndpointDetail(DeleteVpcEndpointDetail deleteVpcEndpointDetail)
Details about the deleted endpoint.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDeleteVpcEndpointDetail(DeleteVpcEndpointDetail deleteVpcEndpointDetail)
Details about the deleted endpoint.
deleteVpcEndpointDetail - Details about the deleted endpoint.public DeleteVpcEndpointDetail getDeleteVpcEndpointDetail()
Details about the deleted endpoint.
public DeleteVpcEndpointResult withDeleteVpcEndpointDetail(DeleteVpcEndpointDetail deleteVpcEndpointDetail)
Details about the deleted endpoint.
deleteVpcEndpointDetail - Details about the deleted endpoint.public String toString()
toString in class ObjectObject.toString()public DeleteVpcEndpointResult clone()