@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTrialRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateTrialRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateTrialRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDisplayName()
The name of the trial as displayed.
|
String |
getTrialName()
The name of the trial to update.
|
int |
hashCode() |
void |
setDisplayName(String displayName)
The name of the trial as displayed.
|
void |
setTrialName(String trialName)
The name of the trial to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTrialRequest |
withDisplayName(String displayName)
The name of the trial as displayed.
|
UpdateTrialRequest |
withTrialName(String trialName)
The name of the trial to update.
|
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 setTrialName(String trialName)
The name of the trial to update.
trialName
- The name of the trial to update.public String getTrialName()
The name of the trial to update.
public UpdateTrialRequest withTrialName(String trialName)
The name of the trial to update.
trialName
- The name of the trial to update.public void setDisplayName(String displayName)
The name of the trial as displayed. The name doesn't need to be unique. If DisplayName
isn't
specified, TrialName
is displayed.
displayName
- The name of the trial as displayed. The name doesn't need to be unique. If DisplayName
isn't
specified, TrialName
is displayed.public String getDisplayName()
The name of the trial as displayed. The name doesn't need to be unique. If DisplayName
isn't
specified, TrialName
is displayed.
DisplayName
isn't
specified, TrialName
is displayed.public UpdateTrialRequest withDisplayName(String displayName)
The name of the trial as displayed. The name doesn't need to be unique. If DisplayName
isn't
specified, TrialName
is displayed.
displayName
- The name of the trial as displayed. The name doesn't need to be unique. If DisplayName
isn't
specified, TrialName
is displayed.public String toString()
toString
in class Object
Object.toString()
public UpdateTrialRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()