@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDatalakeExceptionsSubscriptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateDatalakeExceptionsSubscriptionRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateDatalakeExceptionsSubscriptionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNotificationEndpoint()
The Amazon Web Services account where you want to receive exception notifications.
|
String |
getSubscriptionProtocol()
The subscription protocol to which exception notifications are posted.
|
int |
hashCode() |
void |
setNotificationEndpoint(String notificationEndpoint)
The Amazon Web Services account where you want to receive exception notifications.
|
void |
setSubscriptionProtocol(String subscriptionProtocol)
The subscription protocol to which exception notifications are posted.
|
String |
toString()
Returns a string representation of this object.
|
CreateDatalakeExceptionsSubscriptionRequest |
withNotificationEndpoint(String notificationEndpoint)
The Amazon Web Services account where you want to receive exception notifications.
|
CreateDatalakeExceptionsSubscriptionRequest |
withSubscriptionProtocol(String subscriptionProtocol)
The subscription protocol to which exception notifications are posted.
|
CreateDatalakeExceptionsSubscriptionRequest |
withSubscriptionProtocol(SubscriptionProtocolType subscriptionProtocol)
The subscription protocol to which exception notifications are posted.
|
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, withSdkRequestTimeoutpublic CreateDatalakeExceptionsSubscriptionRequest()
public void setNotificationEndpoint(String notificationEndpoint)
The Amazon Web Services account where you want to receive exception notifications.
notificationEndpoint - The Amazon Web Services account where you want to receive exception notifications.public String getNotificationEndpoint()
The Amazon Web Services account where you want to receive exception notifications.
public CreateDatalakeExceptionsSubscriptionRequest withNotificationEndpoint(String notificationEndpoint)
The Amazon Web Services account where you want to receive exception notifications.
notificationEndpoint - The Amazon Web Services account where you want to receive exception notifications.public void setSubscriptionProtocol(String subscriptionProtocol)
The subscription protocol to which exception notifications are posted.
subscriptionProtocol - The subscription protocol to which exception notifications are posted.SubscriptionProtocolTypepublic String getSubscriptionProtocol()
The subscription protocol to which exception notifications are posted.
SubscriptionProtocolTypepublic CreateDatalakeExceptionsSubscriptionRequest withSubscriptionProtocol(String subscriptionProtocol)
The subscription protocol to which exception notifications are posted.
subscriptionProtocol - The subscription protocol to which exception notifications are posted.SubscriptionProtocolTypepublic CreateDatalakeExceptionsSubscriptionRequest withSubscriptionProtocol(SubscriptionProtocolType subscriptionProtocol)
The subscription protocol to which exception notifications are posted.
subscriptionProtocol - The subscription protocol to which exception notifications are posted.SubscriptionProtocolTypepublic String toString()
toString in class ObjectObject.toString()public CreateDatalakeExceptionsSubscriptionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.