@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndpointDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about the endpoint details.
Constructor and Description |
---|
EndpointDetails() |
Modifier and Type | Method and Description |
---|---|
EndpointDetails |
clone() |
boolean |
equals(Object obj) |
DataflowEndpoint |
getEndpoint()
A dataflow endpoint.
|
SecurityDetails |
getSecurityDetails()
Endpoint security details.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndpoint(DataflowEndpoint endpoint)
A dataflow endpoint.
|
void |
setSecurityDetails(SecurityDetails securityDetails)
Endpoint security details.
|
String |
toString()
Returns a string representation of this object.
|
EndpointDetails |
withEndpoint(DataflowEndpoint endpoint)
A dataflow endpoint.
|
EndpointDetails |
withSecurityDetails(SecurityDetails securityDetails)
Endpoint security details.
|
public void setEndpoint(DataflowEndpoint endpoint)
A dataflow endpoint.
endpoint
- A dataflow endpoint.public DataflowEndpoint getEndpoint()
A dataflow endpoint.
public EndpointDetails withEndpoint(DataflowEndpoint endpoint)
A dataflow endpoint.
endpoint
- A dataflow endpoint.public void setSecurityDetails(SecurityDetails securityDetails)
Endpoint security details.
securityDetails
- Endpoint security details.public SecurityDetails getSecurityDetails()
Endpoint security details.
public EndpointDetails withSecurityDetails(SecurityDetails securityDetails)
Endpoint security details.
securityDetails
- Endpoint security details.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.