@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVpcEndpointConnectionNotificationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteVpcEndpointConnectionNotificationsRequest>
NOOP
Constructor and Description |
---|
DeleteVpcEndpointConnectionNotificationsRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteVpcEndpointConnectionNotificationsRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getConnectionNotificationIds()
One or more notification IDs.
|
Request<DeleteVpcEndpointConnectionNotificationsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setConnectionNotificationIds(Collection<String> connectionNotificationIds)
One or more notification IDs.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVpcEndpointConnectionNotificationsRequest |
withConnectionNotificationIds(Collection<String> connectionNotificationIds)
One or more notification IDs.
|
DeleteVpcEndpointConnectionNotificationsRequest |
withConnectionNotificationIds(String... connectionNotificationIds)
One or more notification IDs.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DeleteVpcEndpointConnectionNotificationsRequest()
public List<String> getConnectionNotificationIds()
One or more notification IDs.
public void setConnectionNotificationIds(Collection<String> connectionNotificationIds)
One or more notification IDs.
connectionNotificationIds
- One or more notification IDs.public DeleteVpcEndpointConnectionNotificationsRequest withConnectionNotificationIds(String... connectionNotificationIds)
One or more notification IDs.
NOTE: This method appends the values to the existing list (if any). Use
setConnectionNotificationIds(java.util.Collection)
or
withConnectionNotificationIds(java.util.Collection)
if you want to override the existing values.
connectionNotificationIds
- One or more notification IDs.public DeleteVpcEndpointConnectionNotificationsRequest withConnectionNotificationIds(Collection<String> connectionNotificationIds)
One or more notification IDs.
connectionNotificationIds
- One or more notification IDs.public Request<DeleteVpcEndpointConnectionNotificationsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteVpcEndpointConnectionNotificationsRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteVpcEndpointConnectionNotificationsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2020. All rights reserved.