Class DetectiveResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.detective.model.DetectiveResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AcceptInvitationResponse,BatchGetGraphMemberDatasourcesResponse,BatchGetMembershipDatasourcesResponse,CreateGraphResponse,CreateMembersResponse,DeleteGraphResponse,DeleteMembersResponse,DescribeOrganizationConfigurationResponse,DisableOrganizationAdminAccountResponse,DisassociateMembershipResponse,EnableOrganizationAdminAccountResponse,GetInvestigationResponse,GetMembersResponse,ListDatasourcePackagesResponse,ListGraphsResponse,ListIndicatorsResponse,ListInvestigationsResponse,ListInvitationsResponse,ListMembersResponse,ListOrganizationAdminAccountsResponse,ListTagsForResourceResponse,RejectInvitationResponse,StartInvestigationResponse,StartMonitoringMemberResponse,TagResourceResponse,UntagResourceResponse,UpdateDatasourcePackagesResponse,UpdateInvestigationStateResponse,UpdateOrganizationConfigurationResponse
@Generated("software.amazon.awssdk:codegen") public abstract class DetectiveResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDetectiveResponse.Builderprotected static classDetectiveResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedDetectiveResponse(DetectiveResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetectiveResponseMetadataresponseMetadata()-
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
-
DetectiveResponse
protected DetectiveResponse(DetectiveResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public DetectiveResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-