@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMlflowTrackingServerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteMlflowTrackingServerResult() |
Modifier and Type | Method and Description |
---|---|
DeleteMlflowTrackingServerResult |
clone() |
boolean |
equals(Object obj) |
String |
getTrackingServerArn()
A
TrackingServerArn object, the ARN of the tracking server that is deleted if successfully found. |
int |
hashCode() |
void |
setTrackingServerArn(String trackingServerArn)
A
TrackingServerArn object, the ARN of the tracking server that is deleted if successfully found. |
String |
toString()
Returns a string representation of this object.
|
DeleteMlflowTrackingServerResult |
withTrackingServerArn(String trackingServerArn)
A
TrackingServerArn object, the ARN of the tracking server that is deleted if successfully found. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTrackingServerArn(String trackingServerArn)
A TrackingServerArn
object, the ARN of the tracking server that is deleted if successfully found.
trackingServerArn
- A TrackingServerArn
object, the ARN of the tracking server that is deleted if successfully
found.public String getTrackingServerArn()
A TrackingServerArn
object, the ARN of the tracking server that is deleted if successfully found.
TrackingServerArn
object, the ARN of the tracking server that is deleted if successfully
found.public DeleteMlflowTrackingServerResult withTrackingServerArn(String trackingServerArn)
A TrackingServerArn
object, the ARN of the tracking server that is deleted if successfully found.
trackingServerArn
- A TrackingServerArn
object, the ARN of the tracking server that is deleted if successfully
found.public String toString()
toString
in class Object
Object.toString()
public DeleteMlflowTrackingServerResult clone()