@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMLEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetMLEndpointResult() |
| Modifier and Type | Method and Description |
|---|---|
GetMLEndpointResult |
clone() |
boolean |
equals(Object obj) |
MlResourceDefinition |
getEndpoint()
The endpoint definition.
|
MlConfigDefinition |
getEndpointConfig()
The endpoint configuration
|
String |
getId()
The unique identifier of the inference endpoint.
|
String |
getStatus()
The status of the inference endpoint.
|
int |
hashCode() |
void |
setEndpoint(MlResourceDefinition endpoint)
The endpoint definition.
|
void |
setEndpointConfig(MlConfigDefinition endpointConfig)
The endpoint configuration
|
void |
setId(String id)
The unique identifier of the inference endpoint.
|
void |
setStatus(String status)
The status of the inference endpoint.
|
String |
toString()
Returns a string representation of this object.
|
GetMLEndpointResult |
withEndpoint(MlResourceDefinition endpoint)
The endpoint definition.
|
GetMLEndpointResult |
withEndpointConfig(MlConfigDefinition endpointConfig)
The endpoint configuration
|
GetMLEndpointResult |
withId(String id)
The unique identifier of the inference endpoint.
|
GetMLEndpointResult |
withStatus(String status)
The status of the inference endpoint.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The status of the inference endpoint.
status - The status of the inference endpoint.public String getStatus()
The status of the inference endpoint.
public GetMLEndpointResult withStatus(String status)
The status of the inference endpoint.
status - The status of the inference endpoint.public void setId(String id)
The unique identifier of the inference endpoint.
id - The unique identifier of the inference endpoint.public String getId()
The unique identifier of the inference endpoint.
public GetMLEndpointResult withId(String id)
The unique identifier of the inference endpoint.
id - The unique identifier of the inference endpoint.public void setEndpoint(MlResourceDefinition endpoint)
The endpoint definition.
endpoint - The endpoint definition.public MlResourceDefinition getEndpoint()
The endpoint definition.
public GetMLEndpointResult withEndpoint(MlResourceDefinition endpoint)
The endpoint definition.
endpoint - The endpoint definition.public void setEndpointConfig(MlConfigDefinition endpointConfig)
The endpoint configuration
endpointConfig - The endpoint configurationpublic MlConfigDefinition getEndpointConfig()
The endpoint configuration
public GetMLEndpointResult withEndpointConfig(MlConfigDefinition endpointConfig)
The endpoint configuration
endpointConfig - The endpoint configurationpublic String toString()
toString in class ObjectObject.toString()public GetMLEndpointResult clone()