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