@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDatalakeExceptionsExpiryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateDatalakeExceptionsExpiryRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateDatalakeExceptionsExpiryRequest |
clone() |
boolean |
equals(Object obj) |
Long |
getExceptionMessageExpiry()
The time-to-live (TTL) for the exception message to remain.
|
int |
hashCode() |
void |
setExceptionMessageExpiry(Long exceptionMessageExpiry)
The time-to-live (TTL) for the exception message to remain.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDatalakeExceptionsExpiryRequest |
withExceptionMessageExpiry(Long exceptionMessageExpiry)
The time-to-live (TTL) for the exception message to remain.
|
addHandlerContext, copyBaseTo, 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 UpdateDatalakeExceptionsExpiryRequest()
public void setExceptionMessageExpiry(Long exceptionMessageExpiry)
The time-to-live (TTL) for the exception message to remain.
exceptionMessageExpiry - The time-to-live (TTL) for the exception message to remain.public Long getExceptionMessageExpiry()
The time-to-live (TTL) for the exception message to remain.
public UpdateDatalakeExceptionsExpiryRequest withExceptionMessageExpiry(Long exceptionMessageExpiry)
The time-to-live (TTL) for the exception message to remain.
exceptionMessageExpiry - The time-to-live (TTL) for the exception message to remain.public String toString()
toString in class ObjectObject.toString()public UpdateDatalakeExceptionsExpiryRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.