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