Class ProfileTime
- java.lang.Object
-
- software.amazon.awssdk.services.codeguruprofiler.model.ProfileTime
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProfileTime.Builder,ProfileTime>
@Generated("software.amazon.awssdk:codegen") public final class ProfileTime extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProfileTime.Builder,ProfileTime>
Contains the start time of a profile.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProfileTime.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProfileTime.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ProfileTime.Builder>serializableBuilderClass()Instantstart()The start time of a profile.ProfileTime.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
-
start
public final Instant start()
The start time of a profile. It is specified 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 start time of a profile. It is specified 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.
-
toBuilder
public ProfileTime.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProfileTime.Builder,ProfileTime>
-
builder
public static ProfileTime.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProfileTime.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
-
-