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