@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelDeployResult extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the endpoint of the model deployment.
Constructor and Description |
---|
ModelDeployResult() |
Modifier and Type | Method and Description |
---|---|
ModelDeployResult |
clone() |
boolean |
equals(Object obj) |
String |
getEndpointName()
The name of the endpoint to which the model has been deployed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndpointName(String endpointName)
The name of the endpoint to which the model has been deployed.
|
String |
toString()
Returns a string representation of this object.
|
ModelDeployResult |
withEndpointName(String endpointName)
The name of the endpoint to which the model has been deployed.
|
public void setEndpointName(String endpointName)
The name of the endpoint to which the model has been deployed.
If model deployment fails, this field is omitted from the response.
endpointName
- The name of the endpoint to which the model has been deployed. If model deployment fails, this field is omitted from the response.
public String getEndpointName()
The name of the endpoint to which the model has been deployed.
If model deployment fails, this field is omitted from the response.
If model deployment fails, this field is omitted from the response.
public ModelDeployResult withEndpointName(String endpointName)
The name of the endpoint to which the model has been deployed.
If model deployment fails, this field is omitted from the response.
endpointName
- The name of the endpoint to which the model has been deployed. If model deployment fails, this field is omitted from the response.
public String toString()
toString
in class Object
Object.toString()
public ModelDeployResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.