@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCustomLineItemResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteCustomLineItemResult() |
Modifier and Type | Method and Description |
---|---|
DeleteCustomLineItemResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
Then ARN of the deleted custom line item.
|
int |
hashCode() |
void |
setArn(String arn)
Then ARN of the deleted custom line item.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCustomLineItemResult |
withArn(String arn)
Then ARN of the deleted custom line item.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
Then ARN of the deleted custom line item.
arn
- Then ARN of the deleted custom line item.public String getArn()
Then ARN of the deleted custom line item.
public DeleteCustomLineItemResult withArn(String arn)
Then ARN of the deleted custom line item.
arn
- Then ARN of the deleted custom line item.public String toString()
toString
in class Object
Object.toString()
public DeleteCustomLineItemResult clone()