@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) |
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)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.