@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVpcEndpointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of DeleteVpcEndpoints.
Constructor and Description |
---|
DeleteVpcEndpointsResult() |
Modifier and Type | Method and Description |
---|---|
DeleteVpcEndpointsResult |
clone() |
boolean |
equals(Object obj) |
List<UnsuccessfulItem> |
getUnsuccessful()
Information about the endpoints that were not successfully deleted.
|
int |
hashCode() |
void |
setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteVpcEndpointsResult |
withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.
|
DeleteVpcEndpointsResult |
withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not successfully deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UnsuccessfulItem> getUnsuccessful()
Information about the endpoints that were not successfully deleted.
public void setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.
unsuccessful
- Information about the endpoints that were not successfully deleted.public DeleteVpcEndpointsResult withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not successfully deleted.
NOTE: This method appends the values to the existing list (if any). Use
setUnsuccessful(java.util.Collection)
or withUnsuccessful(java.util.Collection)
if you want to
override the existing values.
unsuccessful
- Information about the endpoints that were not successfully deleted.public DeleteVpcEndpointsResult withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.
unsuccessful
- Information about the endpoints that were not successfully deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteVpcEndpointsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.