@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVpcEndpointConnectionNotificationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteVpcEndpointConnectionNotificationsResult() |
Modifier and Type | Method and Description |
---|---|
DeleteVpcEndpointConnectionNotificationsResult |
clone() |
boolean |
equals(Object obj) |
List<UnsuccessfulItem> |
getUnsuccessful()
Information about the notifications that could not be deleted successfully.
|
int |
hashCode() |
void |
setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the notifications that could not be deleted successfully.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVpcEndpointConnectionNotificationsResult |
withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the notifications that could not be deleted successfully.
|
DeleteVpcEndpointConnectionNotificationsResult |
withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the notifications that could not be deleted successfully.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DeleteVpcEndpointConnectionNotificationsResult()
public List<UnsuccessfulItem> getUnsuccessful()
Information about the notifications that could not be deleted successfully.
public void setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the notifications that could not be deleted successfully.
unsuccessful
- Information about the notifications that could not be deleted successfully.public DeleteVpcEndpointConnectionNotificationsResult withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the notifications that could not be deleted successfully.
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 notifications that could not be deleted successfully.public DeleteVpcEndpointConnectionNotificationsResult withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the notifications that could not be deleted successfully.
unsuccessful
- Information about the notifications that could not be deleted successfully.public String toString()
toString
in class Object
Object.toString()
public DeleteVpcEndpointConnectionNotificationsResult clone()