@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateTrialComponentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateTrialComponentRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateTrialComponentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getTrialComponentName()
The name of the component to associated with the trial.
|
String |
getTrialName()
The name of the trial to associate with.
|
int |
hashCode() |
void |
setTrialComponentName(String trialComponentName)
The name of the component to associated with the trial.
|
void |
setTrialName(String trialName)
The name of the trial to associate with.
|
String |
toString()
Returns a string representation of this object.
|
AssociateTrialComponentRequest |
withTrialComponentName(String trialComponentName)
The name of the component to associated with the trial.
|
AssociateTrialComponentRequest |
withTrialName(String trialName)
The name of the trial to associate with.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTrialComponentName(String trialComponentName)
The name of the component to associated with the trial.
trialComponentName
- The name of the component to associated with the trial.public String getTrialComponentName()
The name of the component to associated with the trial.
public AssociateTrialComponentRequest withTrialComponentName(String trialComponentName)
The name of the component to associated with the trial.
trialComponentName
- The name of the component to associated with the trial.public void setTrialName(String trialName)
The name of the trial to associate with.
trialName
- The name of the trial to associate with.public String getTrialName()
The name of the trial to associate with.
public AssociateTrialComponentRequest withTrialName(String trialName)
The name of the trial to associate with.
trialName
- The name of the trial to associate with.public String toString()
toString
in class Object
Object.toString()
public AssociateTrialComponentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()