@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public UsageTrackingResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.