@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpcEndpointConnection extends Object implements Serializable, Cloneable
Describes a VPC endpoint connection to a service.
Constructor and Description |
---|
VpcEndpointConnection() |
Modifier and Type | Method and Description |
---|---|
VpcEndpointConnection |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTimestamp()
The date and time the VPC endpoint was created.
|
String |
getServiceId()
The ID of the service to which the endpoint is connected.
|
String |
getVpcEndpointId()
The ID of the VPC endpoint.
|
String |
getVpcEndpointOwner()
The AWS account ID of the owner of the VPC endpoint.
|
String |
getVpcEndpointState()
The state of the VPC endpoint.
|
int |
hashCode() |
void |
setCreationTimestamp(Date creationTimestamp)
The date and time the VPC endpoint was created.
|
void |
setServiceId(String serviceId)
The ID of the service to which the endpoint is connected.
|
void |
setVpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.
|
void |
setVpcEndpointOwner(String vpcEndpointOwner)
The AWS account ID of the owner of the VPC endpoint.
|
void |
setVpcEndpointState(String vpcEndpointState)
The state of the VPC endpoint.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
VpcEndpointConnection |
withCreationTimestamp(Date creationTimestamp)
The date and time the VPC endpoint was created.
|
VpcEndpointConnection |
withServiceId(String serviceId)
The ID of the service to which the endpoint is connected.
|
VpcEndpointConnection |
withVpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.
|
VpcEndpointConnection |
withVpcEndpointOwner(String vpcEndpointOwner)
The AWS account ID of the owner of the VPC endpoint.
|
VpcEndpointConnection |
withVpcEndpointState(State vpcEndpointState)
The state of the VPC endpoint.
|
VpcEndpointConnection |
withVpcEndpointState(String vpcEndpointState)
The state of the VPC endpoint.
|
public void setServiceId(String serviceId)
The ID of the service to which the endpoint is connected.
serviceId
- The ID of the service to which the endpoint is connected.public String getServiceId()
The ID of the service to which the endpoint is connected.
public VpcEndpointConnection withServiceId(String serviceId)
The ID of the service to which the endpoint is connected.
serviceId
- The ID of the service to which the endpoint is connected.public void setVpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.
vpcEndpointId
- The ID of the VPC endpoint.public String getVpcEndpointId()
The ID of the VPC endpoint.
public VpcEndpointConnection withVpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.
vpcEndpointId
- The ID of the VPC endpoint.public void setVpcEndpointOwner(String vpcEndpointOwner)
The AWS account ID of the owner of the VPC endpoint.
vpcEndpointOwner
- The AWS account ID of the owner of the VPC endpoint.public String getVpcEndpointOwner()
The AWS account ID of the owner of the VPC endpoint.
public VpcEndpointConnection withVpcEndpointOwner(String vpcEndpointOwner)
The AWS account ID of the owner of the VPC endpoint.
vpcEndpointOwner
- The AWS account ID of the owner of the VPC endpoint.public void setVpcEndpointState(String vpcEndpointState)
The state of the VPC endpoint.
vpcEndpointState
- The state of the VPC endpoint.State
public String getVpcEndpointState()
The state of the VPC endpoint.
State
public VpcEndpointConnection withVpcEndpointState(String vpcEndpointState)
The state of the VPC endpoint.
vpcEndpointState
- The state of the VPC endpoint.State
public VpcEndpointConnection withVpcEndpointState(State vpcEndpointState)
The state of the VPC endpoint.
vpcEndpointState
- The state of the VPC endpoint.State
public void setCreationTimestamp(Date creationTimestamp)
The date and time the VPC endpoint was created.
creationTimestamp
- The date and time the VPC endpoint was created.public Date getCreationTimestamp()
The date and time the VPC endpoint was created.
public VpcEndpointConnection withCreationTimestamp(Date creationTimestamp)
The date and time the VPC endpoint was created.
creationTimestamp
- The date and time the VPC endpoint was created.public String toString()
toString
in class Object
Object.toString()
public VpcEndpointConnection clone()
Copyright © 2018. All rights reserved.