@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndpointDetails extends Object implements Serializable, Cloneable, StructuredPojo
The configuration settings for the virtual private cloud (VPC) endpoint for your SFTP server.
| Constructor and Description |
|---|
EndpointDetails() |
| Modifier and Type | Method and Description |
|---|---|
EndpointDetails |
clone() |
boolean |
equals(Object obj) |
String |
getVpcEndpointId()
The ID of the VPC endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setVpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.
|
String |
toString()
Returns a string representation of this object.
|
EndpointDetails |
withVpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.
|
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 EndpointDetails withVpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.
vpcEndpointId - The ID of the VPC endpoint.public String toString()
toString in class ObjectObject.toString()public EndpointDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.