@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCustomLineItemResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateCustomLineItemResult() |
Modifier and Type | Method and Description |
---|---|
UpdateCustomLineItemResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the successfully updated custom line item.
|
Long |
getAssociationSize()
The number of resources that are associated to the custom line item.
|
String |
getBillingGroupArn()
The ARN of the billing group that the custom line item is applied to.
|
ListCustomLineItemChargeDetails |
getChargeDetails()
A
ListCustomLineItemChargeDetails containing the charge details of the successfully updated custom
line item. |
String |
getDescription()
The description of the successfully updated custom line item.
|
Long |
getLastModifiedTime()
The most recent time when the custom line item was modified.
|
String |
getName()
The name of the successfully updated custom line item.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the successfully updated custom line item.
|
void |
setAssociationSize(Long associationSize)
The number of resources that are associated to the custom line item.
|
void |
setBillingGroupArn(String billingGroupArn)
The ARN of the billing group that the custom line item is applied to.
|
void |
setChargeDetails(ListCustomLineItemChargeDetails chargeDetails)
A
ListCustomLineItemChargeDetails containing the charge details of the successfully updated custom
line item. |
void |
setDescription(String description)
The description of the successfully updated custom line item.
|
void |
setLastModifiedTime(Long lastModifiedTime)
The most recent time when the custom line item was modified.
|
void |
setName(String name)
The name of the successfully updated custom line item.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCustomLineItemResult |
withArn(String arn)
The ARN of the successfully updated custom line item.
|
UpdateCustomLineItemResult |
withAssociationSize(Long associationSize)
The number of resources that are associated to the custom line item.
|
UpdateCustomLineItemResult |
withBillingGroupArn(String billingGroupArn)
The ARN of the billing group that the custom line item is applied to.
|
UpdateCustomLineItemResult |
withChargeDetails(ListCustomLineItemChargeDetails chargeDetails)
A
ListCustomLineItemChargeDetails containing the charge details of the successfully updated custom
line item. |
UpdateCustomLineItemResult |
withDescription(String description)
The description of the successfully updated custom line item.
|
UpdateCustomLineItemResult |
withLastModifiedTime(Long lastModifiedTime)
The most recent time when the custom line item was modified.
|
UpdateCustomLineItemResult |
withName(String name)
The name of the successfully updated custom line item.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The ARN of the successfully updated custom line item.
arn
- The ARN of the successfully updated custom line item.public String getArn()
The ARN of the successfully updated custom line item.
public UpdateCustomLineItemResult withArn(String arn)
The ARN of the successfully updated custom line item.
arn
- The ARN of the successfully updated custom line item.public void setBillingGroupArn(String billingGroupArn)
The ARN of the billing group that the custom line item is applied to.
billingGroupArn
- The ARN of the billing group that the custom line item is applied to.public String getBillingGroupArn()
The ARN of the billing group that the custom line item is applied to.
public UpdateCustomLineItemResult withBillingGroupArn(String billingGroupArn)
The ARN of the billing group that the custom line item is applied to.
billingGroupArn
- The ARN of the billing group that the custom line item is applied to.public void setName(String name)
The name of the successfully updated custom line item.
name
- The name of the successfully updated custom line item.public String getName()
The name of the successfully updated custom line item.
public UpdateCustomLineItemResult withName(String name)
The name of the successfully updated custom line item.
name
- The name of the successfully updated custom line item.public void setDescription(String description)
The description of the successfully updated custom line item.
description
- The description of the successfully updated custom line item.public String getDescription()
The description of the successfully updated custom line item.
public UpdateCustomLineItemResult withDescription(String description)
The description of the successfully updated custom line item.
description
- The description of the successfully updated custom line item.public void setChargeDetails(ListCustomLineItemChargeDetails chargeDetails)
A ListCustomLineItemChargeDetails
containing the charge details of the successfully updated custom
line item.
chargeDetails
- A ListCustomLineItemChargeDetails
containing the charge details of the successfully updated
custom line item.public ListCustomLineItemChargeDetails getChargeDetails()
A ListCustomLineItemChargeDetails
containing the charge details of the successfully updated custom
line item.
ListCustomLineItemChargeDetails
containing the charge details of the successfully updated
custom line item.public UpdateCustomLineItemResult withChargeDetails(ListCustomLineItemChargeDetails chargeDetails)
A ListCustomLineItemChargeDetails
containing the charge details of the successfully updated custom
line item.
chargeDetails
- A ListCustomLineItemChargeDetails
containing the charge details of the successfully updated
custom line item.public void setLastModifiedTime(Long lastModifiedTime)
The most recent time when the custom line item was modified.
lastModifiedTime
- The most recent time when the custom line item was modified.public Long getLastModifiedTime()
The most recent time when the custom line item was modified.
public UpdateCustomLineItemResult withLastModifiedTime(Long lastModifiedTime)
The most recent time when the custom line item was modified.
lastModifiedTime
- The most recent time when the custom line item was modified.public void setAssociationSize(Long associationSize)
The number of resources that are associated to the custom line item.
associationSize
- The number of resources that are associated to the custom line item.public Long getAssociationSize()
The number of resources that are associated to the custom line item.
public UpdateCustomLineItemResult withAssociationSize(Long associationSize)
The number of resources that are associated to the custom line item.
associationSize
- The number of resources that are associated to the custom line item.public String toString()
toString
in class Object
Object.toString()
public UpdateCustomLineItemResult clone()