@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndpointInfo extends Object implements Serializable, Cloneable, StructuredPojo
Details about a customer endpoint that was compared in an Inference Recommender job.
| Constructor and Description |
|---|
EndpointInfo() |
| Modifier and Type | Method and Description |
|---|---|
EndpointInfo |
clone() |
boolean |
equals(Object obj) |
String |
getEndpointName()
The name of a customer's endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEndpointName(String endpointName)
The name of a customer's endpoint.
|
String |
toString()
Returns a string representation of this object.
|
EndpointInfo |
withEndpointName(String endpointName)
The name of a customer's endpoint.
|
public void setEndpointName(String endpointName)
The name of a customer's endpoint.
endpointName - The name of a customer's endpoint.public String getEndpointName()
The name of a customer's endpoint.
public EndpointInfo withEndpointName(String endpointName)
The name of a customer's endpoint.
endpointName - The name of a customer's endpoint.public String toString()
toString in class ObjectObject.toString()public EndpointInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.