@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNotificationEndpoint()
The account in which the exception notifications subscription is created.
|
String |
getSubscriptionProtocol()
The subscription protocol to which exception messages are posted.
|
int |
hashCode() |
void |
setNotificationEndpoint(String notificationEndpoint)
The account in which the exception notifications subscription is created.
|
void |
setSubscriptionProtocol(String subscriptionProtocol)
The subscription protocol to which exception messages are posted.
|
String |
toString()
Returns a string representation of this object.
|
CreateDatalakeExceptionsSubscriptionRequest |
withNotificationEndpoint(String notificationEndpoint)
The account in which the exception notifications subscription is created.
|
CreateDatalakeExceptionsSubscriptionRequest |
withSubscriptionProtocol(String subscriptionProtocol)
The subscription protocol to which exception messages are posted.
|
CreateDatalakeExceptionsSubscriptionRequest |
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, withSdkRequestTimeoutpublic CreateDatalakeExceptionsSubscriptionRequest()
public void setNotificationEndpoint(String notificationEndpoint)
The account in which the exception notifications subscription is created.
notificationEndpoint - The account in which the exception notifications subscription is created.public String getNotificationEndpoint()
The account in which the exception notifications subscription is created.
public CreateDatalakeExceptionsSubscriptionRequest withNotificationEndpoint(String notificationEndpoint)
The account in which the exception notifications subscription is created.
notificationEndpoint - The account in which the exception notifications subscription is created.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 CreateDatalakeExceptionsSubscriptionRequest withSubscriptionProtocol(String subscriptionProtocol)
The subscription protocol to which exception messages are posted.
subscriptionProtocol - The subscription protocol to which exception messages are posted.SubscriptionProtocolTypepublic CreateDatalakeExceptionsSubscriptionRequest 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 CreateDatalakeExceptionsSubscriptionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()