Class ProfilingStatus
- java.lang.Object
-
- software.amazon.awssdk.services.codeguruprofiler.model.ProfilingStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProfilingStatus.Builder,ProfilingStatus>
@Generated("software.amazon.awssdk:codegen") public final class ProfilingStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProfilingStatus.Builder,ProfilingStatus>
Profiling status includes information about the last time a profile agent pinged back, the last time a profile was received, and the aggregation period and start time for the most recent aggregated profile.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProfilingStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProfilingStatus.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlatestAgentOrchestratedAt()The date and time when the profiling agent most recently pinged back.InstantlatestAgentProfileReportedAt()The date and time when the most recent profile was received.AggregatedProfileTimelatestAggregatedProfile()AnAggregatedProfileTimeobject that contains the aggregation period and start time for an aggregated profile.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ProfilingStatus.Builder>serializableBuilderClass()ProfilingStatus.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
latestAgentOrchestratedAt
public final Instant latestAgentOrchestratedAt()
The date and time when the profiling agent most recently pinged back. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
- Returns:
- The date and time when the profiling agent most recently pinged back. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
-
latestAgentProfileReportedAt
public final Instant latestAgentProfileReportedAt()
The date and time when the most recent profile was received. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
- Returns:
- The date and time when the most recent profile was received. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
-
latestAggregatedProfile
public final AggregatedProfileTime latestAggregatedProfile()
An
AggregatedProfileTimeobject that contains the aggregation period and start time for an aggregated profile.- Returns:
- An
AggregatedProfileTimeobject that contains the aggregation period and start time for an aggregated profile.
-
toBuilder
public ProfilingStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProfilingStatus.Builder,ProfilingStatus>
-
builder
public static ProfilingStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProfilingStatus.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-