Class DetectiveRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.detective.model.DetectiveRequest
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AcceptInvitationRequest,BatchGetGraphMemberDatasourcesRequest,BatchGetMembershipDatasourcesRequest,CreateGraphRequest,CreateMembersRequest,DeleteGraphRequest,DeleteMembersRequest,DescribeOrganizationConfigurationRequest,DisableOrganizationAdminAccountRequest,DisassociateMembershipRequest,EnableOrganizationAdminAccountRequest,GetInvestigationRequest,GetMembersRequest,ListDatasourcePackagesRequest,ListGraphsRequest,ListIndicatorsRequest,ListInvestigationsRequest,ListInvitationsRequest,ListMembersRequest,ListOrganizationAdminAccountsRequest,ListTagsForResourceRequest,RejectInvitationRequest,StartInvestigationRequest,StartMonitoringMemberRequest,TagResourceRequest,UntagResourceRequest,UpdateDatasourcePackagesRequest,UpdateInvestigationStateRequest,UpdateOrganizationConfigurationRequest
@Generated("software.amazon.awssdk:codegen") public abstract class DetectiveRequest extends AwsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDetectiveRequest.Builderprotected static classDetectiveRequest.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedDetectiveRequest(DetectiveRequest.Builder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract DetectiveRequest.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
equals, hashCode, overrideConfiguration
-
Methods inherited from class software.amazon.awssdk.core.SdkRequest
getValueForField
-
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
-
DetectiveRequest
protected DetectiveRequest(DetectiveRequest.Builder builder)
-
-
Method Detail
-
toBuilder
public abstract DetectiveRequest.Builder toBuilder()
- Specified by:
toBuilderin classAwsRequest
-
-