@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDataLakeExceptionSubscriptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateDataLakeExceptionSubscriptionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDataLakeExceptionSubscriptionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Long |
getExceptionTimeToLive()
The expiration period and time-to-live (TTL).
|
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 |
setExceptionTimeToLive(Long exceptionTimeToLive)
The expiration period and time-to-live (TTL).
|
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.
|
CreateDataLakeExceptionSubscriptionRequest |
withExceptionTimeToLive(Long exceptionTimeToLive)
The expiration period and time-to-live (TTL).
|
CreateDataLakeExceptionSubscriptionRequest |
withNotificationEndpoint(String notificationEndpoint)
The Amazon Web Services account where you want to receive exception notifications.
|
CreateDataLakeExceptionSubscriptionRequest |
withSubscriptionProtocol(String 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 CreateDataLakeExceptionSubscriptionRequest()
public void setExceptionTimeToLive(Long exceptionTimeToLive)
The expiration period and time-to-live (TTL).
exceptionTimeToLive
- The expiration period and time-to-live (TTL).public Long getExceptionTimeToLive()
The expiration period and time-to-live (TTL).
public CreateDataLakeExceptionSubscriptionRequest withExceptionTimeToLive(Long exceptionTimeToLive)
The expiration period and time-to-live (TTL).
exceptionTimeToLive
- The expiration period and time-to-live (TTL).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 CreateDataLakeExceptionSubscriptionRequest 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.public String getSubscriptionProtocol()
The subscription protocol to which exception notifications are posted.
public CreateDataLakeExceptionSubscriptionRequest withSubscriptionProtocol(String subscriptionProtocol)
The subscription protocol to which exception notifications are posted.
subscriptionProtocol
- The subscription protocol to which exception notifications are posted.public String toString()
toString
in class Object
Object.toString()
public CreateDataLakeExceptionSubscriptionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()