Class GetTelemetryEvaluationStatusForOrganizationResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.observabilityadmin.model.ObservabilityAdminResponse
-
- software.amazon.awssdk.services.observabilityadmin.model.GetTelemetryEvaluationStatusForOrganizationResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetTelemetryEvaluationStatusForOrganizationResponse.Builder,GetTelemetryEvaluationStatusForOrganizationResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetTelemetryEvaluationStatusForOrganizationResponse extends ObservabilityAdminResponse implements ToCopyableBuilder<GetTelemetryEvaluationStatusForOrganizationResponse.Builder,GetTelemetryEvaluationStatusForOrganizationResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetTelemetryEvaluationStatusForOrganizationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetTelemetryEvaluationStatusForOrganizationResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailureReason()This field describes the reason for the failure status.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetTelemetryEvaluationStatusForOrganizationResponse.Builder>serializableBuilderClass()Statusstatus()The onboarding status of the telemetry config feature for the organization.StringstatusAsString()The onboarding status of the telemetry config feature for the organization.GetTelemetryEvaluationStatusForOrganizationResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.observabilityadmin.model.ObservabilityAdminResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
status
public final Status status()
The onboarding status of the telemetry config feature for the organization.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The onboarding status of the telemetry config feature for the organization.
- See Also:
Status
-
statusAsString
public final String statusAsString()
The onboarding status of the telemetry config feature for the organization.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The onboarding status of the telemetry config feature for the organization.
- See Also:
Status
-
failureReason
public final String failureReason()
This field describes the reason for the failure status. The field will only be populated if
StatusisFAILED_STARTorFAILED_STOP.- Returns:
- This field describes the reason for the failure status. The field will only be populated if
StatusisFAILED_STARTorFAILED_STOP.
-
toBuilder
public GetTelemetryEvaluationStatusForOrganizationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetTelemetryEvaluationStatusForOrganizationResponse.Builder,GetTelemetryEvaluationStatusForOrganizationResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetTelemetryEvaluationStatusForOrganizationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetTelemetryEvaluationStatusForOrganizationResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-