Class RepostspaceRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.repostspace.model.RepostspaceRequest
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
BatchAddRoleRequest,BatchRemoveRoleRequest,CreateSpaceRequest,DeleteSpaceRequest,DeregisterAdminRequest,GetSpaceRequest,ListSpacesRequest,ListTagsForResourceRequest,RegisterAdminRequest,SendInvitesRequest,TagResourceRequest,UntagResourceRequest,UpdateSpaceRequest
@Generated("software.amazon.awssdk:codegen") public abstract class RepostspaceRequest extends AwsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRepostspaceRequest.Builderprotected static classRepostspaceRequest.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedRepostspaceRequest(RepostspaceRequest.Builder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract RepostspaceRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Constructor Detail
-
RepostspaceRequest
protected RepostspaceRequest(RepostspaceRequest.Builder builder)
-
-
Method Detail
-
toBuilder
public abstract RepostspaceRequest.Builder toBuilder()
- Specified by:
toBuilderin classAwsRequest
-
-