@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDatalakeExceptionsExpiryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDatalakeExceptionsExpiryResult() |
Modifier and Type | Method and Description |
---|---|
GetDatalakeExceptionsExpiryResult |
clone() |
boolean |
equals(Object obj) |
Long |
getExceptionMessageExpiry()
The expiration period and time-to-live (TTL).
|
int |
hashCode() |
void |
setExceptionMessageExpiry(Long exceptionMessageExpiry)
The expiration period and time-to-live (TTL).
|
String |
toString()
Returns a string representation of this object.
|
GetDatalakeExceptionsExpiryResult |
withExceptionMessageExpiry(Long exceptionMessageExpiry)
The expiration period and time-to-live (TTL).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setExceptionMessageExpiry(Long exceptionMessageExpiry)
The expiration period and time-to-live (TTL).
exceptionMessageExpiry
- The expiration period and time-to-live (TTL).public Long getExceptionMessageExpiry()
The expiration period and time-to-live (TTL).
public GetDatalakeExceptionsExpiryResult withExceptionMessageExpiry(Long exceptionMessageExpiry)
The expiration period and time-to-live (TTL).
exceptionMessageExpiry
- The expiration period and time-to-live (TTL).public String toString()
toString
in class Object
Object.toString()
public GetDatalakeExceptionsExpiryResult clone()