@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpcEndpoint extends Object implements Serializable, Cloneable
The connection endpoint for connecting an Amazon Redshift cluster through the proxy.
Constructor and Description |
---|
VpcEndpoint() |
Modifier and Type | Method and Description |
---|---|
VpcEndpoint |
clone() |
boolean |
equals(Object obj) |
String |
getVpcEndpointId()
The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
|
int |
hashCode() |
void |
setVpcEndpointId(String vpcEndpointId)
The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
|
String |
toString()
Returns a string representation of this object.
|
VpcEndpoint |
withVpcEndpointId(String vpcEndpointId)
The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
|
public void setVpcEndpointId(String vpcEndpointId)
The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
vpcEndpointId
- The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.public String getVpcEndpointId()
The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
public VpcEndpoint withVpcEndpointId(String vpcEndpointId)
The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
vpcEndpointId
- The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.public String toString()
toString
in class Object
Object.toString()
public VpcEndpoint clone()