@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainStats extends Object implements Serializable, Cloneable, StructuredPojo
Usage-specific statistics about the domain.
Constructor and Description |
---|
DomainStats() |
Modifier and Type | Method and Description |
---|---|
DomainStats |
clone() |
boolean |
equals(Object obj) |
Long |
getMeteringProfileCount()
The number of profiles that you are currently paying for in the domain.
|
Long |
getObjectCount()
The total number of objects in domain.
|
Long |
getProfileCount()
The total number of profiles currently in the domain.
|
Long |
getTotalSize()
The total size, in bytes, of all objects in the domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMeteringProfileCount(Long meteringProfileCount)
The number of profiles that you are currently paying for in the domain.
|
void |
setObjectCount(Long objectCount)
The total number of objects in domain.
|
void |
setProfileCount(Long profileCount)
The total number of profiles currently in the domain.
|
void |
setTotalSize(Long totalSize)
The total size, in bytes, of all objects in the domain.
|
String |
toString()
Returns a string representation of this object.
|
DomainStats |
withMeteringProfileCount(Long meteringProfileCount)
The number of profiles that you are currently paying for in the domain.
|
DomainStats |
withObjectCount(Long objectCount)
The total number of objects in domain.
|
DomainStats |
withProfileCount(Long profileCount)
The total number of profiles currently in the domain.
|
DomainStats |
withTotalSize(Long totalSize)
The total size, in bytes, of all objects in the domain.
|
public void setProfileCount(Long profileCount)
The total number of profiles currently in the domain.
profileCount
- The total number of profiles currently in the domain.public Long getProfileCount()
The total number of profiles currently in the domain.
public DomainStats withProfileCount(Long profileCount)
The total number of profiles currently in the domain.
profileCount
- The total number of profiles currently in the domain.public void setMeteringProfileCount(Long meteringProfileCount)
The number of profiles that you are currently paying for in the domain. If you have more than 100 objects associated with a single profile, that profile counts as two profiles. If you have more than 200 objects, that profile counts as three, and so on.
meteringProfileCount
- The number of profiles that you are currently paying for in the domain. If you have more than 100 objects
associated with a single profile, that profile counts as two profiles. If you have more than 200 objects,
that profile counts as three, and so on.public Long getMeteringProfileCount()
The number of profiles that you are currently paying for in the domain. If you have more than 100 objects associated with a single profile, that profile counts as two profiles. If you have more than 200 objects, that profile counts as three, and so on.
public DomainStats withMeteringProfileCount(Long meteringProfileCount)
The number of profiles that you are currently paying for in the domain. If you have more than 100 objects associated with a single profile, that profile counts as two profiles. If you have more than 200 objects, that profile counts as three, and so on.
meteringProfileCount
- The number of profiles that you are currently paying for in the domain. If you have more than 100 objects
associated with a single profile, that profile counts as two profiles. If you have more than 200 objects,
that profile counts as three, and so on.public void setObjectCount(Long objectCount)
The total number of objects in domain.
objectCount
- The total number of objects in domain.public Long getObjectCount()
The total number of objects in domain.
public DomainStats withObjectCount(Long objectCount)
The total number of objects in domain.
objectCount
- The total number of objects in domain.public void setTotalSize(Long totalSize)
The total size, in bytes, of all objects in the domain.
totalSize
- The total size, in bytes, of all objects in the domain.public Long getTotalSize()
The total size, in bytes, of all objects in the domain.
public DomainStats withTotalSize(Long totalSize)
The total size, in bytes, of all objects in the domain.
totalSize
- The total size, in bytes, of all objects in the domain.public String toString()
toString
in class Object
Object.toString()
public DomainStats clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.