@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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.SubscriptionProtocolType
public String getSubscriptionProtocol()
The subscription protocol to which exception messages are posted.
SubscriptionProtocolType
public UpdateDatalakeExceptionsSubscriptionRequest withSubscriptionProtocol(String subscriptionProtocol)
The subscription protocol to which exception messages are posted.
subscriptionProtocol
- The subscription protocol to which exception messages are posted.SubscriptionProtocolType
public UpdateDatalakeExceptionsSubscriptionRequest withSubscriptionProtocol(SubscriptionProtocolType subscriptionProtocol)
The subscription protocol to which exception messages are posted.
subscriptionProtocol
- The subscription protocol to which exception messages are posted.SubscriptionProtocolType
public String toString()
toString
in class Object
Object.toString()
public UpdateDatalakeExceptionsSubscriptionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()