@Generated(value="software.amazon.awssdk:codegen") public final class CPU extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CPU.Builder,CPU>
Represents the amount of CPU that an app is using on a physical device. Does not represent system-wide CPU usage.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CPU.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
architecture()
The CPU's architecture (for example, x86 or ARM).
|
static CPU.Builder |
builder() |
Double |
clock()
The clock speed of the device's CPU, expressed in hertz (Hz).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
frequency()
The CPU's frequency.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CPU.Builder> |
serializableBuilderClass() |
CPU.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String frequency()
The CPU's frequency.
public final String architecture()
The CPU's architecture (for example, x86 or ARM).
public final Double clock()
The clock speed of the device's CPU, expressed in hertz (Hz). For example, a 1.2 GHz CPU is expressed as 1200000000.
public CPU.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CPU.Builder,CPU>public static CPU.Builder builder()
public static Class<? extends CPU.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2020. All rights reserved.