@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BillingDetails extends Object implements Serializable, Cloneable, StructuredPojo
An object that describes workflow billing details.
Constructor and Description |
---|
BillingDetails() |
Modifier and Type | Method and Description |
---|---|
BillingDetails |
clone() |
boolean |
equals(Object obj) |
Long |
getBilledDurationInMilliseconds()
Billed duration of your workflow, in milliseconds.
|
Long |
getBilledMemoryUsedInMB()
Billed memory consumption of your workflow, in MB.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBilledDurationInMilliseconds(Long billedDurationInMilliseconds)
Billed duration of your workflow, in milliseconds.
|
void |
setBilledMemoryUsedInMB(Long billedMemoryUsedInMB)
Billed memory consumption of your workflow, in MB.
|
String |
toString()
Returns a string representation of this object.
|
BillingDetails |
withBilledDurationInMilliseconds(Long billedDurationInMilliseconds)
Billed duration of your workflow, in milliseconds.
|
BillingDetails |
withBilledMemoryUsedInMB(Long billedMemoryUsedInMB)
Billed memory consumption of your workflow, in MB.
|
public void setBilledMemoryUsedInMB(Long billedMemoryUsedInMB)
Billed memory consumption of your workflow, in MB.
billedMemoryUsedInMB
- Billed memory consumption of your workflow, in MB.public Long getBilledMemoryUsedInMB()
Billed memory consumption of your workflow, in MB.
public BillingDetails withBilledMemoryUsedInMB(Long billedMemoryUsedInMB)
Billed memory consumption of your workflow, in MB.
billedMemoryUsedInMB
- Billed memory consumption of your workflow, in MB.public void setBilledDurationInMilliseconds(Long billedDurationInMilliseconds)
Billed duration of your workflow, in milliseconds.
billedDurationInMilliseconds
- Billed duration of your workflow, in milliseconds.public Long getBilledDurationInMilliseconds()
Billed duration of your workflow, in milliseconds.
public BillingDetails withBilledDurationInMilliseconds(Long billedDurationInMilliseconds)
Billed duration of your workflow, in milliseconds.
billedDurationInMilliseconds
- Billed duration of your workflow, in milliseconds.public String toString()
toString
in class Object
Object.toString()
public BillingDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.