Class CloudWatchLogsResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AssociateKmsKeyResponse,CancelExportTaskResponse,CreateDeliveryResponse,CreateExportTaskResponse,CreateLogAnomalyDetectorResponse,CreateLogGroupResponse,CreateLogStreamResponse,DeleteAccountPolicyResponse,DeleteDataProtectionPolicyResponse,DeleteDeliveryDestinationPolicyResponse,DeleteDeliveryDestinationResponse,DeleteDeliveryResponse,DeleteDeliverySourceResponse,DeleteDestinationResponse,DeleteLogAnomalyDetectorResponse,DeleteLogGroupResponse,DeleteLogStreamResponse,DeleteMetricFilterResponse,DeleteQueryDefinitionResponse,DeleteResourcePolicyResponse,DeleteRetentionPolicyResponse,DeleteSubscriptionFilterResponse,DescribeAccountPoliciesResponse,DescribeConfigurationTemplatesResponse,DescribeDeliveriesResponse,DescribeDeliveryDestinationsResponse,DescribeDeliverySourcesResponse,DescribeDestinationsResponse,DescribeExportTasksResponse,DescribeLogGroupsResponse,DescribeLogStreamsResponse,DescribeMetricFiltersResponse,DescribeQueriesResponse,DescribeQueryDefinitionsResponse,DescribeResourcePoliciesResponse,DescribeSubscriptionFiltersResponse,DisassociateKmsKeyResponse,FilterLogEventsResponse,GetDataProtectionPolicyResponse,GetDeliveryDestinationPolicyResponse,GetDeliveryDestinationResponse,GetDeliveryResponse,GetDeliverySourceResponse,GetLogAnomalyDetectorResponse,GetLogEventsResponse,GetLogGroupFieldsResponse,GetLogRecordResponse,GetQueryResultsResponse,ListAnomaliesResponse,ListLogAnomalyDetectorsResponse,ListTagsForResourceResponse,ListTagsLogGroupResponse,PutAccountPolicyResponse,PutDataProtectionPolicyResponse,PutDeliveryDestinationPolicyResponse,PutDeliveryDestinationResponse,PutDeliverySourceResponse,PutDestinationPolicyResponse,PutDestinationResponse,PutLogEventsResponse,PutMetricFilterResponse,PutQueryDefinitionResponse,PutResourcePolicyResponse,PutRetentionPolicyResponse,PutSubscriptionFilterResponse,StartLiveTailResponse,StartQueryResponse,StopQueryResponse,TagLogGroupResponse,TagResourceResponse,TestMetricFilterResponse,UntagLogGroupResponse,UntagResourceResponse,UpdateAnomalyResponse,UpdateDeliveryConfigurationResponse,UpdateLogAnomalyDetectorResponse
@Generated("software.amazon.awssdk:codegen") public abstract class CloudWatchLogsResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCloudWatchLogsResponse.Builderprotected static classCloudWatchLogsResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedCloudWatchLogsResponse(CloudWatchLogsResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudWatchLogsResponseMetadataresponseMetadata()-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Constructor Detail
-
CloudWatchLogsResponse
protected CloudWatchLogsResponse(CloudWatchLogsResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public CloudWatchLogsResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-