@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataLakeExceptionSubscriptionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDataLakeExceptionSubscriptionResult() |
Modifier and Type | Method and Description |
---|---|
GetDataLakeExceptionSubscriptionResult |
clone() |
boolean |
equals(Object obj) |
Long |
getExceptionTimeToLive()
The expiration period and time-to-live (TTL).
|
String |
getNotificationEndpoint()
The Amazon Web Services account where you 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 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.
|
GetDataLakeExceptionSubscriptionResult |
withExceptionTimeToLive(Long exceptionTimeToLive)
The expiration period and time-to-live (TTL).
|
GetDataLakeExceptionSubscriptionResult |
withNotificationEndpoint(String notificationEndpoint)
The Amazon Web Services account where you receive exception notifications.
|
GetDataLakeExceptionSubscriptionResult |
withSubscriptionProtocol(String subscriptionProtocol)
The subscription protocol to which exception notifications are posted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetDataLakeExceptionSubscriptionResult()
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 GetDataLakeExceptionSubscriptionResult 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 receive exception notifications.
notificationEndpoint
- The Amazon Web Services account where you receive exception notifications.public String getNotificationEndpoint()
The Amazon Web Services account where you receive exception notifications.
public GetDataLakeExceptionSubscriptionResult withNotificationEndpoint(String notificationEndpoint)
The Amazon Web Services account where you receive exception notifications.
notificationEndpoint
- The Amazon Web Services account where you 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 GetDataLakeExceptionSubscriptionResult 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 GetDataLakeExceptionSubscriptionResult clone()