@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public UpdateDatalakeExceptionsExpiryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()