Class ApplicationInsightsResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.applicationinsights.model.ApplicationInsightsResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AddWorkloadResponse,CreateApplicationResponse,CreateComponentResponse,CreateLogPatternResponse,DeleteApplicationResponse,DeleteComponentResponse,DeleteLogPatternResponse,DescribeApplicationResponse,DescribeComponentConfigurationRecommendationResponse,DescribeComponentConfigurationResponse,DescribeComponentResponse,DescribeLogPatternResponse,DescribeObservationResponse,DescribeProblemObservationsResponse,DescribeProblemResponse,DescribeWorkloadResponse,ListApplicationsResponse,ListComponentsResponse,ListConfigurationHistoryResponse,ListLogPatternSetsResponse,ListLogPatternsResponse,ListProblemsResponse,ListTagsForResourceResponse,ListWorkloadsResponse,RemoveWorkloadResponse,TagResourceResponse,UntagResourceResponse,UpdateApplicationResponse,UpdateComponentConfigurationResponse,UpdateComponentResponse,UpdateLogPatternResponse,UpdateProblemResponse,UpdateWorkloadResponse
@Generated("software.amazon.awssdk:codegen") public abstract class ApplicationInsightsResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationInsightsResponse.Builderprotected static classApplicationInsightsResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedApplicationInsightsResponse(ApplicationInsightsResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationInsightsResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Constructor Detail
-
ApplicationInsightsResponse
protected ApplicationInsightsResponse(ApplicationInsightsResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public ApplicationInsightsResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-