@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public EndpointDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.