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