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