@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTrialComponentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTrialComponentResult() |
Modifier and Type | Method and Description |
---|---|
CreateTrialComponentResult |
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.
|
CreateTrialComponentResult |
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 CreateTrialComponentResult 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 CreateTrialComponentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.