@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateInferenceComponentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateInferenceComponentResult() |
Modifier and Type | Method and Description |
---|---|
CreateInferenceComponentResult |
clone() |
boolean |
equals(Object obj) |
String |
getInferenceComponentArn()
The Amazon Resource Name (ARN) of the inference component.
|
int |
hashCode() |
void |
setInferenceComponentArn(String inferenceComponentArn)
The Amazon Resource Name (ARN) of the inference component.
|
String |
toString()
Returns a string representation of this object.
|
CreateInferenceComponentResult |
withInferenceComponentArn(String inferenceComponentArn)
The Amazon Resource Name (ARN) of the inference component.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInferenceComponentArn(String inferenceComponentArn)
The Amazon Resource Name (ARN) of the inference component.
inferenceComponentArn
- The Amazon Resource Name (ARN) of the inference component.public String getInferenceComponentArn()
The Amazon Resource Name (ARN) of the inference component.
public CreateInferenceComponentResult withInferenceComponentArn(String inferenceComponentArn)
The Amazon Resource Name (ARN) of the inference component.
inferenceComponentArn
- The Amazon Resource Name (ARN) of the inference component.public String toString()
toString
in class Object
Object.toString()
public CreateInferenceComponentResult clone()