Interface GetSmsSandboxAccountStatusResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSmsSandboxAccountStatusResponse.Builder,GetSmsSandboxAccountStatusResponse>,SdkBuilder<GetSmsSandboxAccountStatusResponse.Builder,GetSmsSandboxAccountStatusResponse>,SdkPojo,SdkResponse.Builder,SnsResponse.Builder
- Enclosing class:
- GetSmsSandboxAccountStatusResponse
@Mutable @NotThreadSafe public static interface GetSmsSandboxAccountStatusResponse.Builder extends SnsResponse.Builder, SdkPojo, CopyableBuilder<GetSmsSandboxAccountStatusResponse.Builder,GetSmsSandboxAccountStatusResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSmsSandboxAccountStatusResponse.BuilderisInSandbox(Boolean isInSandbox)Indicates whether the calling Amazon Web Services account is in the SMS sandbox.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.sns.model.SnsResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
isInSandbox
GetSmsSandboxAccountStatusResponse.Builder isInSandbox(Boolean isInSandbox)
Indicates whether the calling Amazon Web Services account is in the SMS sandbox.
- Parameters:
isInSandbox- Indicates whether the calling Amazon Web Services account is in the SMS sandbox.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-