@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVpcEndpointConnectionNotificationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateVpcEndpointConnectionNotificationResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateVpcEndpointConnectionNotificationResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getClientToken()
 Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. 
 | 
ConnectionNotification | 
getConnectionNotification()
 Information about the notification. 
 | 
int | 
hashCode()  | 
void | 
setClientToken(String clientToken)
 Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. 
 | 
void | 
setConnectionNotification(ConnectionNotification connectionNotification)
 Information about the notification. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateVpcEndpointConnectionNotificationResult | 
withClientToken(String clientToken)
 Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. 
 | 
CreateVpcEndpointConnectionNotificationResult | 
withConnectionNotification(ConnectionNotification connectionNotification)
 Information about the notification. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic CreateVpcEndpointConnectionNotificationResult()
public void setConnectionNotification(ConnectionNotification connectionNotification)
Information about the notification.
connectionNotification - Information about the notification.public ConnectionNotification getConnectionNotification()
Information about the notification.
public CreateVpcEndpointConnectionNotificationResult withConnectionNotification(ConnectionNotification connectionNotification)
Information about the notification.
connectionNotification - Information about the notification.public void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public CreateVpcEndpointConnectionNotificationResult withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String toString()
toString in class ObjectObject.toString()public CreateVpcEndpointConnectionNotificationResult clone()