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