@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 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, 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 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.SubscriptionProtocolType
public String getSubscriptionProtocol()
The subscription protocol to which exception notifications are posted.
SubscriptionProtocolType
public CreateDatalakeExceptionsSubscriptionRequest withSubscriptionProtocol(String subscriptionProtocol)
The subscription protocol to which exception notifications are posted.
subscriptionProtocol
- The subscription protocol to which exception notifications are posted.SubscriptionProtocolType
public CreateDatalakeExceptionsSubscriptionRequest withSubscriptionProtocol(SubscriptionProtocolType subscriptionProtocol)
The subscription protocol to which exception notifications are posted.
subscriptionProtocol
- The subscription protocol to which exception notifications are posted.SubscriptionProtocolType
public String toString()
toString
in class Object
Object.toString()
public CreateDatalakeExceptionsSubscriptionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()