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