@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getConnectionNotificationIds()
The IDs of the notifications.
|
Request<DeleteVpcEndpointConnectionNotificationsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setConnectionNotificationIds(Collection<String> connectionNotificationIds)
The IDs of the notifications.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVpcEndpointConnectionNotificationsRequest |
withConnectionNotificationIds(Collection<String> connectionNotificationIds)
The IDs of the notifications.
|
DeleteVpcEndpointConnectionNotificationsRequest |
withConnectionNotificationIds(String... connectionNotificationIds)
The IDs of the notifications.
|
addHandlerContext, 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()
The IDs of the notifications.
public void setConnectionNotificationIds(Collection<String> connectionNotificationIds)
The IDs of the notifications.
connectionNotificationIds
- The IDs of the notifications.public DeleteVpcEndpointConnectionNotificationsRequest withConnectionNotificationIds(String... connectionNotificationIds)
The IDs of the notifications.
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
- The IDs of the notifications.public DeleteVpcEndpointConnectionNotificationsRequest withConnectionNotificationIds(Collection<String> connectionNotificationIds)
The IDs of the notifications.
connectionNotificationIds
- The IDs of the notifications.public Request<DeleteVpcEndpointConnectionNotificationsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteVpcEndpointConnectionNotificationsRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteVpcEndpointConnectionNotificationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()