@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UsageTrackingResource extends Object implements Serializable, Cloneable, StructuredPojo
The usage details of the allotted budget.
| Constructor and Description |
|---|
UsageTrackingResource() |
| Modifier and Type | Method and Description |
|---|---|
UsageTrackingResource |
clone() |
boolean |
equals(Object obj) |
String |
getQueueId()
The queue ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setQueueId(String queueId)
The queue ID.
|
String |
toString()
Returns a string representation of this object.
|
UsageTrackingResource |
withQueueId(String queueId)
The queue ID.
|
public void setQueueId(String queueId)
The queue ID.
queueId - The queue ID.public String getQueueId()
The queue ID.
public UsageTrackingResource withQueueId(String queueId)
The queue ID.
queueId - The queue ID.public String toString()
toString in class ObjectObject.toString()public UsageTrackingResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.