@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSubscriptionNotificationConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteSubscriptionNotificationConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteSubscriptionNotificationConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSubscriptionId()
The ID of the Security Lake subscriber account.
|
int |
hashCode() |
void |
setSubscriptionId(String subscriptionId)
The ID of the Security Lake subscriber account.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSubscriptionNotificationConfigurationRequest |
withSubscriptionId(String subscriptionId)
The ID of the Security Lake subscriber account.
|
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 DeleteSubscriptionNotificationConfigurationRequest()
public void setSubscriptionId(String subscriptionId)
The ID of the Security Lake subscriber account.
subscriptionId
- The ID of the Security Lake subscriber account.public String getSubscriptionId()
The ID of the Security Lake subscriber account.
public DeleteSubscriptionNotificationConfigurationRequest withSubscriptionId(String subscriptionId)
The ID of the Security Lake subscriber account.
subscriptionId
- The ID of the Security Lake subscriber account.public String toString()
toString
in class Object
Object.toString()
public DeleteSubscriptionNotificationConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()