Class ClientStat
- java.lang.Object
-
- software.amazon.awssdk.services.eks.model.ClientStat
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ClientStat.Builder,ClientStat>
@Generated("software.amazon.awssdk:codegen") public final class ClientStat extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClientStat.Builder,ClientStat>
Details about clients using the deprecated resources.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClientStat.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClientStat.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastRequestTime()The timestamp of the last request seen from the Kubernetes client.IntegernumberOfRequestsLast30Days()The number of requests from the Kubernetes client seen over the last 30 days.List<SdkField<?>>sdkFields()static Class<? extends ClientStat.Builder>serializableBuilderClass()ClientStat.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserAgent()The user agent of the Kubernetes client using the deprecated resource.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
userAgent
public final String userAgent()
The user agent of the Kubernetes client using the deprecated resource.
- Returns:
- The user agent of the Kubernetes client using the deprecated resource.
-
numberOfRequestsLast30Days
public final Integer numberOfRequestsLast30Days()
The number of requests from the Kubernetes client seen over the last 30 days.
- Returns:
- The number of requests from the Kubernetes client seen over the last 30 days.
-
lastRequestTime
public final Instant lastRequestTime()
The timestamp of the last request seen from the Kubernetes client.
- Returns:
- The timestamp of the last request seen from the Kubernetes client.
-
toBuilder
public ClientStat.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ClientStat.Builder,ClientStat>
-
builder
public static ClientStat.Builder builder()
-
serializableBuilderClass
public static Class<? extends ClientStat.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-