Class GetQueryStatusWorkloadInsightsTopContributorsResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.networkflowmonitor.model.NetworkFlowMonitorResponse
-
- software.amazon.awssdk.services.networkflowmonitor.model.GetQueryStatusWorkloadInsightsTopContributorsResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetQueryStatusWorkloadInsightsTopContributorsResponse.Builder,GetQueryStatusWorkloadInsightsTopContributorsResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetQueryStatusWorkloadInsightsTopContributorsResponse extends NetworkFlowMonitorResponse implements ToCopyableBuilder<GetQueryStatusWorkloadInsightsTopContributorsResponse.Builder,GetQueryStatusWorkloadInsightsTopContributorsResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetQueryStatusWorkloadInsightsTopContributorsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetQueryStatusWorkloadInsightsTopContributorsResponse.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 GetQueryStatusWorkloadInsightsTopContributorsResponse.Builder>serializableBuilderClass()QueryStatusstatus()When you run a query, use this call to check the status of the query to make sure that the query hasSUCCEEDEDbefore you review the results.StringstatusAsString()When you run a query, use this call to check the status of the query to make sure that the query hasSUCCEEDEDbefore you review the results.GetQueryStatusWorkloadInsightsTopContributorsResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.networkflowmonitor.model.NetworkFlowMonitorResponse
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 QueryStatus status()
When you run a query, use this call to check the status of the query to make sure that the query has
SUCCEEDEDbefore you review the results.-
QUEUED: The query is scheduled to run. -
RUNNING: The query is in progress but not complete. -
SUCCEEDED: The query completed sucessfully. -
FAILED: The query failed due to an error. -
CANCELED: The query was canceled.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnQueryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- When you run a query, use this call to check the status of the query to make sure that the query has
SUCCEEDEDbefore you review the results.-
QUEUED: The query is scheduled to run. -
RUNNING: The query is in progress but not complete. -
SUCCEEDED: The query completed sucessfully. -
FAILED: The query failed due to an error. -
CANCELED: The query was canceled.
-
- See Also:
QueryStatus
-
-
statusAsString
public final String statusAsString()
When you run a query, use this call to check the status of the query to make sure that the query has
SUCCEEDEDbefore you review the results.-
QUEUED: The query is scheduled to run. -
RUNNING: The query is in progress but not complete. -
SUCCEEDED: The query completed sucessfully. -
FAILED: The query failed due to an error. -
CANCELED: The query was canceled.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnQueryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- When you run a query, use this call to check the status of the query to make sure that the query has
SUCCEEDEDbefore you review the results.-
QUEUED: The query is scheduled to run. -
RUNNING: The query is in progress but not complete. -
SUCCEEDED: The query completed sucessfully. -
FAILED: The query failed due to an error. -
CANCELED: The query was canceled.
-
- See Also:
QueryStatus
-
-
toBuilder
public GetQueryStatusWorkloadInsightsTopContributorsResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetQueryStatusWorkloadInsightsTopContributorsResponse.Builder,GetQueryStatusWorkloadInsightsTopContributorsResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetQueryStatusWorkloadInsightsTopContributorsResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetQueryStatusWorkloadInsightsTopContributorsResponse.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
-
-