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