All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.sms-2016-10-24-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Server Migration module holds the client classes that are used for communicating with AWS Server Migration Service

There is a newer version: 2.29.16
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : null,
    "deprecatedOperations" : [ ],
    "deprecatedShapes" : [ ],
    "enableEndpointDiscoveryMethodRequired" : false,
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : { },
    "operationModifiers" : null,
    "paginationCustomization" : null,
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "utilitiesMethod" : null,
    "verifiedSimpleMethods" : [ "deleteServerCatalog", "importServerCatalog", "getAppLaunchConfiguration", "getAppReplicationConfiguration", "getApp", "getConnectors", "getReplicationJobs", "getServers", "listApps" ]
  },
  "metadata" : {
    "apiVersion" : "2016-10-24",
    "asyncBuilder" : "DefaultSmsAsyncClientBuilder",
    "asyncBuilderInterface" : "SmsAsyncClientBuilder",
    "asyncClient" : "DefaultSmsAsyncClient",
    "asyncInterface" : "SmsAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultSmsBaseClientBuilder",
    "baseBuilderInterface" : "SmsBaseClientBuilder",
    "baseExceptionName" : "SmsException",
    "baseRequestName" : "SmsRequest",
    "baseResponseName" : "SmsResponse",
    "cborProtocol" : false,
    "clientPackageName" : "sms",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "SMS",
    "documentation" : "AAWS Sever Migration Service 

This is the AWS Sever Migration Service API Reference. It provides descriptions, syntax, and usage examples for each of the actions and data types for the AWS Sever Migration Service (AWS SMS). The topic for each action shows the Query API request parameters and the XML response. You can also view the XML request elements in the WSDL.

Alternatively, you can use one of the AWS SDKs to access an API that's tailored to the programming language or platform that you're using. For more information, see AWS SDKs.

To learn more about the Server Migration Service, see the following resources:

", "endpointPrefix" : "sms", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.sms", "fullModelPackageName" : "software.amazon.awssdk.services.sms.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.sms.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.sms.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.sms.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "sms.model", "paginatorsPackageName" : "sms.paginators", "protocol" : "json", "queryProtocol" : false, "requestTransformPackageName" : "sms.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "SMS", "serviceName" : "Sms", "signingName" : "sms", "syncBuilder" : "DefaultSmsClientBuilder", "syncBuilderInterface" : "SmsClientBuilder", "syncClient" : "DefaultSmsClient", "syncInterface" : "SmsClient", "transformPackageName" : "sms.transform", "uid" : "sms-2016-10-24", "xmlProtocol" : false }, "operations" : { "CreateApp" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an application. An application consists of one or more server groups. Each server group contain one or more servers.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateAppRequest", "variableName" : "createAppRequest", "variableType" : "CreateAppRequest", "documentation" : "", "simpleType" : "CreateAppRequest", "variableSetterType" : "CreateAppRequest" }, "methodName" : "createApp", "operationName" : "CreateApp", "paginated" : false, "returnType" : { "returnType" : "CreateAppResponse", "documentation" : null }, "syncReturnType" : "CreateAppResponse" }, "CreateReplicationJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a replication job. The replication job schedules periodic replication runs to replicate your server to AWS. Each replication run creates an Amazon Machine Image (AMI).

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null }, { "exceptionName" : "ServerCannotBeReplicatedException", "documentation" : "

The specified server cannot be replicated.

", "httpStatusCode" : null }, { "exceptionName" : "ReplicationJobAlreadyExistsException", "documentation" : "

The specified replication job already exists.

", "httpStatusCode" : null }, { "exceptionName" : "NoConnectorsAvailableException", "documentation" : "

There are no connectors available.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "TemporarilyUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateReplicationJobRequest", "variableName" : "createReplicationJobRequest", "variableType" : "CreateReplicationJobRequest", "documentation" : "", "simpleType" : "CreateReplicationJobRequest", "variableSetterType" : "CreateReplicationJobRequest" }, "methodName" : "createReplicationJob", "operationName" : "CreateReplicationJob", "paginated" : false, "returnType" : { "returnType" : "CreateReplicationJobResponse", "documentation" : null }, "syncReturnType" : "CreateReplicationJobResponse" }, "DeleteApp" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes an existing application. Optionally deletes the launched stack associated with the application and all AWS SMS replication jobs for servers in the application.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteAppRequest", "variableName" : "deleteAppRequest", "variableType" : "DeleteAppRequest", "documentation" : "", "simpleType" : "DeleteAppRequest", "variableSetterType" : "DeleteAppRequest" }, "methodName" : "deleteApp", "operationName" : "DeleteApp", "paginated" : false, "returnType" : { "returnType" : "DeleteAppResponse", "documentation" : null }, "syncReturnType" : "DeleteAppResponse" }, "DeleteAppLaunchConfiguration" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes existing launch configuration for an application.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteAppLaunchConfigurationRequest", "variableName" : "deleteAppLaunchConfigurationRequest", "variableType" : "DeleteAppLaunchConfigurationRequest", "documentation" : "", "simpleType" : "DeleteAppLaunchConfigurationRequest", "variableSetterType" : "DeleteAppLaunchConfigurationRequest" }, "methodName" : "deleteAppLaunchConfiguration", "operationName" : "DeleteAppLaunchConfiguration", "paginated" : false, "returnType" : { "returnType" : "DeleteAppLaunchConfigurationResponse", "documentation" : null }, "syncReturnType" : "DeleteAppLaunchConfigurationResponse" }, "DeleteAppReplicationConfiguration" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes existing replication configuration for an application.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteAppReplicationConfigurationRequest", "variableName" : "deleteAppReplicationConfigurationRequest", "variableType" : "DeleteAppReplicationConfigurationRequest", "documentation" : "", "simpleType" : "DeleteAppReplicationConfigurationRequest", "variableSetterType" : "DeleteAppReplicationConfigurationRequest" }, "methodName" : "deleteAppReplicationConfiguration", "operationName" : "DeleteAppReplicationConfiguration", "paginated" : false, "returnType" : { "returnType" : "DeleteAppReplicationConfigurationResponse", "documentation" : null }, "syncReturnType" : "DeleteAppReplicationConfigurationResponse" }, "DeleteReplicationJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified replication job.

After you delete a replication job, there are no further replication runs. AWS deletes the contents of the Amazon S3 bucket used to store AWS SMS artifacts. The AMIs created by the replication runs are not deleted.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null }, { "exceptionName" : "ReplicationJobNotFoundException", "documentation" : "

The specified replication job does not exist.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteReplicationJobRequest", "variableName" : "deleteReplicationJobRequest", "variableType" : "DeleteReplicationJobRequest", "documentation" : "", "simpleType" : "DeleteReplicationJobRequest", "variableSetterType" : "DeleteReplicationJobRequest" }, "methodName" : "deleteReplicationJob", "operationName" : "DeleteReplicationJob", "paginated" : false, "returnType" : { "returnType" : "DeleteReplicationJobResponse", "documentation" : null }, "syncReturnType" : "DeleteReplicationJobResponse" }, "DeleteServerCatalog" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes all servers from your server catalog.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteServerCatalogRequest", "variableName" : "deleteServerCatalogRequest", "variableType" : "DeleteServerCatalogRequest", "documentation" : "", "simpleType" : "DeleteServerCatalogRequest", "variableSetterType" : "DeleteServerCatalogRequest" }, "methodName" : "deleteServerCatalog", "operationName" : "DeleteServerCatalog", "paginated" : false, "returnType" : { "returnType" : "DeleteServerCatalogResponse", "documentation" : null }, "syncReturnType" : "DeleteServerCatalogResponse" }, "DisassociateConnector" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Disassociates the specified connector from AWS SMS.

After you disassociate a connector, it is no longer available to support replication jobs.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DisassociateConnectorRequest", "variableName" : "disassociateConnectorRequest", "variableType" : "DisassociateConnectorRequest", "documentation" : "", "simpleType" : "DisassociateConnectorRequest", "variableSetterType" : "DisassociateConnectorRequest" }, "methodName" : "disassociateConnector", "operationName" : "DisassociateConnector", "paginated" : false, "returnType" : { "returnType" : "DisassociateConnectorResponse", "documentation" : null }, "syncReturnType" : "DisassociateConnectorResponse" }, "GenerateChangeSet" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Generates a target change set for a currently launched stack and writes it to an Amazon S3 object in the customer’s Amazon S3 bucket.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GenerateChangeSetRequest", "variableName" : "generateChangeSetRequest", "variableType" : "GenerateChangeSetRequest", "documentation" : "", "simpleType" : "GenerateChangeSetRequest", "variableSetterType" : "GenerateChangeSetRequest" }, "methodName" : "generateChangeSet", "operationName" : "GenerateChangeSet", "paginated" : false, "returnType" : { "returnType" : "GenerateChangeSetResponse", "documentation" : null }, "syncReturnType" : "GenerateChangeSetResponse" }, "GenerateTemplate" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Generates an Amazon CloudFormation template based on the current launch configuration and writes it to an Amazon S3 object in the customer’s Amazon S3 bucket.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GenerateTemplateRequest", "variableName" : "generateTemplateRequest", "variableType" : "GenerateTemplateRequest", "documentation" : "", "simpleType" : "GenerateTemplateRequest", "variableSetterType" : "GenerateTemplateRequest" }, "methodName" : "generateTemplate", "operationName" : "GenerateTemplate", "paginated" : false, "returnType" : { "returnType" : "GenerateTemplateResponse", "documentation" : null }, "syncReturnType" : "GenerateTemplateResponse" }, "GetApp" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieve information about an application.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetAppRequest", "variableName" : "getAppRequest", "variableType" : "GetAppRequest", "documentation" : "", "simpleType" : "GetAppRequest", "variableSetterType" : "GetAppRequest" }, "methodName" : "getApp", "operationName" : "GetApp", "paginated" : false, "returnType" : { "returnType" : "GetAppResponse", "documentation" : null }, "syncReturnType" : "GetAppResponse" }, "GetAppLaunchConfiguration" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the application launch configuration associated with an application.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetAppLaunchConfigurationRequest", "variableName" : "getAppLaunchConfigurationRequest", "variableType" : "GetAppLaunchConfigurationRequest", "documentation" : "", "simpleType" : "GetAppLaunchConfigurationRequest", "variableSetterType" : "GetAppLaunchConfigurationRequest" }, "methodName" : "getAppLaunchConfiguration", "operationName" : "GetAppLaunchConfiguration", "paginated" : false, "returnType" : { "returnType" : "GetAppLaunchConfigurationResponse", "documentation" : null }, "syncReturnType" : "GetAppLaunchConfigurationResponse" }, "GetAppReplicationConfiguration" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves an application replication configuration associatd with an application.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetAppReplicationConfigurationRequest", "variableName" : "getAppReplicationConfigurationRequest", "variableType" : "GetAppReplicationConfigurationRequest", "documentation" : "", "simpleType" : "GetAppReplicationConfigurationRequest", "variableSetterType" : "GetAppReplicationConfigurationRequest" }, "methodName" : "getAppReplicationConfiguration", "operationName" : "GetAppReplicationConfiguration", "paginated" : false, "returnType" : { "returnType" : "GetAppReplicationConfigurationResponse", "documentation" : null }, "syncReturnType" : "GetAppReplicationConfigurationResponse" }, "GetConnectors" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the connectors registered with the AWS SMS.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetConnectorsRequest", "variableName" : "getConnectorsRequest", "variableType" : "GetConnectorsRequest", "documentation" : "", "simpleType" : "GetConnectorsRequest", "variableSetterType" : "GetConnectorsRequest" }, "methodName" : "getConnectors", "operationName" : "GetConnectors", "paginated" : true, "returnType" : { "returnType" : "GetConnectorsResponse", "documentation" : null }, "syncReturnType" : "GetConnectorsResponse" }, "GetReplicationJobs" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the specified replication job or all of your replication jobs.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetReplicationJobsRequest", "variableName" : "getReplicationJobsRequest", "variableType" : "GetReplicationJobsRequest", "documentation" : "", "simpleType" : "GetReplicationJobsRequest", "variableSetterType" : "GetReplicationJobsRequest" }, "methodName" : "getReplicationJobs", "operationName" : "GetReplicationJobs", "paginated" : true, "returnType" : { "returnType" : "GetReplicationJobsResponse", "documentation" : null }, "syncReturnType" : "GetReplicationJobsResponse" }, "GetReplicationRuns" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the replication runs for the specified replication job.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetReplicationRunsRequest", "variableName" : "getReplicationRunsRequest", "variableType" : "GetReplicationRunsRequest", "documentation" : "", "simpleType" : "GetReplicationRunsRequest", "variableSetterType" : "GetReplicationRunsRequest" }, "methodName" : "getReplicationRuns", "operationName" : "GetReplicationRuns", "paginated" : true, "returnType" : { "returnType" : "GetReplicationRunsResponse", "documentation" : null }, "syncReturnType" : "GetReplicationRunsResponse" }, "GetServers" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the servers in your server catalog.

Before you can describe your servers, you must import them using ImportServerCatalog.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetServersRequest", "variableName" : "getServersRequest", "variableType" : "GetServersRequest", "documentation" : "", "simpleType" : "GetServersRequest", "variableSetterType" : "GetServersRequest" }, "methodName" : "getServers", "operationName" : "GetServers", "paginated" : true, "returnType" : { "returnType" : "GetServersResponse", "documentation" : null }, "syncReturnType" : "GetServersResponse" }, "ImportServerCatalog" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Gathers a complete list of on-premises servers. Connectors must be installed and monitoring all servers that you want to import.

This call returns immediately, but might take additional time to retrieve all the servers.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "NoConnectorsAvailableException", "documentation" : "

There are no connectors available.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ImportServerCatalogRequest", "variableName" : "importServerCatalogRequest", "variableType" : "ImportServerCatalogRequest", "documentation" : "", "simpleType" : "ImportServerCatalogRequest", "variableSetterType" : "ImportServerCatalogRequest" }, "methodName" : "importServerCatalog", "operationName" : "ImportServerCatalog", "paginated" : false, "returnType" : { "returnType" : "ImportServerCatalogResponse", "documentation" : null }, "syncReturnType" : "ImportServerCatalogResponse" }, "LaunchApp" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Launches an application stack.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "LaunchAppRequest", "variableName" : "launchAppRequest", "variableType" : "LaunchAppRequest", "documentation" : "", "simpleType" : "LaunchAppRequest", "variableSetterType" : "LaunchAppRequest" }, "methodName" : "launchApp", "operationName" : "LaunchApp", "paginated" : false, "returnType" : { "returnType" : "LaunchAppResponse", "documentation" : null }, "syncReturnType" : "LaunchAppResponse" }, "ListApps" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of summaries for all applications.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListAppsRequest", "variableName" : "listAppsRequest", "variableType" : "ListAppsRequest", "documentation" : "", "simpleType" : "ListAppsRequest", "variableSetterType" : "ListAppsRequest" }, "methodName" : "listApps", "operationName" : "ListApps", "paginated" : false, "returnType" : { "returnType" : "ListAppsResponse", "documentation" : null }, "syncReturnType" : "ListAppsResponse" }, "PutAppLaunchConfiguration" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a launch configuration for an application.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutAppLaunchConfigurationRequest", "variableName" : "putAppLaunchConfigurationRequest", "variableType" : "PutAppLaunchConfigurationRequest", "documentation" : "", "simpleType" : "PutAppLaunchConfigurationRequest", "variableSetterType" : "PutAppLaunchConfigurationRequest" }, "methodName" : "putAppLaunchConfiguration", "operationName" : "PutAppLaunchConfiguration", "paginated" : false, "returnType" : { "returnType" : "PutAppLaunchConfigurationResponse", "documentation" : null }, "syncReturnType" : "PutAppLaunchConfigurationResponse" }, "PutAppReplicationConfiguration" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates or updates a replication configuration for an application.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutAppReplicationConfigurationRequest", "variableName" : "putAppReplicationConfigurationRequest", "variableType" : "PutAppReplicationConfigurationRequest", "documentation" : "", "simpleType" : "PutAppReplicationConfigurationRequest", "variableSetterType" : "PutAppReplicationConfigurationRequest" }, "methodName" : "putAppReplicationConfiguration", "operationName" : "PutAppReplicationConfiguration", "paginated" : false, "returnType" : { "returnType" : "PutAppReplicationConfigurationResponse", "documentation" : null }, "syncReturnType" : "PutAppReplicationConfigurationResponse" }, "StartAppReplication" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Starts replicating an application.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartAppReplicationRequest", "variableName" : "startAppReplicationRequest", "variableType" : "StartAppReplicationRequest", "documentation" : "", "simpleType" : "StartAppReplicationRequest", "variableSetterType" : "StartAppReplicationRequest" }, "methodName" : "startAppReplication", "operationName" : "StartAppReplication", "paginated" : false, "returnType" : { "returnType" : "StartAppReplicationResponse", "documentation" : null }, "syncReturnType" : "StartAppReplicationResponse" }, "StartOnDemandReplicationRun" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Starts an on-demand replication run for the specified replication job. This replication run starts immediately. This replication run is in addition to the ones already scheduled.

There is a limit on the number of on-demand replications runs you can request in a 24-hour period.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null }, { "exceptionName" : "ReplicationRunLimitExceededException", "documentation" : "

You have exceeded the number of on-demand replication runs you can request in a 24-hour period.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartOnDemandReplicationRunRequest", "variableName" : "startOnDemandReplicationRunRequest", "variableType" : "StartOnDemandReplicationRunRequest", "documentation" : "", "simpleType" : "StartOnDemandReplicationRunRequest", "variableSetterType" : "StartOnDemandReplicationRunRequest" }, "methodName" : "startOnDemandReplicationRun", "operationName" : "StartOnDemandReplicationRun", "paginated" : false, "returnType" : { "returnType" : "StartOnDemandReplicationRunResponse", "documentation" : null }, "syncReturnType" : "StartOnDemandReplicationRunResponse" }, "StopAppReplication" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Stops replicating an application.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StopAppReplicationRequest", "variableName" : "stopAppReplicationRequest", "variableType" : "StopAppReplicationRequest", "documentation" : "", "simpleType" : "StopAppReplicationRequest", "variableSetterType" : "StopAppReplicationRequest" }, "methodName" : "stopAppReplication", "operationName" : "StopAppReplication", "paginated" : false, "returnType" : { "returnType" : "StopAppReplicationResponse", "documentation" : null }, "syncReturnType" : "StopAppReplicationResponse" }, "TerminateApp" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Terminates the stack for an application.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "TerminateAppRequest", "variableName" : "terminateAppRequest", "variableType" : "TerminateAppRequest", "documentation" : "", "simpleType" : "TerminateAppRequest", "variableSetterType" : "TerminateAppRequest" }, "methodName" : "terminateApp", "operationName" : "TerminateApp", "paginated" : false, "returnType" : { "returnType" : "TerminateAppResponse", "documentation" : null }, "syncReturnType" : "TerminateAppResponse" }, "UpdateApp" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates an application.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateAppRequest", "variableName" : "updateAppRequest", "variableType" : "UpdateAppRequest", "documentation" : "", "simpleType" : "UpdateAppRequest", "variableSetterType" : "UpdateAppRequest" }, "methodName" : "updateApp", "operationName" : "UpdateApp", "paginated" : false, "returnType" : { "returnType" : "UpdateAppResponse", "documentation" : null }, "syncReturnType" : "UpdateAppResponse" }, "UpdateReplicationJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the specified settings for the specified replication job.

", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

A specified parameter is not valid.

", "httpStatusCode" : null }, { "exceptionName" : "MissingRequiredParameterException", "documentation" : "

A required parameter is missing.

", "httpStatusCode" : null }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This operation is not allowed.

", "httpStatusCode" : null }, { "exceptionName" : "UnauthorizedOperationException", "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "httpStatusCode" : null }, { "exceptionName" : "ServerCannotBeReplicatedException", "documentation" : "

The specified server cannot be replicated.

", "httpStatusCode" : null }, { "exceptionName" : "ReplicationJobNotFoundException", "documentation" : "

The specified replication job does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "InternalErrorException", "documentation" : "

An internal error occurred.

", "httpStatusCode" : null }, { "exceptionName" : "TemporarilyUnavailableException", "documentation" : "

The service is temporarily unavailable.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateReplicationJobRequest", "variableName" : "updateReplicationJobRequest", "variableType" : "UpdateReplicationJobRequest", "documentation" : "", "simpleType" : "UpdateReplicationJobRequest", "variableSetterType" : "UpdateReplicationJobRequest" }, "methodName" : "updateReplicationJob", "operationName" : "UpdateReplicationJob", "paginated" : false, "returnType" : { "returnType" : "UpdateReplicationJobResponse", "documentation" : null }, "syncReturnType" : "UpdateReplicationJobResponse" } }, "shapes" : { "AppLaunchStatus" : { "c2jName" : "AppLaunchStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "READY_FOR_CONFIGURATION", "value" : "READY_FOR_CONFIGURATION" }, { "name" : "CONFIGURATION_IN_PROGRESS", "value" : "CONFIGURATION_IN_PROGRESS" }, { "name" : "CONFIGURATION_INVALID", "value" : "CONFIGURATION_INVALID" }, { "name" : "READY_FOR_LAUNCH", "value" : "READY_FOR_LAUNCH" }, { "name" : "VALIDATION_IN_PROGRESS", "value" : "VALIDATION_IN_PROGRESS" }, { "name" : "LAUNCH_PENDING", "value" : "LAUNCH_PENDING" }, { "name" : "LAUNCH_IN_PROGRESS", "value" : "LAUNCH_IN_PROGRESS" }, { "name" : "LAUNCHED", "value" : "LAUNCHED" }, { "name" : "DELTA_LAUNCH_IN_PROGRESS", "value" : "DELTA_LAUNCH_IN_PROGRESS" }, { "name" : "DELTA_LAUNCH_FAILED", "value" : "DELTA_LAUNCH_FAILED" }, { "name" : "LAUNCH_FAILED", "value" : "LAUNCH_FAILED" }, { "name" : "TERMINATE_IN_PROGRESS", "value" : "TERMINATE_IN_PROGRESS" }, { "name" : "TERMINATE_FAILED", "value" : "TERMINATE_FAILED" }, { "name" : "TERMINATED", "value" : "TERMINATED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AppLaunchStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AppLaunchStatus", "variableName" : "appLaunchStatus", "variableType" : "AppLaunchStatus", "documentation" : null, "simpleType" : "AppLaunchStatus", "variableSetterType" : "AppLaunchStatus" }, "wrapper" : false, "xmlNamespace" : null }, "AppReplicationStatus" : { "c2jName" : "AppReplicationStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "READY_FOR_CONFIGURATION", "value" : "READY_FOR_CONFIGURATION" }, { "name" : "CONFIGURATION_IN_PROGRESS", "value" : "CONFIGURATION_IN_PROGRESS" }, { "name" : "CONFIGURATION_INVALID", "value" : "CONFIGURATION_INVALID" }, { "name" : "READY_FOR_REPLICATION", "value" : "READY_FOR_REPLICATION" }, { "name" : "VALIDATION_IN_PROGRESS", "value" : "VALIDATION_IN_PROGRESS" }, { "name" : "REPLICATION_PENDING", "value" : "REPLICATION_PENDING" }, { "name" : "REPLICATION_IN_PROGRESS", "value" : "REPLICATION_IN_PROGRESS" }, { "name" : "REPLICATED", "value" : "REPLICATED" }, { "name" : "DELTA_REPLICATION_IN_PROGRESS", "value" : "DELTA_REPLICATION_IN_PROGRESS" }, { "name" : "DELTA_REPLICATED", "value" : "DELTA_REPLICATED" }, { "name" : "DELTA_REPLICATION_FAILED", "value" : "DELTA_REPLICATION_FAILED" }, { "name" : "REPLICATION_FAILED", "value" : "REPLICATION_FAILED" }, { "name" : "REPLICATION_STOPPING", "value" : "REPLICATION_STOPPING" }, { "name" : "REPLICATION_STOP_FAILED", "value" : "REPLICATION_STOP_FAILED" }, { "name" : "REPLICATION_STOPPED", "value" : "REPLICATION_STOPPED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AppReplicationStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AppReplicationStatus", "variableName" : "appReplicationStatus", "variableType" : "AppReplicationStatus", "documentation" : null, "simpleType" : "AppReplicationStatus", "variableSetterType" : "AppReplicationStatus" }, "wrapper" : false, "xmlNamespace" : null }, "AppStatus" : { "c2jName" : "AppStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "CREATING", "value" : "CREATING" }, { "name" : "ACTIVE", "value" : "ACTIVE" }, { "name" : "UPDATING", "value" : "UPDATING" }, { "name" : "DELETING", "value" : "DELETING" }, { "name" : "DELETED", "value" : "DELETED" }, { "name" : "DELETE_FAILED", "value" : "DELETE_FAILED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AppStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AppStatus", "variableName" : "appStatus", "variableType" : "AppStatus", "documentation" : null, "simpleType" : "AppStatus", "variableSetterType" : "AppStatus" }, "wrapper" : false, "xmlNamespace" : null }, "AppSummary" : { "c2jName" : "AppSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Information about the application.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique ID of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique ID of the application.

\n@return Unique ID of the application.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique ID of the application.

\n@param appId Unique ID of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique ID of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique ID of the application.

\n@param appId Unique ID of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique ID of the application.

\n@return Unique ID of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique ID of the application.

\n@param appId Unique ID of the application.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique ID of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "AppName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the application.

\n@return Name of the application.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the application.

\n@param name Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

Name of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

Name of the application.

\n@param name Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name of the application.

\n@return Name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

Name of the application.

\n@param name Name of the application.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "AppDescription", "defaultConsumerFluentSetterDocumentation" : "

Description of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description of the application.

\n@return Description of the application.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description of the application.

\n@param description Description of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description of the application.

\n@param description Description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description of the application.

\n@return Description of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description of the application.

\n@param description Description of the application.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "AppStatus", "defaultConsumerFluentSetterDocumentation" : "

Status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AppStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the application.\n@see AppStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status of the application.

\n@param status Status of the application.\n@see AppStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Status of the application.

", "endpointDiscoveryId" : false, "enumType" : "AppStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

Status of the application.

\n@param status Status of the application.\n@see AppStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AppStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the application.\n@see AppStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Status of the application.

\n@param status Status of the application.\n@see AppStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusMessage", "beanStyleSetterMethodName" : "setStatusMessage", "c2jName" : "statusMessage", "c2jShape" : "AppStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

A message related to the status of the application

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusMessage(String)}.\n@param statusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A message related to the status of the application

\n@return A message related to the status of the application\n@deprecated Use {@link #statusMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A message related to the status of the application

\n@param statusMessage A message related to the status of the application\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusMessage(String)}\n", "documentation" : "

A message related to the status of the application

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusMessage", "fluentSetterDocumentation" : "

A message related to the status of the application

\n@param statusMessage A message related to the status of the application\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusMessage", "getterDocumentation" : "

A message related to the status of the application

\n@return A message related to the status of the application", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusMessage", "sensitive" : false, "setterDocumentation" : "

A message related to the status of the application

\n@param statusMessage A message related to the status of the application", "setterMethodName" : "setStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

A message related to the status of the application

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationStatus", "beanStyleSetterMethodName" : "setReplicationStatus", "c2jName" : "replicationStatus", "c2jShape" : "AppReplicationStatus", "defaultConsumerFluentSetterDocumentation" : "

Replication status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationStatusAsString(String)}.\n@param replicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Replication status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #replicationStatus} will return {@link AppReplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #replicationStatusAsString}.\n

\n@return Replication status of the application.\n@see AppReplicationStatus\n@deprecated Use {@link #replicationStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Replication status of the application.

\n@param replicationStatus Replication status of the application.\n@see AppReplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppReplicationStatus\n@deprecated Use {@link #replicationStatus(String)}\n", "documentation" : "

Replication status of the application.

", "endpointDiscoveryId" : false, "enumType" : "AppReplicationStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationStatus", "fluentEnumGetterMethodName" : "replicationStatus", "fluentEnumSetterMethodName" : "replicationStatus", "fluentGetterMethodName" : "replicationStatusAsString", "fluentSetterDocumentation" : "

Replication status of the application.

\n@param replicationStatus Replication status of the application.\n@see AppReplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppReplicationStatus", "fluentSetterMethodName" : "replicationStatus", "getterDocumentation" : "

Replication status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #replicationStatus} will return {@link AppReplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #replicationStatusAsString}.\n

\n@return Replication status of the application.\n@see AppReplicationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationStatus", "sensitive" : false, "setterDocumentation" : "

Replication status of the application.

\n@param replicationStatus Replication status of the application.\n@see AppReplicationStatus", "setterMethodName" : "setReplicationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationStatus", "variableType" : "String", "documentation" : "

Replication status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationStatusMessage", "beanStyleSetterMethodName" : "setReplicationStatusMessage", "c2jName" : "replicationStatusMessage", "c2jShape" : "AppReplicationStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

A message related to the replication status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationStatusMessage(String)}.\n@param replicationStatusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationStatusMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A message related to the replication status of the application.

\n@return A message related to the replication status of the application.\n@deprecated Use {@link #replicationStatusMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A message related to the replication status of the application.

\n@param replicationStatusMessage A message related to the replication status of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationStatusMessage(String)}\n", "documentation" : "

A message related to the replication status of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationStatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationStatusMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationStatusMessage", "fluentSetterDocumentation" : "

A message related to the replication status of the application.

\n@param replicationStatusMessage A message related to the replication status of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationStatusMessage", "getterDocumentation" : "

A message related to the replication status of the application.

\n@return A message related to the replication status of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationStatusMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationStatusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationStatusMessage", "sensitive" : false, "setterDocumentation" : "

A message related to the replication status of the application.

\n@param replicationStatusMessage A message related to the replication status of the application.", "setterMethodName" : "setReplicationStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationStatusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationStatusMessage", "variableType" : "String", "documentation" : "

A message related to the replication status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLatestReplicationTime", "beanStyleSetterMethodName" : "setLatestReplicationTime", "c2jName" : "latestReplicationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Timestamp of the application's most recent successful replication.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #latestReplicationTime(Instant)}.\n@param latestReplicationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latestReplicationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Timestamp of the application's most recent successful replication.

\n@return Timestamp of the application's most recent successful replication.\n@deprecated Use {@link #latestReplicationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Timestamp of the application's most recent successful replication.

\n@param latestReplicationTime Timestamp of the application's most recent successful replication.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #latestReplicationTime(Instant)}\n", "documentation" : "

Timestamp of the application's most recent successful replication.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LatestReplicationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLatestReplicationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "latestReplicationTime", "fluentSetterDocumentation" : "

Timestamp of the application's most recent successful replication.

\n@param latestReplicationTime Timestamp of the application's most recent successful replication.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "latestReplicationTime", "getterDocumentation" : "

Timestamp of the application's most recent successful replication.

\n@return Timestamp of the application's most recent successful replication.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "latestReplicationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "latestReplicationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LatestReplicationTime", "sensitive" : false, "setterDocumentation" : "

Timestamp of the application's most recent successful replication.

\n@param latestReplicationTime Timestamp of the application's most recent successful replication.", "setterMethodName" : "setLatestReplicationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "latestReplicationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "latestReplicationTime", "variableType" : "java.time.Instant", "documentation" : "

Timestamp of the application's most recent successful replication.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLaunchStatus", "beanStyleSetterMethodName" : "setLaunchStatus", "c2jName" : "launchStatus", "c2jShape" : "AppLaunchStatus", "defaultConsumerFluentSetterDocumentation" : "

Launch status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #launchStatusAsString(String)}.\n@param launchStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Launch status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #launchStatus} will return {@link AppLaunchStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #launchStatusAsString}.\n

\n@return Launch status of the application.\n@see AppLaunchStatus\n@deprecated Use {@link #launchStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Launch status of the application.

\n@param launchStatus Launch status of the application.\n@see AppLaunchStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppLaunchStatus\n@deprecated Use {@link #launchStatus(String)}\n", "documentation" : "

Launch status of the application.

", "endpointDiscoveryId" : false, "enumType" : "AppLaunchStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LaunchStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLaunchStatus", "fluentEnumGetterMethodName" : "launchStatus", "fluentEnumSetterMethodName" : "launchStatus", "fluentGetterMethodName" : "launchStatusAsString", "fluentSetterDocumentation" : "

Launch status of the application.

\n@param launchStatus Launch status of the application.\n@see AppLaunchStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppLaunchStatus", "fluentSetterMethodName" : "launchStatus", "getterDocumentation" : "

Launch status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #launchStatus} will return {@link AppLaunchStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #launchStatusAsString}.\n

\n@return Launch status of the application.\n@see AppLaunchStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "launchStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "launchStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LaunchStatus", "sensitive" : false, "setterDocumentation" : "

Launch status of the application.

\n@param launchStatus Launch status of the application.\n@see AppLaunchStatus", "setterMethodName" : "setLaunchStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "launchStatus", "variableType" : "String", "documentation" : "

Launch status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLaunchStatusMessage", "beanStyleSetterMethodName" : "setLaunchStatusMessage", "c2jName" : "launchStatusMessage", "c2jShape" : "AppLaunchStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

A message related to the launch status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #launchStatusMessage(String)}.\n@param launchStatusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchStatusMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A message related to the launch status of the application.

\n@return A message related to the launch status of the application.\n@deprecated Use {@link #launchStatusMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A message related to the launch status of the application.

\n@param launchStatusMessage A message related to the launch status of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #launchStatusMessage(String)}\n", "documentation" : "

A message related to the launch status of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LaunchStatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLaunchStatusMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "launchStatusMessage", "fluentSetterDocumentation" : "

A message related to the launch status of the application.

\n@param launchStatusMessage A message related to the launch status of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "launchStatusMessage", "getterDocumentation" : "

A message related to the launch status of the application.

\n@return A message related to the launch status of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "launchStatusMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "launchStatusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LaunchStatusMessage", "sensitive" : false, "setterDocumentation" : "

A message related to the launch status of the application.

\n@param launchStatusMessage A message related to the launch status of the application.", "setterMethodName" : "setLaunchStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchStatusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "launchStatusMessage", "variableType" : "String", "documentation" : "

A message related to the launch status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLaunchDetails", "beanStyleSetterMethodName" : "setLaunchDetails", "c2jName" : "launchDetails", "c2jShape" : "LaunchDetails", "defaultConsumerFluentSetterDocumentation" : "

Details about the latest launch of the application.

\nThis is a convenience that creates an instance of the {@link LaunchDetails.Builder} avoiding the need to create one manually via {@link LaunchDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link LaunchDetails.Builder#build()} is called immediately and its result is passed to {@link #launchDetails(LaunchDetails)}.\n@param launchDetails a consumer that will call methods on {@link LaunchDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchDetails(LaunchDetails)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Details about the latest launch of the application.

\n@return Details about the latest launch of the application.\n@deprecated Use {@link #launchDetails()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Details about the latest launch of the application.

\n@param launchDetails Details about the latest launch of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #launchDetails(LaunchDetails)}\n", "documentation" : "

Details about the latest launch of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LaunchDetails property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLaunchDetails", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "launchDetails", "fluentSetterDocumentation" : "

Details about the latest launch of the application.

\n@param launchDetails Details about the latest launch of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "launchDetails", "getterDocumentation" : "

Details about the latest launch of the application.

\n@return Details about the latest launch of the application.", "getterModel" : { "returnType" : "LaunchDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "launchDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "launchDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LaunchDetails", "sensitive" : false, "setterDocumentation" : "

Details about the latest launch of the application.

\n@param launchDetails Details about the latest launch of the application.", "setterMethodName" : "setLaunchDetails", "setterModel" : { "variableDeclarationType" : "LaunchDetails", "variableName" : "launchDetails", "variableType" : "LaunchDetails", "documentation" : null, "simpleType" : "LaunchDetails", "variableSetterType" : "LaunchDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LaunchDetails", "variableName" : "launchDetails", "variableType" : "LaunchDetails", "documentation" : "

Details about the latest launch of the application.

", "simpleType" : "LaunchDetails", "variableSetterType" : "LaunchDetails" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Time of creation of this application.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Time of creation of this application.

\n@return Time of creation of this application.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Time of creation of this application.

\n@param creationTime Time of creation of this application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

Time of creation of this application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

Time of creation of this application.

\n@param creationTime Time of creation of this application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

Time of creation of this application.

\n@return Time of creation of this application.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

Time of creation of this application.

\n@param creationTime Time of creation of this application.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

Time of creation of this application.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModified", "beanStyleSetterMethodName" : "setLastModified", "c2jName" : "lastModified", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Timestamp of the application's creation.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModified(Instant)}.\n@param lastModified a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModified(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Timestamp of the application's creation.

\n@return Timestamp of the application's creation.\n@deprecated Use {@link #lastModified()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Timestamp of the application's creation.

\n@param lastModified Timestamp of the application's creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModified(Instant)}\n", "documentation" : "

Timestamp of the application's creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModified property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModified", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModified", "fluentSetterDocumentation" : "

Timestamp of the application's creation.

\n@param lastModified Timestamp of the application's creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModified", "getterDocumentation" : "

Timestamp of the application's creation.

\n@return Timestamp of the application's creation.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastModified", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastModified", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModified", "sensitive" : false, "setterDocumentation" : "

Timestamp of the application's creation.

\n@param lastModified Timestamp of the application's creation.", "setterMethodName" : "setLastModified", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModified", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModified", "variableType" : "java.time.Instant", "documentation" : "

Timestamp of the application's creation.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@return Name of the service role in the customer's account used by AWS SMS.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

Name of the service role in the customer's account used by AWS SMS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@return Name of the service role in the customer's account used by AWS SMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

Name of the service role in the customer's account used by AWS SMS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTotalServerGroups", "beanStyleSetterMethodName" : "setTotalServerGroups", "c2jName" : "totalServerGroups", "c2jShape" : "TotalServerGroups", "defaultConsumerFluentSetterDocumentation" : "

Number of server groups present in the application.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #totalServerGroups(Integer)}.\n@param totalServerGroups a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalServerGroups(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Number of server groups present in the application.

\n@return Number of server groups present in the application.\n@deprecated Use {@link #totalServerGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Number of server groups present in the application.

\n@param totalServerGroups Number of server groups present in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalServerGroups(Integer)}\n", "documentation" : "

Number of server groups present in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TotalServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTotalServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "totalServerGroups", "fluentSetterDocumentation" : "

Number of server groups present in the application.

\n@param totalServerGroups Number of server groups present in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "totalServerGroups", "getterDocumentation" : "

Number of server groups present in the application.

\n@return Number of server groups present in the application.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "totalServerGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "totalServerGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TotalServerGroups", "sensitive" : false, "setterDocumentation" : "

Number of server groups present in the application.

\n@param totalServerGroups Number of server groups present in the application.", "setterMethodName" : "setTotalServerGroups", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "totalServerGroups", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "totalServerGroups", "variableType" : "Integer", "documentation" : "

Number of server groups present in the application.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTotalServers", "beanStyleSetterMethodName" : "setTotalServers", "c2jName" : "totalServers", "c2jShape" : "TotalServers", "defaultConsumerFluentSetterDocumentation" : "

Number of servers present in the application.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #totalServers(Integer)}.\n@param totalServers a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalServers(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Number of servers present in the application.

\n@return Number of servers present in the application.\n@deprecated Use {@link #totalServers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Number of servers present in the application.

\n@param totalServers Number of servers present in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalServers(Integer)}\n", "documentation" : "

Number of servers present in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TotalServers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTotalServers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "totalServers", "fluentSetterDocumentation" : "

Number of servers present in the application.

\n@param totalServers Number of servers present in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "totalServers", "getterDocumentation" : "

Number of servers present in the application.

\n@return Number of servers present in the application.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "totalServers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "totalServers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TotalServers", "sensitive" : false, "setterDocumentation" : "

Number of servers present in the application.

\n@param totalServers Number of servers present in the application.", "setterMethodName" : "setTotalServers", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "totalServers", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "totalServers", "variableType" : "Integer", "documentation" : "

Number of servers present in the application.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique ID of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique ID of the application.

\n@return Unique ID of the application.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique ID of the application.

\n@param appId Unique ID of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique ID of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique ID of the application.

\n@param appId Unique ID of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique ID of the application.

\n@return Unique ID of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique ID of the application.

\n@param appId Unique ID of the application.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique ID of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Time of creation of this application.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Time of creation of this application.

\n@return Time of creation of this application.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Time of creation of this application.

\n@param creationTime Time of creation of this application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

Time of creation of this application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

Time of creation of this application.

\n@param creationTime Time of creation of this application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

Time of creation of this application.

\n@return Time of creation of this application.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

Time of creation of this application.

\n@param creationTime Time of creation of this application.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

Time of creation of this application.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "AppDescription", "defaultConsumerFluentSetterDocumentation" : "

Description of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description of the application.

\n@return Description of the application.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description of the application.

\n@param description Description of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description of the application.

\n@param description Description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description of the application.

\n@return Description of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description of the application.

\n@param description Description of the application.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModified" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModified", "beanStyleSetterMethodName" : "setLastModified", "c2jName" : "lastModified", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Timestamp of the application's creation.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModified(Instant)}.\n@param lastModified a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModified(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Timestamp of the application's creation.

\n@return Timestamp of the application's creation.\n@deprecated Use {@link #lastModified()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Timestamp of the application's creation.

\n@param lastModified Timestamp of the application's creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModified(Instant)}\n", "documentation" : "

Timestamp of the application's creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModified property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModified", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModified", "fluentSetterDocumentation" : "

Timestamp of the application's creation.

\n@param lastModified Timestamp of the application's creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModified", "getterDocumentation" : "

Timestamp of the application's creation.

\n@return Timestamp of the application's creation.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastModified", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastModified", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModified", "sensitive" : false, "setterDocumentation" : "

Timestamp of the application's creation.

\n@param lastModified Timestamp of the application's creation.", "setterMethodName" : "setLastModified", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModified", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModified", "variableType" : "java.time.Instant", "documentation" : "

Timestamp of the application's creation.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LatestReplicationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLatestReplicationTime", "beanStyleSetterMethodName" : "setLatestReplicationTime", "c2jName" : "latestReplicationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Timestamp of the application's most recent successful replication.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #latestReplicationTime(Instant)}.\n@param latestReplicationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latestReplicationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Timestamp of the application's most recent successful replication.

\n@return Timestamp of the application's most recent successful replication.\n@deprecated Use {@link #latestReplicationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Timestamp of the application's most recent successful replication.

\n@param latestReplicationTime Timestamp of the application's most recent successful replication.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #latestReplicationTime(Instant)}\n", "documentation" : "

Timestamp of the application's most recent successful replication.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LatestReplicationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLatestReplicationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "latestReplicationTime", "fluentSetterDocumentation" : "

Timestamp of the application's most recent successful replication.

\n@param latestReplicationTime Timestamp of the application's most recent successful replication.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "latestReplicationTime", "getterDocumentation" : "

Timestamp of the application's most recent successful replication.

\n@return Timestamp of the application's most recent successful replication.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "latestReplicationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "latestReplicationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LatestReplicationTime", "sensitive" : false, "setterDocumentation" : "

Timestamp of the application's most recent successful replication.

\n@param latestReplicationTime Timestamp of the application's most recent successful replication.", "setterMethodName" : "setLatestReplicationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "latestReplicationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "latestReplicationTime", "variableType" : "java.time.Instant", "documentation" : "

Timestamp of the application's most recent successful replication.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LaunchDetails" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLaunchDetails", "beanStyleSetterMethodName" : "setLaunchDetails", "c2jName" : "launchDetails", "c2jShape" : "LaunchDetails", "defaultConsumerFluentSetterDocumentation" : "

Details about the latest launch of the application.

\nThis is a convenience that creates an instance of the {@link LaunchDetails.Builder} avoiding the need to create one manually via {@link LaunchDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link LaunchDetails.Builder#build()} is called immediately and its result is passed to {@link #launchDetails(LaunchDetails)}.\n@param launchDetails a consumer that will call methods on {@link LaunchDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchDetails(LaunchDetails)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Details about the latest launch of the application.

\n@return Details about the latest launch of the application.\n@deprecated Use {@link #launchDetails()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Details about the latest launch of the application.

\n@param launchDetails Details about the latest launch of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #launchDetails(LaunchDetails)}\n", "documentation" : "

Details about the latest launch of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LaunchDetails property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLaunchDetails", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "launchDetails", "fluentSetterDocumentation" : "

Details about the latest launch of the application.

\n@param launchDetails Details about the latest launch of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "launchDetails", "getterDocumentation" : "

Details about the latest launch of the application.

\n@return Details about the latest launch of the application.", "getterModel" : { "returnType" : "LaunchDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "launchDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "launchDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LaunchDetails", "sensitive" : false, "setterDocumentation" : "

Details about the latest launch of the application.

\n@param launchDetails Details about the latest launch of the application.", "setterMethodName" : "setLaunchDetails", "setterModel" : { "variableDeclarationType" : "LaunchDetails", "variableName" : "launchDetails", "variableType" : "LaunchDetails", "documentation" : null, "simpleType" : "LaunchDetails", "variableSetterType" : "LaunchDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LaunchDetails", "variableName" : "launchDetails", "variableType" : "LaunchDetails", "documentation" : "

Details about the latest launch of the application.

", "simpleType" : "LaunchDetails", "variableSetterType" : "LaunchDetails" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LaunchStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLaunchStatus", "beanStyleSetterMethodName" : "setLaunchStatus", "c2jName" : "launchStatus", "c2jShape" : "AppLaunchStatus", "defaultConsumerFluentSetterDocumentation" : "

Launch status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #launchStatusAsString(String)}.\n@param launchStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Launch status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #launchStatus} will return {@link AppLaunchStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #launchStatusAsString}.\n

\n@return Launch status of the application.\n@see AppLaunchStatus\n@deprecated Use {@link #launchStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Launch status of the application.

\n@param launchStatus Launch status of the application.\n@see AppLaunchStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppLaunchStatus\n@deprecated Use {@link #launchStatus(String)}\n", "documentation" : "

Launch status of the application.

", "endpointDiscoveryId" : false, "enumType" : "AppLaunchStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LaunchStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLaunchStatus", "fluentEnumGetterMethodName" : "launchStatus", "fluentEnumSetterMethodName" : "launchStatus", "fluentGetterMethodName" : "launchStatusAsString", "fluentSetterDocumentation" : "

Launch status of the application.

\n@param launchStatus Launch status of the application.\n@see AppLaunchStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppLaunchStatus", "fluentSetterMethodName" : "launchStatus", "getterDocumentation" : "

Launch status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #launchStatus} will return {@link AppLaunchStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #launchStatusAsString}.\n

\n@return Launch status of the application.\n@see AppLaunchStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "launchStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "launchStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LaunchStatus", "sensitive" : false, "setterDocumentation" : "

Launch status of the application.

\n@param launchStatus Launch status of the application.\n@see AppLaunchStatus", "setterMethodName" : "setLaunchStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "launchStatus", "variableType" : "String", "documentation" : "

Launch status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LaunchStatusMessage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLaunchStatusMessage", "beanStyleSetterMethodName" : "setLaunchStatusMessage", "c2jName" : "launchStatusMessage", "c2jShape" : "AppLaunchStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

A message related to the launch status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #launchStatusMessage(String)}.\n@param launchStatusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchStatusMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A message related to the launch status of the application.

\n@return A message related to the launch status of the application.\n@deprecated Use {@link #launchStatusMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A message related to the launch status of the application.

\n@param launchStatusMessage A message related to the launch status of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #launchStatusMessage(String)}\n", "documentation" : "

A message related to the launch status of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LaunchStatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLaunchStatusMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "launchStatusMessage", "fluentSetterDocumentation" : "

A message related to the launch status of the application.

\n@param launchStatusMessage A message related to the launch status of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "launchStatusMessage", "getterDocumentation" : "

A message related to the launch status of the application.

\n@return A message related to the launch status of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "launchStatusMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "launchStatusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LaunchStatusMessage", "sensitive" : false, "setterDocumentation" : "

A message related to the launch status of the application.

\n@param launchStatusMessage A message related to the launch status of the application.", "setterMethodName" : "setLaunchStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchStatusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "launchStatusMessage", "variableType" : "String", "documentation" : "

A message related to the launch status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "AppName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the application.

\n@return Name of the application.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the application.

\n@param name Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

Name of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

Name of the application.

\n@param name Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name of the application.

\n@return Name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

Name of the application.

\n@param name Name of the application.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplicationStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationStatus", "beanStyleSetterMethodName" : "setReplicationStatus", "c2jName" : "replicationStatus", "c2jShape" : "AppReplicationStatus", "defaultConsumerFluentSetterDocumentation" : "

Replication status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationStatusAsString(String)}.\n@param replicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Replication status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #replicationStatus} will return {@link AppReplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #replicationStatusAsString}.\n

\n@return Replication status of the application.\n@see AppReplicationStatus\n@deprecated Use {@link #replicationStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Replication status of the application.

\n@param replicationStatus Replication status of the application.\n@see AppReplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppReplicationStatus\n@deprecated Use {@link #replicationStatus(String)}\n", "documentation" : "

Replication status of the application.

", "endpointDiscoveryId" : false, "enumType" : "AppReplicationStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationStatus", "fluentEnumGetterMethodName" : "replicationStatus", "fluentEnumSetterMethodName" : "replicationStatus", "fluentGetterMethodName" : "replicationStatusAsString", "fluentSetterDocumentation" : "

Replication status of the application.

\n@param replicationStatus Replication status of the application.\n@see AppReplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppReplicationStatus", "fluentSetterMethodName" : "replicationStatus", "getterDocumentation" : "

Replication status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #replicationStatus} will return {@link AppReplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #replicationStatusAsString}.\n

\n@return Replication status of the application.\n@see AppReplicationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationStatus", "sensitive" : false, "setterDocumentation" : "

Replication status of the application.

\n@param replicationStatus Replication status of the application.\n@see AppReplicationStatus", "setterMethodName" : "setReplicationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationStatus", "variableType" : "String", "documentation" : "

Replication status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplicationStatusMessage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationStatusMessage", "beanStyleSetterMethodName" : "setReplicationStatusMessage", "c2jName" : "replicationStatusMessage", "c2jShape" : "AppReplicationStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

A message related to the replication status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationStatusMessage(String)}.\n@param replicationStatusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationStatusMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A message related to the replication status of the application.

\n@return A message related to the replication status of the application.\n@deprecated Use {@link #replicationStatusMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A message related to the replication status of the application.

\n@param replicationStatusMessage A message related to the replication status of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationStatusMessage(String)}\n", "documentation" : "

A message related to the replication status of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationStatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationStatusMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationStatusMessage", "fluentSetterDocumentation" : "

A message related to the replication status of the application.

\n@param replicationStatusMessage A message related to the replication status of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationStatusMessage", "getterDocumentation" : "

A message related to the replication status of the application.

\n@return A message related to the replication status of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationStatusMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationStatusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationStatusMessage", "sensitive" : false, "setterDocumentation" : "

A message related to the replication status of the application.

\n@param replicationStatusMessage A message related to the replication status of the application.", "setterMethodName" : "setReplicationStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationStatusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationStatusMessage", "variableType" : "String", "documentation" : "

A message related to the replication status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@return Name of the service role in the customer's account used by AWS SMS.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

Name of the service role in the customer's account used by AWS SMS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@return Name of the service role in the customer's account used by AWS SMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

Name of the service role in the customer's account used by AWS SMS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "AppStatus", "defaultConsumerFluentSetterDocumentation" : "

Status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AppStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the application.\n@see AppStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status of the application.

\n@param status Status of the application.\n@see AppStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Status of the application.

", "endpointDiscoveryId" : false, "enumType" : "AppStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

Status of the application.

\n@param status Status of the application.\n@see AppStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AppStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the application.\n@see AppStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Status of the application.

\n@param status Status of the application.\n@see AppStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StatusMessage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusMessage", "beanStyleSetterMethodName" : "setStatusMessage", "c2jName" : "statusMessage", "c2jShape" : "AppStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

A message related to the status of the application

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusMessage(String)}.\n@param statusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A message related to the status of the application

\n@return A message related to the status of the application\n@deprecated Use {@link #statusMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A message related to the status of the application

\n@param statusMessage A message related to the status of the application\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusMessage(String)}\n", "documentation" : "

A message related to the status of the application

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusMessage", "fluentSetterDocumentation" : "

A message related to the status of the application

\n@param statusMessage A message related to the status of the application\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusMessage", "getterDocumentation" : "

A message related to the status of the application

\n@return A message related to the status of the application", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusMessage", "sensitive" : false, "setterDocumentation" : "

A message related to the status of the application

\n@param statusMessage A message related to the status of the application", "setterMethodName" : "setStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

A message related to the status of the application

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TotalServerGroups" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTotalServerGroups", "beanStyleSetterMethodName" : "setTotalServerGroups", "c2jName" : "totalServerGroups", "c2jShape" : "TotalServerGroups", "defaultConsumerFluentSetterDocumentation" : "

Number of server groups present in the application.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #totalServerGroups(Integer)}.\n@param totalServerGroups a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalServerGroups(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Number of server groups present in the application.

\n@return Number of server groups present in the application.\n@deprecated Use {@link #totalServerGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Number of server groups present in the application.

\n@param totalServerGroups Number of server groups present in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalServerGroups(Integer)}\n", "documentation" : "

Number of server groups present in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TotalServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTotalServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "totalServerGroups", "fluentSetterDocumentation" : "

Number of server groups present in the application.

\n@param totalServerGroups Number of server groups present in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "totalServerGroups", "getterDocumentation" : "

Number of server groups present in the application.

\n@return Number of server groups present in the application.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "totalServerGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "totalServerGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TotalServerGroups", "sensitive" : false, "setterDocumentation" : "

Number of server groups present in the application.

\n@param totalServerGroups Number of server groups present in the application.", "setterMethodName" : "setTotalServerGroups", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "totalServerGroups", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "totalServerGroups", "variableType" : "Integer", "documentation" : "

Number of server groups present in the application.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TotalServers" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTotalServers", "beanStyleSetterMethodName" : "setTotalServers", "c2jName" : "totalServers", "c2jShape" : "TotalServers", "defaultConsumerFluentSetterDocumentation" : "

Number of servers present in the application.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #totalServers(Integer)}.\n@param totalServers a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalServers(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Number of servers present in the application.

\n@return Number of servers present in the application.\n@deprecated Use {@link #totalServers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Number of servers present in the application.

\n@param totalServers Number of servers present in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalServers(Integer)}\n", "documentation" : "

Number of servers present in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TotalServers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTotalServers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "totalServers", "fluentSetterDocumentation" : "

Number of servers present in the application.

\n@param totalServers Number of servers present in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "totalServers", "getterDocumentation" : "

Number of servers present in the application.

\n@return Number of servers present in the application.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "totalServers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "totalServers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TotalServers", "sensitive" : false, "setterDocumentation" : "

Number of servers present in the application.

\n@param totalServers Number of servers present in the application.", "setterMethodName" : "setTotalServers", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "totalServers", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "totalServers", "variableType" : "Integer", "documentation" : "

Number of servers present in the application.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique ID of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique ID of the application.

\n@return Unique ID of the application.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique ID of the application.

\n@param appId Unique ID of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique ID of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique ID of the application.

\n@param appId Unique ID of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique ID of the application.

\n@return Unique ID of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique ID of the application.

\n@param appId Unique ID of the application.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique ID of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "AppName", "defaultConsumerFluentSetterDocumentation" : "

Name of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the application.

\n@return Name of the application.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the application.

\n@param name Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

Name of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

Name of the application.

\n@param name Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name of the application.

\n@return Name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

Name of the application.

\n@param name Name of the application.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "AppDescription", "defaultConsumerFluentSetterDocumentation" : "

Description of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description of the application.

\n@return Description of the application.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description of the application.

\n@param description Description of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description of the application.

\n@param description Description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description of the application.

\n@return Description of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description of the application.

\n@param description Description of the application.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "AppStatus", "defaultConsumerFluentSetterDocumentation" : "

Status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AppStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the application.\n@see AppStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status of the application.

\n@param status Status of the application.\n@see AppStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Status of the application.

", "endpointDiscoveryId" : false, "enumType" : "AppStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

Status of the application.

\n@param status Status of the application.\n@see AppStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AppStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the application.\n@see AppStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Status of the application.

\n@param status Status of the application.\n@see AppStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusMessage", "beanStyleSetterMethodName" : "setStatusMessage", "c2jName" : "statusMessage", "c2jShape" : "AppStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

A message related to the status of the application

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusMessage(String)}.\n@param statusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A message related to the status of the application

\n@return A message related to the status of the application\n@deprecated Use {@link #statusMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A message related to the status of the application

\n@param statusMessage A message related to the status of the application\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusMessage(String)}\n", "documentation" : "

A message related to the status of the application

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusMessage", "fluentSetterDocumentation" : "

A message related to the status of the application

\n@param statusMessage A message related to the status of the application\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusMessage", "getterDocumentation" : "

A message related to the status of the application

\n@return A message related to the status of the application", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusMessage", "sensitive" : false, "setterDocumentation" : "

A message related to the status of the application

\n@param statusMessage A message related to the status of the application", "setterMethodName" : "setStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

A message related to the status of the application

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationStatus", "beanStyleSetterMethodName" : "setReplicationStatus", "c2jName" : "replicationStatus", "c2jShape" : "AppReplicationStatus", "defaultConsumerFluentSetterDocumentation" : "

Replication status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationStatusAsString(String)}.\n@param replicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Replication status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #replicationStatus} will return {@link AppReplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #replicationStatusAsString}.\n

\n@return Replication status of the application.\n@see AppReplicationStatus\n@deprecated Use {@link #replicationStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Replication status of the application.

\n@param replicationStatus Replication status of the application.\n@see AppReplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppReplicationStatus\n@deprecated Use {@link #replicationStatus(String)}\n", "documentation" : "

Replication status of the application.

", "endpointDiscoveryId" : false, "enumType" : "AppReplicationStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationStatus", "fluentEnumGetterMethodName" : "replicationStatus", "fluentEnumSetterMethodName" : "replicationStatus", "fluentGetterMethodName" : "replicationStatusAsString", "fluentSetterDocumentation" : "

Replication status of the application.

\n@param replicationStatus Replication status of the application.\n@see AppReplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppReplicationStatus", "fluentSetterMethodName" : "replicationStatus", "getterDocumentation" : "

Replication status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #replicationStatus} will return {@link AppReplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #replicationStatusAsString}.\n

\n@return Replication status of the application.\n@see AppReplicationStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationStatus", "sensitive" : false, "setterDocumentation" : "

Replication status of the application.

\n@param replicationStatus Replication status of the application.\n@see AppReplicationStatus", "setterMethodName" : "setReplicationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationStatus", "variableType" : "String", "documentation" : "

Replication status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationStatusMessage", "beanStyleSetterMethodName" : "setReplicationStatusMessage", "c2jName" : "replicationStatusMessage", "c2jShape" : "AppReplicationStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

A message related to the replication status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationStatusMessage(String)}.\n@param replicationStatusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationStatusMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A message related to the replication status of the application.

\n@return A message related to the replication status of the application.\n@deprecated Use {@link #replicationStatusMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A message related to the replication status of the application.

\n@param replicationStatusMessage A message related to the replication status of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationStatusMessage(String)}\n", "documentation" : "

A message related to the replication status of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationStatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationStatusMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationStatusMessage", "fluentSetterDocumentation" : "

A message related to the replication status of the application.

\n@param replicationStatusMessage A message related to the replication status of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationStatusMessage", "getterDocumentation" : "

A message related to the replication status of the application.

\n@return A message related to the replication status of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationStatusMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationStatusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationStatusMessage", "sensitive" : false, "setterDocumentation" : "

A message related to the replication status of the application.

\n@param replicationStatusMessage A message related to the replication status of the application.", "setterMethodName" : "setReplicationStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationStatusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationStatusMessage", "variableType" : "String", "documentation" : "

A message related to the replication status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLatestReplicationTime", "beanStyleSetterMethodName" : "setLatestReplicationTime", "c2jName" : "latestReplicationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Timestamp of the application's most recent successful replication.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #latestReplicationTime(Instant)}.\n@param latestReplicationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latestReplicationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Timestamp of the application's most recent successful replication.

\n@return Timestamp of the application's most recent successful replication.\n@deprecated Use {@link #latestReplicationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Timestamp of the application's most recent successful replication.

\n@param latestReplicationTime Timestamp of the application's most recent successful replication.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #latestReplicationTime(Instant)}\n", "documentation" : "

Timestamp of the application's most recent successful replication.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LatestReplicationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLatestReplicationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "latestReplicationTime", "fluentSetterDocumentation" : "

Timestamp of the application's most recent successful replication.

\n@param latestReplicationTime Timestamp of the application's most recent successful replication.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "latestReplicationTime", "getterDocumentation" : "

Timestamp of the application's most recent successful replication.

\n@return Timestamp of the application's most recent successful replication.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "latestReplicationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "latestReplicationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LatestReplicationTime", "sensitive" : false, "setterDocumentation" : "

Timestamp of the application's most recent successful replication.

\n@param latestReplicationTime Timestamp of the application's most recent successful replication.", "setterMethodName" : "setLatestReplicationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "latestReplicationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "latestReplicationTime", "variableType" : "java.time.Instant", "documentation" : "

Timestamp of the application's most recent successful replication.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLaunchStatus", "beanStyleSetterMethodName" : "setLaunchStatus", "c2jName" : "launchStatus", "c2jShape" : "AppLaunchStatus", "defaultConsumerFluentSetterDocumentation" : "

Launch status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #launchStatusAsString(String)}.\n@param launchStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Launch status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #launchStatus} will return {@link AppLaunchStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #launchStatusAsString}.\n

\n@return Launch status of the application.\n@see AppLaunchStatus\n@deprecated Use {@link #launchStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Launch status of the application.

\n@param launchStatus Launch status of the application.\n@see AppLaunchStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppLaunchStatus\n@deprecated Use {@link #launchStatus(String)}\n", "documentation" : "

Launch status of the application.

", "endpointDiscoveryId" : false, "enumType" : "AppLaunchStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LaunchStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLaunchStatus", "fluentEnumGetterMethodName" : "launchStatus", "fluentEnumSetterMethodName" : "launchStatus", "fluentGetterMethodName" : "launchStatusAsString", "fluentSetterDocumentation" : "

Launch status of the application.

\n@param launchStatus Launch status of the application.\n@see AppLaunchStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AppLaunchStatus", "fluentSetterMethodName" : "launchStatus", "getterDocumentation" : "

Launch status of the application.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #launchStatus} will return {@link AppLaunchStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #launchStatusAsString}.\n

\n@return Launch status of the application.\n@see AppLaunchStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "launchStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "launchStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LaunchStatus", "sensitive" : false, "setterDocumentation" : "

Launch status of the application.

\n@param launchStatus Launch status of the application.\n@see AppLaunchStatus", "setterMethodName" : "setLaunchStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "launchStatus", "variableType" : "String", "documentation" : "

Launch status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLaunchStatusMessage", "beanStyleSetterMethodName" : "setLaunchStatusMessage", "c2jName" : "launchStatusMessage", "c2jShape" : "AppLaunchStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

A message related to the launch status of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #launchStatusMessage(String)}.\n@param launchStatusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchStatusMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A message related to the launch status of the application.

\n@return A message related to the launch status of the application.\n@deprecated Use {@link #launchStatusMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A message related to the launch status of the application.

\n@param launchStatusMessage A message related to the launch status of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #launchStatusMessage(String)}\n", "documentation" : "

A message related to the launch status of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LaunchStatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLaunchStatusMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "launchStatusMessage", "fluentSetterDocumentation" : "

A message related to the launch status of the application.

\n@param launchStatusMessage A message related to the launch status of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "launchStatusMessage", "getterDocumentation" : "

A message related to the launch status of the application.

\n@return A message related to the launch status of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "launchStatusMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "launchStatusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LaunchStatusMessage", "sensitive" : false, "setterDocumentation" : "

A message related to the launch status of the application.

\n@param launchStatusMessage A message related to the launch status of the application.", "setterMethodName" : "setLaunchStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchStatusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "launchStatusMessage", "variableType" : "String", "documentation" : "

A message related to the launch status of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLaunchDetails", "beanStyleSetterMethodName" : "setLaunchDetails", "c2jName" : "launchDetails", "c2jShape" : "LaunchDetails", "defaultConsumerFluentSetterDocumentation" : "

Details about the latest launch of the application.

\nThis is a convenience that creates an instance of the {@link LaunchDetails.Builder} avoiding the need to create one manually via {@link LaunchDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link LaunchDetails.Builder#build()} is called immediately and its result is passed to {@link #launchDetails(LaunchDetails)}.\n@param launchDetails a consumer that will call methods on {@link LaunchDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchDetails(LaunchDetails)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Details about the latest launch of the application.

\n@return Details about the latest launch of the application.\n@deprecated Use {@link #launchDetails()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Details about the latest launch of the application.

\n@param launchDetails Details about the latest launch of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #launchDetails(LaunchDetails)}\n", "documentation" : "

Details about the latest launch of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LaunchDetails property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLaunchDetails", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "launchDetails", "fluentSetterDocumentation" : "

Details about the latest launch of the application.

\n@param launchDetails Details about the latest launch of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "launchDetails", "getterDocumentation" : "

Details about the latest launch of the application.

\n@return Details about the latest launch of the application.", "getterModel" : { "returnType" : "LaunchDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "launchDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "launchDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LaunchDetails", "sensitive" : false, "setterDocumentation" : "

Details about the latest launch of the application.

\n@param launchDetails Details about the latest launch of the application.", "setterMethodName" : "setLaunchDetails", "setterModel" : { "variableDeclarationType" : "LaunchDetails", "variableName" : "launchDetails", "variableType" : "LaunchDetails", "documentation" : null, "simpleType" : "LaunchDetails", "variableSetterType" : "LaunchDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LaunchDetails", "variableName" : "launchDetails", "variableType" : "LaunchDetails", "documentation" : "

Details about the latest launch of the application.

", "simpleType" : "LaunchDetails", "variableSetterType" : "LaunchDetails" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Time of creation of this application.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Time of creation of this application.

\n@return Time of creation of this application.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Time of creation of this application.

\n@param creationTime Time of creation of this application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

Time of creation of this application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

Time of creation of this application.

\n@param creationTime Time of creation of this application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

Time of creation of this application.

\n@return Time of creation of this application.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

Time of creation of this application.

\n@param creationTime Time of creation of this application.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

Time of creation of this application.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModified", "beanStyleSetterMethodName" : "setLastModified", "c2jName" : "lastModified", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Timestamp of the application's creation.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModified(Instant)}.\n@param lastModified a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModified(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Timestamp of the application's creation.

\n@return Timestamp of the application's creation.\n@deprecated Use {@link #lastModified()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Timestamp of the application's creation.

\n@param lastModified Timestamp of the application's creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModified(Instant)}\n", "documentation" : "

Timestamp of the application's creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModified property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModified", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModified", "fluentSetterDocumentation" : "

Timestamp of the application's creation.

\n@param lastModified Timestamp of the application's creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModified", "getterDocumentation" : "

Timestamp of the application's creation.

\n@return Timestamp of the application's creation.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastModified", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastModified", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModified", "sensitive" : false, "setterDocumentation" : "

Timestamp of the application's creation.

\n@param lastModified Timestamp of the application's creation.", "setterMethodName" : "setLastModified", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModified", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModified", "variableType" : "java.time.Instant", "documentation" : "

Timestamp of the application's creation.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@return Name of the service role in the customer's account used by AWS SMS.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

Name of the service role in the customer's account used by AWS SMS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@return Name of the service role in the customer's account used by AWS SMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

Name of the service role in the customer's account used by AWS SMS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTotalServerGroups", "beanStyleSetterMethodName" : "setTotalServerGroups", "c2jName" : "totalServerGroups", "c2jShape" : "TotalServerGroups", "defaultConsumerFluentSetterDocumentation" : "

Number of server groups present in the application.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #totalServerGroups(Integer)}.\n@param totalServerGroups a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalServerGroups(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Number of server groups present in the application.

\n@return Number of server groups present in the application.\n@deprecated Use {@link #totalServerGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Number of server groups present in the application.

\n@param totalServerGroups Number of server groups present in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalServerGroups(Integer)}\n", "documentation" : "

Number of server groups present in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TotalServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTotalServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "totalServerGroups", "fluentSetterDocumentation" : "

Number of server groups present in the application.

\n@param totalServerGroups Number of server groups present in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "totalServerGroups", "getterDocumentation" : "

Number of server groups present in the application.

\n@return Number of server groups present in the application.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "totalServerGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "totalServerGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TotalServerGroups", "sensitive" : false, "setterDocumentation" : "

Number of server groups present in the application.

\n@param totalServerGroups Number of server groups present in the application.", "setterMethodName" : "setTotalServerGroups", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "totalServerGroups", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "totalServerGroups", "variableType" : "Integer", "documentation" : "

Number of server groups present in the application.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTotalServers", "beanStyleSetterMethodName" : "setTotalServers", "c2jName" : "totalServers", "c2jShape" : "TotalServers", "defaultConsumerFluentSetterDocumentation" : "

Number of servers present in the application.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #totalServers(Integer)}.\n@param totalServers a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalServers(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Number of servers present in the application.

\n@return Number of servers present in the application.\n@deprecated Use {@link #totalServers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Number of servers present in the application.

\n@param totalServers Number of servers present in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalServers(Integer)}\n", "documentation" : "

Number of servers present in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TotalServers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTotalServers", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "totalServers", "fluentSetterDocumentation" : "

Number of servers present in the application.

\n@param totalServers Number of servers present in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "totalServers", "getterDocumentation" : "

Number of servers present in the application.

\n@return Number of servers present in the application.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "totalServers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "totalServers", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TotalServers", "sensitive" : false, "setterDocumentation" : "

Number of servers present in the application.

\n@param totalServers Number of servers present in the application.", "setterMethodName" : "setTotalServers", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "totalServers", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "totalServers", "variableType" : "Integer", "documentation" : "

Number of servers present in the application.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AppSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : null, "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "wrapper" : false, "xmlNamespace" : null }, "Connector" : { "c2jName" : "Connector", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents a connector.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectorId", "beanStyleSetterMethodName" : "setConnectorId", "c2jName" : "connectorId", "c2jShape" : "ConnectorId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the connector.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectorId(String)}.\n@param connectorId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectorId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the connector.

\n@return The identifier of the connector.\n@deprecated Use {@link #connectorId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectorId(String)}\n", "documentation" : "

The identifier of the connector.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectorId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectorId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectorId", "fluentSetterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectorId", "getterDocumentation" : "

The identifier of the connector.

\n@return The identifier of the connector.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "connectorId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "connectorId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectorId", "sensitive" : false, "setterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.", "setterMethodName" : "setConnectorId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectorId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectorId", "variableType" : "String", "documentation" : "

The identifier of the connector.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersion", "beanStyleSetterMethodName" : "setVersion", "c2jName" : "version", "c2jShape" : "ConnectorVersion", "defaultConsumerFluentSetterDocumentation" : "

The connector version.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #version(String)}.\n@param version a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #version(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The connector version.

\n@return The connector version.\n@deprecated Use {@link #version()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The connector version.

\n@param version The connector version.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #version(String)}\n", "documentation" : "

The connector version.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Version property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVersion", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "version", "fluentSetterDocumentation" : "

The connector version.

\n@param version The connector version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "version", "getterDocumentation" : "

The connector version.

\n@return The connector version.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "version", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "version", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Version", "sensitive" : false, "setterDocumentation" : "

The connector version.

\n@param version The connector version.", "setterMethodName" : "setVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The connector version.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ConnectorStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the connector.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the connector.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ConnectorStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the connector.\n@see ConnectorStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the connector.

\n@param status The status of the connector.\n@see ConnectorStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the connector.

", "endpointDiscoveryId" : false, "enumType" : "ConnectorStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the connector.

\n@param status The status of the connector.\n@see ConnectorStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the connector.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ConnectorStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the connector.\n@see ConnectorStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the connector.

\n@param status The status of the connector.\n@see ConnectorStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the connector.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCapabilityList", "beanStyleSetterMethodName" : "setCapabilityList", "c2jName" : "capabilityList", "c2jShape" : "ConnectorCapabilityList", "defaultConsumerFluentSetterDocumentation" : "

The capabilities of the connector.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #capabilityListAsStrings(List)}.\n@param capabilityList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #capabilityListWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The capabilities of the connector.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasCapabilityList()} to see if a value was sent in this field.\n

\n@return The capabilities of the connector.\n@deprecated Use {@link #capabilityListAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The capabilities of the connector.

\n@param capabilityList The capabilities of the connector.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #capabilityListWithStrings(List)}\n", "documentation" : "

The capabilities of the connector.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CapabilityList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCapabilityList", "fluentEnumGetterMethodName" : "capabilityList", "fluentEnumSetterMethodName" : "capabilityList", "fluentGetterMethodName" : "capabilityListAsStrings", "fluentSetterDocumentation" : "

The capabilities of the connector.

\n@param capabilityList The capabilities of the connector.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "capabilityListWithStrings", "getterDocumentation" : "

The capabilities of the connector.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasCapabilityList()} to see if a value was sent in this field.\n

\n@return The capabilities of the connector.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "capabilityList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "capabilityList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ConnectorCapability", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ConnectorCapability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see ConnectorCapability\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConnectorCapability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorCapability\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ConnectorCapability", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConnectorCapability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorCapability", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ConnectorCapability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see ConnectorCapability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConnectorCapability", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CapabilityList", "sensitive" : false, "setterDocumentation" : "

The capabilities of the connector.

\n@param capabilityList The capabilities of the connector.", "setterMethodName" : "setCapabilityList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "capabilityList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "capabilityList", "variableType" : "java.util.List", "documentation" : "

The capabilities of the connector.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerName", "beanStyleSetterMethodName" : "setVmManagerName", "c2jName" : "vmManagerName", "c2jShape" : "VmManagerName", "defaultConsumerFluentSetterDocumentation" : "

The name of the VM manager.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerName(String)}.\n@param vmManagerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the VM manager.

\n@return The name of the VM manager.\n@deprecated Use {@link #vmManagerName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmManagerName(String)}\n", "documentation" : "

The name of the VM manager.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmManagerName", "fluentSetterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmManagerName", "getterDocumentation" : "

The name of the VM manager.

\n@return The name of the VM manager.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerName", "sensitive" : false, "setterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.", "setterMethodName" : "setVmManagerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerName", "variableType" : "String", "documentation" : "

The name of the VM manager.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerType", "beanStyleSetterMethodName" : "setVmManagerType", "c2jName" : "vmManagerType", "c2jShape" : "VmManagerType", "defaultConsumerFluentSetterDocumentation" : "

The VM management product.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerTypeAsString(String)}.\n@param vmManagerType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The VM management product.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #vmManagerType} will return {@link VmManagerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vmManagerTypeAsString}.\n

\n@return The VM management product.\n@see VmManagerType\n@deprecated Use {@link #vmManagerTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The VM management product.

\n@param vmManagerType The VM management product.\n@see VmManagerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType\n@deprecated Use {@link #vmManagerType(String)}\n", "documentation" : "

The VM management product.

", "endpointDiscoveryId" : false, "enumType" : "VmManagerType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerType", "fluentEnumGetterMethodName" : "vmManagerType", "fluentEnumSetterMethodName" : "vmManagerType", "fluentGetterMethodName" : "vmManagerTypeAsString", "fluentSetterDocumentation" : "

The VM management product.

\n@param vmManagerType The VM management product.\n@see VmManagerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType", "fluentSetterMethodName" : "vmManagerType", "getterDocumentation" : "

The VM management product.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #vmManagerType} will return {@link VmManagerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vmManagerTypeAsString}.\n

\n@return The VM management product.\n@see VmManagerType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerType", "sensitive" : false, "setterDocumentation" : "

The VM management product.

\n@param vmManagerType The VM management product.\n@see VmManagerType", "setterMethodName" : "setVmManagerType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerType", "variableType" : "String", "documentation" : "

The VM management product.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerId", "beanStyleSetterMethodName" : "setVmManagerId", "c2jName" : "vmManagerId", "c2jShape" : "VmManagerId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the VM manager.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerId(String)}.\n@param vmManagerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the VM manager.

\n@return The identifier of the VM manager.\n@deprecated Use {@link #vmManagerId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmManagerId(String)}\n", "documentation" : "

The identifier of the VM manager.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmManagerId", "fluentSetterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmManagerId", "getterDocumentation" : "

The identifier of the VM manager.

\n@return The identifier of the VM manager.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerId", "sensitive" : false, "setterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.", "setterMethodName" : "setVmManagerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerId", "variableType" : "String", "documentation" : "

The identifier of the VM manager.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddress", "beanStyleSetterMethodName" : "setIpAddress", "c2jName" : "ipAddress", "c2jShape" : "IpAddress", "defaultConsumerFluentSetterDocumentation" : "

The IP address of the connector.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddress(String)}.\n@param ipAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddress(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The IP address of the connector.

\n@return The IP address of the connector.\n@deprecated Use {@link #ipAddress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The IP address of the connector.

\n@param ipAddress The IP address of the connector.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipAddress(String)}\n", "documentation" : "

The IP address of the connector.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ipAddress", "fluentSetterDocumentation" : "

The IP address of the connector.

\n@param ipAddress The IP address of the connector.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipAddress", "getterDocumentation" : "

The IP address of the connector.

\n@return The IP address of the connector.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ipAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ipAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddress", "sensitive" : false, "setterDocumentation" : "

The IP address of the connector.

\n@param ipAddress The IP address of the connector.", "setterMethodName" : "setIpAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : "

The IP address of the connector.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMacAddress", "beanStyleSetterMethodName" : "setMacAddress", "c2jName" : "macAddress", "c2jShape" : "MacAddress", "defaultConsumerFluentSetterDocumentation" : "

The MAC address of the connector.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #macAddress(String)}.\n@param macAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #macAddress(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The MAC address of the connector.

\n@return The MAC address of the connector.\n@deprecated Use {@link #macAddress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The MAC address of the connector.

\n@param macAddress The MAC address of the connector.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #macAddress(String)}\n", "documentation" : "

The MAC address of the connector.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MacAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMacAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "macAddress", "fluentSetterDocumentation" : "

The MAC address of the connector.

\n@param macAddress The MAC address of the connector.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "macAddress", "getterDocumentation" : "

The MAC address of the connector.

\n@return The MAC address of the connector.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "macAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "macAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MacAddress", "sensitive" : false, "setterDocumentation" : "

The MAC address of the connector.

\n@param macAddress The MAC address of the connector.", "setterMethodName" : "setMacAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "macAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "macAddress", "variableType" : "String", "documentation" : "

The MAC address of the connector.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAssociatedOn", "beanStyleSetterMethodName" : "setAssociatedOn", "c2jName" : "associatedOn", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the connector was associated.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #associatedOn(Instant)}.\n@param associatedOn a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #associatedOn(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the connector was associated.

\n@return The time the connector was associated.\n@deprecated Use {@link #associatedOn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the connector was associated.

\n@param associatedOn The time the connector was associated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #associatedOn(Instant)}\n", "documentation" : "

The time the connector was associated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AssociatedOn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAssociatedOn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "associatedOn", "fluentSetterDocumentation" : "

The time the connector was associated.

\n@param associatedOn The time the connector was associated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "associatedOn", "getterDocumentation" : "

The time the connector was associated.

\n@return The time the connector was associated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "associatedOn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "associatedOn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "AssociatedOn", "sensitive" : false, "setterDocumentation" : "

The time the connector was associated.

\n@param associatedOn The time the connector was associated.", "setterMethodName" : "setAssociatedOn", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "associatedOn", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "associatedOn", "variableType" : "java.time.Instant", "documentation" : "

The time the connector was associated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AssociatedOn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAssociatedOn", "beanStyleSetterMethodName" : "setAssociatedOn", "c2jName" : "associatedOn", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the connector was associated.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #associatedOn(Instant)}.\n@param associatedOn a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #associatedOn(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the connector was associated.

\n@return The time the connector was associated.\n@deprecated Use {@link #associatedOn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the connector was associated.

\n@param associatedOn The time the connector was associated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #associatedOn(Instant)}\n", "documentation" : "

The time the connector was associated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AssociatedOn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAssociatedOn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "associatedOn", "fluentSetterDocumentation" : "

The time the connector was associated.

\n@param associatedOn The time the connector was associated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "associatedOn", "getterDocumentation" : "

The time the connector was associated.

\n@return The time the connector was associated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "associatedOn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "associatedOn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "AssociatedOn", "sensitive" : false, "setterDocumentation" : "

The time the connector was associated.

\n@param associatedOn The time the connector was associated.", "setterMethodName" : "setAssociatedOn", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "associatedOn", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "associatedOn", "variableType" : "java.time.Instant", "documentation" : "

The time the connector was associated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CapabilityList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCapabilityList", "beanStyleSetterMethodName" : "setCapabilityList", "c2jName" : "capabilityList", "c2jShape" : "ConnectorCapabilityList", "defaultConsumerFluentSetterDocumentation" : "

The capabilities of the connector.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #capabilityListAsStrings(List)}.\n@param capabilityList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #capabilityListWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The capabilities of the connector.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasCapabilityList()} to see if a value was sent in this field.\n

\n@return The capabilities of the connector.\n@deprecated Use {@link #capabilityListAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The capabilities of the connector.

\n@param capabilityList The capabilities of the connector.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #capabilityListWithStrings(List)}\n", "documentation" : "

The capabilities of the connector.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CapabilityList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCapabilityList", "fluentEnumGetterMethodName" : "capabilityList", "fluentEnumSetterMethodName" : "capabilityList", "fluentGetterMethodName" : "capabilityListAsStrings", "fluentSetterDocumentation" : "

The capabilities of the connector.

\n@param capabilityList The capabilities of the connector.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "capabilityListWithStrings", "getterDocumentation" : "

The capabilities of the connector.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasCapabilityList()} to see if a value was sent in this field.\n

\n@return The capabilities of the connector.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "capabilityList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "capabilityList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ConnectorCapability", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ConnectorCapability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see ConnectorCapability\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConnectorCapability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorCapability\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ConnectorCapability", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConnectorCapability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorCapability", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ConnectorCapability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see ConnectorCapability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConnectorCapability", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CapabilityList", "sensitive" : false, "setterDocumentation" : "

The capabilities of the connector.

\n@param capabilityList The capabilities of the connector.", "setterMethodName" : "setCapabilityList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "capabilityList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "capabilityList", "variableType" : "java.util.List", "documentation" : "

The capabilities of the connector.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ConnectorId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectorId", "beanStyleSetterMethodName" : "setConnectorId", "c2jName" : "connectorId", "c2jShape" : "ConnectorId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the connector.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectorId(String)}.\n@param connectorId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectorId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the connector.

\n@return The identifier of the connector.\n@deprecated Use {@link #connectorId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectorId(String)}\n", "documentation" : "

The identifier of the connector.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectorId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectorId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectorId", "fluentSetterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectorId", "getterDocumentation" : "

The identifier of the connector.

\n@return The identifier of the connector.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "connectorId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "connectorId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectorId", "sensitive" : false, "setterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.", "setterMethodName" : "setConnectorId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectorId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectorId", "variableType" : "String", "documentation" : "

The identifier of the connector.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IpAddress" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddress", "beanStyleSetterMethodName" : "setIpAddress", "c2jName" : "ipAddress", "c2jShape" : "IpAddress", "defaultConsumerFluentSetterDocumentation" : "

The IP address of the connector.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddress(String)}.\n@param ipAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddress(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The IP address of the connector.

\n@return The IP address of the connector.\n@deprecated Use {@link #ipAddress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The IP address of the connector.

\n@param ipAddress The IP address of the connector.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipAddress(String)}\n", "documentation" : "

The IP address of the connector.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ipAddress", "fluentSetterDocumentation" : "

The IP address of the connector.

\n@param ipAddress The IP address of the connector.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipAddress", "getterDocumentation" : "

The IP address of the connector.

\n@return The IP address of the connector.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ipAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ipAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddress", "sensitive" : false, "setterDocumentation" : "

The IP address of the connector.

\n@param ipAddress The IP address of the connector.", "setterMethodName" : "setIpAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : "

The IP address of the connector.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MacAddress" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMacAddress", "beanStyleSetterMethodName" : "setMacAddress", "c2jName" : "macAddress", "c2jShape" : "MacAddress", "defaultConsumerFluentSetterDocumentation" : "

The MAC address of the connector.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #macAddress(String)}.\n@param macAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #macAddress(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The MAC address of the connector.

\n@return The MAC address of the connector.\n@deprecated Use {@link #macAddress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The MAC address of the connector.

\n@param macAddress The MAC address of the connector.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #macAddress(String)}\n", "documentation" : "

The MAC address of the connector.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MacAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMacAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "macAddress", "fluentSetterDocumentation" : "

The MAC address of the connector.

\n@param macAddress The MAC address of the connector.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "macAddress", "getterDocumentation" : "

The MAC address of the connector.

\n@return The MAC address of the connector.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "macAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "macAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MacAddress", "sensitive" : false, "setterDocumentation" : "

The MAC address of the connector.

\n@param macAddress The MAC address of the connector.", "setterMethodName" : "setMacAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "macAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "macAddress", "variableType" : "String", "documentation" : "

The MAC address of the connector.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ConnectorStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the connector.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the connector.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ConnectorStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the connector.\n@see ConnectorStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the connector.

\n@param status The status of the connector.\n@see ConnectorStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the connector.

", "endpointDiscoveryId" : false, "enumType" : "ConnectorStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the connector.

\n@param status The status of the connector.\n@see ConnectorStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the connector.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ConnectorStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the connector.\n@see ConnectorStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the connector.

\n@param status The status of the connector.\n@see ConnectorStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the connector.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Version" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersion", "beanStyleSetterMethodName" : "setVersion", "c2jName" : "version", "c2jShape" : "ConnectorVersion", "defaultConsumerFluentSetterDocumentation" : "

The connector version.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #version(String)}.\n@param version a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #version(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The connector version.

\n@return The connector version.\n@deprecated Use {@link #version()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The connector version.

\n@param version The connector version.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #version(String)}\n", "documentation" : "

The connector version.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Version property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVersion", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "version", "fluentSetterDocumentation" : "

The connector version.

\n@param version The connector version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "version", "getterDocumentation" : "

The connector version.

\n@return The connector version.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "version", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "version", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Version", "sensitive" : false, "setterDocumentation" : "

The connector version.

\n@param version The connector version.", "setterMethodName" : "setVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The connector version.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VmManagerId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerId", "beanStyleSetterMethodName" : "setVmManagerId", "c2jName" : "vmManagerId", "c2jShape" : "VmManagerId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the VM manager.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerId(String)}.\n@param vmManagerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the VM manager.

\n@return The identifier of the VM manager.\n@deprecated Use {@link #vmManagerId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmManagerId(String)}\n", "documentation" : "

The identifier of the VM manager.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmManagerId", "fluentSetterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmManagerId", "getterDocumentation" : "

The identifier of the VM manager.

\n@return The identifier of the VM manager.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerId", "sensitive" : false, "setterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.", "setterMethodName" : "setVmManagerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerId", "variableType" : "String", "documentation" : "

The identifier of the VM manager.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VmManagerName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerName", "beanStyleSetterMethodName" : "setVmManagerName", "c2jName" : "vmManagerName", "c2jShape" : "VmManagerName", "defaultConsumerFluentSetterDocumentation" : "

The name of the VM manager.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerName(String)}.\n@param vmManagerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the VM manager.

\n@return The name of the VM manager.\n@deprecated Use {@link #vmManagerName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmManagerName(String)}\n", "documentation" : "

The name of the VM manager.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmManagerName", "fluentSetterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmManagerName", "getterDocumentation" : "

The name of the VM manager.

\n@return The name of the VM manager.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerName", "sensitive" : false, "setterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.", "setterMethodName" : "setVmManagerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerName", "variableType" : "String", "documentation" : "

The name of the VM manager.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VmManagerType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerType", "beanStyleSetterMethodName" : "setVmManagerType", "c2jName" : "vmManagerType", "c2jShape" : "VmManagerType", "defaultConsumerFluentSetterDocumentation" : "

The VM management product.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerTypeAsString(String)}.\n@param vmManagerType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The VM management product.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #vmManagerType} will return {@link VmManagerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vmManagerTypeAsString}.\n

\n@return The VM management product.\n@see VmManagerType\n@deprecated Use {@link #vmManagerTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The VM management product.

\n@param vmManagerType The VM management product.\n@see VmManagerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType\n@deprecated Use {@link #vmManagerType(String)}\n", "documentation" : "

The VM management product.

", "endpointDiscoveryId" : false, "enumType" : "VmManagerType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerType", "fluentEnumGetterMethodName" : "vmManagerType", "fluentEnumSetterMethodName" : "vmManagerType", "fluentGetterMethodName" : "vmManagerTypeAsString", "fluentSetterDocumentation" : "

The VM management product.

\n@param vmManagerType The VM management product.\n@see VmManagerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType", "fluentSetterMethodName" : "vmManagerType", "getterDocumentation" : "

The VM management product.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #vmManagerType} will return {@link VmManagerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vmManagerTypeAsString}.\n

\n@return The VM management product.\n@see VmManagerType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerType", "sensitive" : false, "setterDocumentation" : "

The VM management product.

\n@param vmManagerType The VM management product.\n@see VmManagerType", "setterMethodName" : "setVmManagerType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerType", "variableType" : "String", "documentation" : "

The VM management product.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectorId", "beanStyleSetterMethodName" : "setConnectorId", "c2jName" : "connectorId", "c2jShape" : "ConnectorId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the connector.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectorId(String)}.\n@param connectorId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectorId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the connector.

\n@return The identifier of the connector.\n@deprecated Use {@link #connectorId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectorId(String)}\n", "documentation" : "

The identifier of the connector.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectorId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectorId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectorId", "fluentSetterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectorId", "getterDocumentation" : "

The identifier of the connector.

\n@return The identifier of the connector.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "connectorId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "connectorId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectorId", "sensitive" : false, "setterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.", "setterMethodName" : "setConnectorId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectorId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectorId", "variableType" : "String", "documentation" : "

The identifier of the connector.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVersion", "beanStyleSetterMethodName" : "setVersion", "c2jName" : "version", "c2jShape" : "ConnectorVersion", "defaultConsumerFluentSetterDocumentation" : "

The connector version.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #version(String)}.\n@param version a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #version(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The connector version.

\n@return The connector version.\n@deprecated Use {@link #version()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The connector version.

\n@param version The connector version.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #version(String)}\n", "documentation" : "

The connector version.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Version property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVersion", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "version", "fluentSetterDocumentation" : "

The connector version.

\n@param version The connector version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "version", "getterDocumentation" : "

The connector version.

\n@return The connector version.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "version", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "version", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Version", "sensitive" : false, "setterDocumentation" : "

The connector version.

\n@param version The connector version.", "setterMethodName" : "setVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The connector version.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ConnectorStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the connector.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the connector.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ConnectorStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the connector.\n@see ConnectorStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the connector.

\n@param status The status of the connector.\n@see ConnectorStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the connector.

", "endpointDiscoveryId" : false, "enumType" : "ConnectorStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the connector.

\n@param status The status of the connector.\n@see ConnectorStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the connector.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link ConnectorStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the connector.\n@see ConnectorStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the connector.

\n@param status The status of the connector.\n@see ConnectorStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the connector.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCapabilityList", "beanStyleSetterMethodName" : "setCapabilityList", "c2jName" : "capabilityList", "c2jShape" : "ConnectorCapabilityList", "defaultConsumerFluentSetterDocumentation" : "

The capabilities of the connector.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #capabilityListAsStrings(List)}.\n@param capabilityList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #capabilityListWithStrings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The capabilities of the connector.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasCapabilityList()} to see if a value was sent in this field.\n

\n@return The capabilities of the connector.\n@deprecated Use {@link #capabilityListAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The capabilities of the connector.

\n@param capabilityList The capabilities of the connector.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #capabilityListWithStrings(List)}\n", "documentation" : "

The capabilities of the connector.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CapabilityList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCapabilityList", "fluentEnumGetterMethodName" : "capabilityList", "fluentEnumSetterMethodName" : "capabilityList", "fluentGetterMethodName" : "capabilityListAsStrings", "fluentSetterDocumentation" : "

The capabilities of the connector.

\n@param capabilityList The capabilities of the connector.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "capabilityListWithStrings", "getterDocumentation" : "

The capabilities of the connector.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasCapabilityList()} to see if a value was sent in this field.\n

\n@return The capabilities of the connector.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "capabilityList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "capabilityList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ConnectorCapability", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ConnectorCapability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see ConnectorCapability\n@deprecated Use {@link #memberAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConnectorCapability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorCapability\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ConnectorCapability", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConnectorCapability\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConnectorCapability", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ConnectorCapability#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

\n@return The value of the Member property for this object.\n@see ConnectorCapability", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ConnectorCapability", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CapabilityList", "sensitive" : false, "setterDocumentation" : "

The capabilities of the connector.

\n@param capabilityList The capabilities of the connector.", "setterMethodName" : "setCapabilityList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "capabilityList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "capabilityList", "variableType" : "java.util.List", "documentation" : "

The capabilities of the connector.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerName", "beanStyleSetterMethodName" : "setVmManagerName", "c2jName" : "vmManagerName", "c2jShape" : "VmManagerName", "defaultConsumerFluentSetterDocumentation" : "

The name of the VM manager.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerName(String)}.\n@param vmManagerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the VM manager.

\n@return The name of the VM manager.\n@deprecated Use {@link #vmManagerName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmManagerName(String)}\n", "documentation" : "

The name of the VM manager.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmManagerName", "fluentSetterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmManagerName", "getterDocumentation" : "

The name of the VM manager.

\n@return The name of the VM manager.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerName", "sensitive" : false, "setterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.", "setterMethodName" : "setVmManagerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerName", "variableType" : "String", "documentation" : "

The name of the VM manager.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerType", "beanStyleSetterMethodName" : "setVmManagerType", "c2jName" : "vmManagerType", "c2jShape" : "VmManagerType", "defaultConsumerFluentSetterDocumentation" : "

The VM management product.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerTypeAsString(String)}.\n@param vmManagerType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The VM management product.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #vmManagerType} will return {@link VmManagerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vmManagerTypeAsString}.\n

\n@return The VM management product.\n@see VmManagerType\n@deprecated Use {@link #vmManagerTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The VM management product.

\n@param vmManagerType The VM management product.\n@see VmManagerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType\n@deprecated Use {@link #vmManagerType(String)}\n", "documentation" : "

The VM management product.

", "endpointDiscoveryId" : false, "enumType" : "VmManagerType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerType", "fluentEnumGetterMethodName" : "vmManagerType", "fluentEnumSetterMethodName" : "vmManagerType", "fluentGetterMethodName" : "vmManagerTypeAsString", "fluentSetterDocumentation" : "

The VM management product.

\n@param vmManagerType The VM management product.\n@see VmManagerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType", "fluentSetterMethodName" : "vmManagerType", "getterDocumentation" : "

The VM management product.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #vmManagerType} will return {@link VmManagerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vmManagerTypeAsString}.\n

\n@return The VM management product.\n@see VmManagerType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerType", "sensitive" : false, "setterDocumentation" : "

The VM management product.

\n@param vmManagerType The VM management product.\n@see VmManagerType", "setterMethodName" : "setVmManagerType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerType", "variableType" : "String", "documentation" : "

The VM management product.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerId", "beanStyleSetterMethodName" : "setVmManagerId", "c2jName" : "vmManagerId", "c2jShape" : "VmManagerId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the VM manager.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerId(String)}.\n@param vmManagerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the VM manager.

\n@return The identifier of the VM manager.\n@deprecated Use {@link #vmManagerId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmManagerId(String)}\n", "documentation" : "

The identifier of the VM manager.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmManagerId", "fluentSetterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmManagerId", "getterDocumentation" : "

The identifier of the VM manager.

\n@return The identifier of the VM manager.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerId", "sensitive" : false, "setterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.", "setterMethodName" : "setVmManagerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerId", "variableType" : "String", "documentation" : "

The identifier of the VM manager.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddress", "beanStyleSetterMethodName" : "setIpAddress", "c2jName" : "ipAddress", "c2jShape" : "IpAddress", "defaultConsumerFluentSetterDocumentation" : "

The IP address of the connector.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddress(String)}.\n@param ipAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddress(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The IP address of the connector.

\n@return The IP address of the connector.\n@deprecated Use {@link #ipAddress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The IP address of the connector.

\n@param ipAddress The IP address of the connector.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipAddress(String)}\n", "documentation" : "

The IP address of the connector.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IpAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIpAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ipAddress", "fluentSetterDocumentation" : "

The IP address of the connector.

\n@param ipAddress The IP address of the connector.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipAddress", "getterDocumentation" : "

The IP address of the connector.

\n@return The IP address of the connector.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ipAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ipAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpAddress", "sensitive" : false, "setterDocumentation" : "

The IP address of the connector.

\n@param ipAddress The IP address of the connector.", "setterMethodName" : "setIpAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : "

The IP address of the connector.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMacAddress", "beanStyleSetterMethodName" : "setMacAddress", "c2jName" : "macAddress", "c2jShape" : "MacAddress", "defaultConsumerFluentSetterDocumentation" : "

The MAC address of the connector.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #macAddress(String)}.\n@param macAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #macAddress(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The MAC address of the connector.

\n@return The MAC address of the connector.\n@deprecated Use {@link #macAddress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The MAC address of the connector.

\n@param macAddress The MAC address of the connector.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #macAddress(String)}\n", "documentation" : "

The MAC address of the connector.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MacAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMacAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "macAddress", "fluentSetterDocumentation" : "

The MAC address of the connector.

\n@param macAddress The MAC address of the connector.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "macAddress", "getterDocumentation" : "

The MAC address of the connector.

\n@return The MAC address of the connector.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "macAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "macAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MacAddress", "sensitive" : false, "setterDocumentation" : "

The MAC address of the connector.

\n@param macAddress The MAC address of the connector.", "setterMethodName" : "setMacAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "macAddress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "macAddress", "variableType" : "String", "documentation" : "

The MAC address of the connector.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAssociatedOn", "beanStyleSetterMethodName" : "setAssociatedOn", "c2jName" : "associatedOn", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the connector was associated.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #associatedOn(Instant)}.\n@param associatedOn a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #associatedOn(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the connector was associated.

\n@return The time the connector was associated.\n@deprecated Use {@link #associatedOn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the connector was associated.

\n@param associatedOn The time the connector was associated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #associatedOn(Instant)}\n", "documentation" : "

The time the connector was associated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AssociatedOn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAssociatedOn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "associatedOn", "fluentSetterDocumentation" : "

The time the connector was associated.

\n@param associatedOn The time the connector was associated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "associatedOn", "getterDocumentation" : "

The time the connector was associated.

\n@return The time the connector was associated.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "associatedOn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "associatedOn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "AssociatedOn", "sensitive" : false, "setterDocumentation" : "

The time the connector was associated.

\n@param associatedOn The time the connector was associated.", "setterMethodName" : "setAssociatedOn", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "associatedOn", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "associatedOn", "variableType" : "java.time.Instant", "documentation" : "

The time the connector was associated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Connector", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Connector", "variableName" : "connector", "variableType" : "Connector", "documentation" : null, "simpleType" : "Connector", "variableSetterType" : "Connector" }, "wrapper" : false, "xmlNamespace" : null }, "ConnectorCapability" : { "c2jName" : "ConnectorCapability", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "VSPHERE", "value" : "VSPHERE" }, { "name" : "SCVMM", "value" : "SCVMM" }, { "name" : "HYPERV_MANAGER", "value" : "HYPERV-MANAGER" }, { "name" : "SNAPSHOT_BATCHING", "value" : "SNAPSHOT_BATCHING" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConnectorCapability", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConnectorCapability", "variableName" : "connectorCapability", "variableType" : "ConnectorCapability", "documentation" : null, "simpleType" : "ConnectorCapability", "variableSetterType" : "ConnectorCapability" }, "wrapper" : false, "xmlNamespace" : null }, "ConnectorStatus" : { "c2jName" : "ConnectorStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "HEALTHY", "value" : "HEALTHY" }, { "name" : "UNHEALTHY", "value" : "UNHEALTHY" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConnectorStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConnectorStatus", "variableName" : "connectorStatus", "variableType" : "ConnectorStatus", "documentation" : null, "simpleType" : "ConnectorStatus", "variableSetterType" : "ConnectorStatus" }, "wrapper" : false, "xmlNamespace" : null }, "CreateAppRequest" : { "c2jName" : "CreateAppRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateApp", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.CreateApp", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "AppName", "defaultConsumerFluentSetterDocumentation" : "

Name of the new application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the new application.

\n@return Name of the new application.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the new application.

\n@param name Name of the new application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

Name of the new application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

Name of the new application.

\n@param name Name of the new application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name of the new application.

\n@return Name of the new application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

Name of the new application.

\n@param name Name of the new application.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name of the new application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "AppDescription", "defaultConsumerFluentSetterDocumentation" : "

Description of the new application

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description of the new application

\n@return Description of the new application\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description of the new application

\n@param description Description of the new application\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description of the new application

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description of the new application

\n@param description Description of the new application\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description of the new application

\n@return Description of the new application", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description of the new application

\n@param description Description of the new application", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description of the new application

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\n@return Name of service role in customer's account to be used by AWS SMS.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\n@param roleName Name of service role in customer's account to be used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

Name of service role in customer's account to be used by AWS SMS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\n@param roleName Name of service role in customer's account to be used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\n@return Name of service role in customer's account to be used by AWS SMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\n@param roleName Name of service role in customer's account to be used by AWS SMS.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

Name of service role in customer's account to be used by AWS SMS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientToken", "beanStyleSetterMethodName" : "setClientToken", "c2jName" : "clientToken", "c2jShape" : "ClientToken", "defaultConsumerFluentSetterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clientToken(String)}.\n@param clientToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clientToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\n@return A unique, case-sensitive identifier you provide to ensure idempotency of application creation.\n@deprecated Use {@link #clientToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\n@param clientToken A unique, case-sensitive identifier you provide to ensure idempotency of application creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientToken(String)}\n", "documentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClientToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClientToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clientToken", "fluentSetterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\n@param clientToken A unique, case-sensitive identifier you provide to ensure idempotency of application creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientToken", "getterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\n@return A unique, case-sensitive identifier you provide to ensure idempotency of application creation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "clientToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "clientToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientToken", "sensitive" : false, "setterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\n@param clientToken A unique, case-sensitive identifier you provide to ensure idempotency of application creation.", "setterMethodName" : "setClientToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroups", "beanStyleSetterMethodName" : "setServerGroups", "c2jName" : "serverGroups", "c2jShape" : "ServerGroups", "defaultConsumerFluentSetterDocumentation" : "

List of server groups to include in the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroups(List)}.\n@param serverGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of server groups to include in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups to include in the application.\n@deprecated Use {@link #serverGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of server groups to include in the application.

\n@param serverGroups List of server groups to include in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroups(List)}\n", "documentation" : "

List of server groups to include in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroups", "fluentSetterDocumentation" : "

List of server groups to include in the application.

\n@param serverGroups List of server groups to include in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroups", "getterDocumentation" : "

List of server groups to include in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups to include in the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroup.Builder} avoiding the need to create one manually via {@link ServerGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroup)}.\n@param member a consumer that will call methods on {@link ServerGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : null, "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : "", "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroups", "sensitive" : false, "setterDocumentation" : "

List of server groups to include in the application.

\n@param serverGroups List of server groups to include in the application.", "setterMethodName" : "setServerGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : "

List of server groups to include in the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

List of tags to be associated with the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of tags to be associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags to be associated with the application.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of tags to be associated with the application.

\n@param tags List of tags to be associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

List of tags to be associated with the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of tags to be associated with the application.

\n@param tags List of tags to be associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of tags to be associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags to be associated with the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of tags to be associated with the application.

\n@param tags List of tags to be associated with the application.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

List of tags to be associated with the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ClientToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientToken", "beanStyleSetterMethodName" : "setClientToken", "c2jName" : "clientToken", "c2jShape" : "ClientToken", "defaultConsumerFluentSetterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clientToken(String)}.\n@param clientToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clientToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\n@return A unique, case-sensitive identifier you provide to ensure idempotency of application creation.\n@deprecated Use {@link #clientToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\n@param clientToken A unique, case-sensitive identifier you provide to ensure idempotency of application creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientToken(String)}\n", "documentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClientToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClientToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clientToken", "fluentSetterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\n@param clientToken A unique, case-sensitive identifier you provide to ensure idempotency of application creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientToken", "getterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\n@return A unique, case-sensitive identifier you provide to ensure idempotency of application creation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "clientToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "clientToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientToken", "sensitive" : false, "setterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\n@param clientToken A unique, case-sensitive identifier you provide to ensure idempotency of application creation.", "setterMethodName" : "setClientToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "AppDescription", "defaultConsumerFluentSetterDocumentation" : "

Description of the new application

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description of the new application

\n@return Description of the new application\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description of the new application

\n@param description Description of the new application\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description of the new application

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description of the new application

\n@param description Description of the new application\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description of the new application

\n@return Description of the new application", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description of the new application

\n@param description Description of the new application", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description of the new application

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "AppName", "defaultConsumerFluentSetterDocumentation" : "

Name of the new application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the new application.

\n@return Name of the new application.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the new application.

\n@param name Name of the new application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

Name of the new application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

Name of the new application.

\n@param name Name of the new application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name of the new application.

\n@return Name of the new application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

Name of the new application.

\n@param name Name of the new application.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name of the new application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\n@return Name of service role in customer's account to be used by AWS SMS.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\n@param roleName Name of service role in customer's account to be used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

Name of service role in customer's account to be used by AWS SMS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\n@param roleName Name of service role in customer's account to be used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\n@return Name of service role in customer's account to be used by AWS SMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\n@param roleName Name of service role in customer's account to be used by AWS SMS.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

Name of service role in customer's account to be used by AWS SMS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerGroups" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroups", "beanStyleSetterMethodName" : "setServerGroups", "c2jName" : "serverGroups", "c2jShape" : "ServerGroups", "defaultConsumerFluentSetterDocumentation" : "

List of server groups to include in the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroups(List)}.\n@param serverGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of server groups to include in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups to include in the application.\n@deprecated Use {@link #serverGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of server groups to include in the application.

\n@param serverGroups List of server groups to include in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroups(List)}\n", "documentation" : "

List of server groups to include in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroups", "fluentSetterDocumentation" : "

List of server groups to include in the application.

\n@param serverGroups List of server groups to include in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroups", "getterDocumentation" : "

List of server groups to include in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups to include in the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroup.Builder} avoiding the need to create one manually via {@link ServerGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroup)}.\n@param member a consumer that will call methods on {@link ServerGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : null, "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : "", "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroups", "sensitive" : false, "setterDocumentation" : "

List of server groups to include in the application.

\n@param serverGroups List of server groups to include in the application.", "setterMethodName" : "setServerGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : "

List of server groups to include in the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

List of tags to be associated with the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of tags to be associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags to be associated with the application.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of tags to be associated with the application.

\n@param tags List of tags to be associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

List of tags to be associated with the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of tags to be associated with the application.

\n@param tags List of tags to be associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of tags to be associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags to be associated with the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of tags to be associated with the application.

\n@param tags List of tags to be associated with the application.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

List of tags to be associated with the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "AppName", "defaultConsumerFluentSetterDocumentation" : "

Name of the new application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the new application.

\n@return Name of the new application.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the new application.

\n@param name Name of the new application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

Name of the new application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

Name of the new application.

\n@param name Name of the new application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name of the new application.

\n@return Name of the new application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

Name of the new application.

\n@param name Name of the new application.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name of the new application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "AppDescription", "defaultConsumerFluentSetterDocumentation" : "

Description of the new application

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description of the new application

\n@return Description of the new application\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description of the new application

\n@param description Description of the new application\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description of the new application

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description of the new application

\n@param description Description of the new application\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description of the new application

\n@return Description of the new application", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description of the new application

\n@param description Description of the new application", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description of the new application

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\n@return Name of service role in customer's account to be used by AWS SMS.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\n@param roleName Name of service role in customer's account to be used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

Name of service role in customer's account to be used by AWS SMS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\n@param roleName Name of service role in customer's account to be used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\n@return Name of service role in customer's account to be used by AWS SMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

Name of service role in customer's account to be used by AWS SMS.

\n@param roleName Name of service role in customer's account to be used by AWS SMS.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

Name of service role in customer's account to be used by AWS SMS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientToken", "beanStyleSetterMethodName" : "setClientToken", "c2jName" : "clientToken", "c2jShape" : "ClientToken", "defaultConsumerFluentSetterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clientToken(String)}.\n@param clientToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clientToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\n@return A unique, case-sensitive identifier you provide to ensure idempotency of application creation.\n@deprecated Use {@link #clientToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\n@param clientToken A unique, case-sensitive identifier you provide to ensure idempotency of application creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientToken(String)}\n", "documentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClientToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClientToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clientToken", "fluentSetterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\n@param clientToken A unique, case-sensitive identifier you provide to ensure idempotency of application creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientToken", "getterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\n@return A unique, case-sensitive identifier you provide to ensure idempotency of application creation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "clientToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "clientToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientToken", "sensitive" : false, "setterDocumentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

\n@param clientToken A unique, case-sensitive identifier you provide to ensure idempotency of application creation.", "setterMethodName" : "setClientToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientToken", "variableType" : "String", "documentation" : "

A unique, case-sensitive identifier you provide to ensure idempotency of application creation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroups", "beanStyleSetterMethodName" : "setServerGroups", "c2jName" : "serverGroups", "c2jShape" : "ServerGroups", "defaultConsumerFluentSetterDocumentation" : "

List of server groups to include in the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroups(List)}.\n@param serverGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of server groups to include in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups to include in the application.\n@deprecated Use {@link #serverGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of server groups to include in the application.

\n@param serverGroups List of server groups to include in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroups(List)}\n", "documentation" : "

List of server groups to include in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroups", "fluentSetterDocumentation" : "

List of server groups to include in the application.

\n@param serverGroups List of server groups to include in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroups", "getterDocumentation" : "

List of server groups to include in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups to include in the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroup.Builder} avoiding the need to create one manually via {@link ServerGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroup)}.\n@param member a consumer that will call methods on {@link ServerGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : null, "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : "", "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroups", "sensitive" : false, "setterDocumentation" : "

List of server groups to include in the application.

\n@param serverGroups List of server groups to include in the application.", "setterMethodName" : "setServerGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : "

List of server groups to include in the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

List of tags to be associated with the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of tags to be associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags to be associated with the application.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of tags to be associated with the application.

\n@param tags List of tags to be associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

List of tags to be associated with the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of tags to be associated with the application.

\n@param tags List of tags to be associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of tags to be associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags to be associated with the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of tags to be associated with the application.

\n@param tags List of tags to be associated with the application.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

List of tags to be associated with the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateAppRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateAppRequest", "variableName" : "createAppRequest", "variableType" : "CreateAppRequest", "documentation" : null, "simpleType" : "CreateAppRequest", "variableSetterType" : "CreateAppRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateAppResponse" : { "c2jName" : "CreateAppResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppSummary", "beanStyleSetterMethodName" : "setAppSummary", "c2jName" : "appSummary", "c2jShape" : "AppSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary description of the application.

\nThis is a convenience that creates an instance of the {@link AppSummary.Builder} avoiding the need to create one manually via {@link AppSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppSummary.Builder#build()} is called immediately and its result is passed to {@link #appSummary(AppSummary)}.\n@param appSummary a consumer that will call methods on {@link AppSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appSummary(AppSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary description of the application.

\n@return Summary description of the application.\n@deprecated Use {@link #appSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appSummary(AppSummary)}\n", "documentation" : "

Summary description of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appSummary", "fluentSetterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appSummary", "getterDocumentation" : "

Summary description of the application.

\n@return Summary description of the application.", "getterModel" : { "returnType" : "AppSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AppSummary", "sensitive" : false, "setterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.", "setterMethodName" : "setAppSummary", "setterModel" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : null, "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : "

Summary description of the application.

", "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroups", "beanStyleSetterMethodName" : "setServerGroups", "c2jName" : "serverGroups", "c2jShape" : "ServerGroups", "defaultConsumerFluentSetterDocumentation" : "

List of server groups included in the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroups(List)}.\n@param serverGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of server groups included in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups included in the application.\n@deprecated Use {@link #serverGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of server groups included in the application.

\n@param serverGroups List of server groups included in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroups(List)}\n", "documentation" : "

List of server groups included in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroups", "fluentSetterDocumentation" : "

List of server groups included in the application.

\n@param serverGroups List of server groups included in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroups", "getterDocumentation" : "

List of server groups included in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups included in the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroup.Builder} avoiding the need to create one manually via {@link ServerGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroup)}.\n@param member a consumer that will call methods on {@link ServerGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : null, "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : "", "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroups", "sensitive" : false, "setterDocumentation" : "

List of server groups included in the application.

\n@param serverGroups List of server groups included in the application.", "setterMethodName" : "setServerGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : "

List of server groups included in the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

List of taags associated with the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of taags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of taags associated with the application.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of taags associated with the application.

\n@param tags List of taags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

List of taags associated with the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of taags associated with the application.

\n@param tags List of taags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of taags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of taags associated with the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of taags associated with the application.

\n@param tags List of taags associated with the application.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

List of taags associated with the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppSummary" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppSummary", "beanStyleSetterMethodName" : "setAppSummary", "c2jName" : "appSummary", "c2jShape" : "AppSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary description of the application.

\nThis is a convenience that creates an instance of the {@link AppSummary.Builder} avoiding the need to create one manually via {@link AppSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppSummary.Builder#build()} is called immediately and its result is passed to {@link #appSummary(AppSummary)}.\n@param appSummary a consumer that will call methods on {@link AppSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appSummary(AppSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary description of the application.

\n@return Summary description of the application.\n@deprecated Use {@link #appSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appSummary(AppSummary)}\n", "documentation" : "

Summary description of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appSummary", "fluentSetterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appSummary", "getterDocumentation" : "

Summary description of the application.

\n@return Summary description of the application.", "getterModel" : { "returnType" : "AppSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AppSummary", "sensitive" : false, "setterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.", "setterMethodName" : "setAppSummary", "setterModel" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : null, "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : "

Summary description of the application.

", "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerGroups" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroups", "beanStyleSetterMethodName" : "setServerGroups", "c2jName" : "serverGroups", "c2jShape" : "ServerGroups", "defaultConsumerFluentSetterDocumentation" : "

List of server groups included in the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroups(List)}.\n@param serverGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of server groups included in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups included in the application.\n@deprecated Use {@link #serverGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of server groups included in the application.

\n@param serverGroups List of server groups included in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroups(List)}\n", "documentation" : "

List of server groups included in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroups", "fluentSetterDocumentation" : "

List of server groups included in the application.

\n@param serverGroups List of server groups included in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroups", "getterDocumentation" : "

List of server groups included in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups included in the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroup.Builder} avoiding the need to create one manually via {@link ServerGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroup)}.\n@param member a consumer that will call methods on {@link ServerGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : null, "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : "", "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroups", "sensitive" : false, "setterDocumentation" : "

List of server groups included in the application.

\n@param serverGroups List of server groups included in the application.", "setterMethodName" : "setServerGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : "

List of server groups included in the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

List of taags associated with the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of taags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of taags associated with the application.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of taags associated with the application.

\n@param tags List of taags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

List of taags associated with the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of taags associated with the application.

\n@param tags List of taags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of taags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of taags associated with the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of taags associated with the application.

\n@param tags List of taags associated with the application.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

List of taags associated with the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppSummary", "beanStyleSetterMethodName" : "setAppSummary", "c2jName" : "appSummary", "c2jShape" : "AppSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary description of the application.

\nThis is a convenience that creates an instance of the {@link AppSummary.Builder} avoiding the need to create one manually via {@link AppSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppSummary.Builder#build()} is called immediately and its result is passed to {@link #appSummary(AppSummary)}.\n@param appSummary a consumer that will call methods on {@link AppSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appSummary(AppSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary description of the application.

\n@return Summary description of the application.\n@deprecated Use {@link #appSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appSummary(AppSummary)}\n", "documentation" : "

Summary description of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appSummary", "fluentSetterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appSummary", "getterDocumentation" : "

Summary description of the application.

\n@return Summary description of the application.", "getterModel" : { "returnType" : "AppSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AppSummary", "sensitive" : false, "setterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.", "setterMethodName" : "setAppSummary", "setterModel" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : null, "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : "

Summary description of the application.

", "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroups", "beanStyleSetterMethodName" : "setServerGroups", "c2jName" : "serverGroups", "c2jShape" : "ServerGroups", "defaultConsumerFluentSetterDocumentation" : "

List of server groups included in the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroups(List)}.\n@param serverGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of server groups included in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups included in the application.\n@deprecated Use {@link #serverGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of server groups included in the application.

\n@param serverGroups List of server groups included in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroups(List)}\n", "documentation" : "

List of server groups included in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroups", "fluentSetterDocumentation" : "

List of server groups included in the application.

\n@param serverGroups List of server groups included in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroups", "getterDocumentation" : "

List of server groups included in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups included in the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroup.Builder} avoiding the need to create one manually via {@link ServerGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroup)}.\n@param member a consumer that will call methods on {@link ServerGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : null, "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : "", "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroups", "sensitive" : false, "setterDocumentation" : "

List of server groups included in the application.

\n@param serverGroups List of server groups included in the application.", "setterMethodName" : "setServerGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : "

List of server groups included in the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

List of taags associated with the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of taags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of taags associated with the application.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of taags associated with the application.

\n@param tags List of taags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

List of taags associated with the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of taags associated with the application.

\n@param tags List of taags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of taags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of taags associated with the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of taags associated with the application.

\n@param tags List of taags associated with the application.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

List of taags associated with the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateAppResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateAppResponse", "variableName" : "createAppResponse", "variableType" : "CreateAppResponse", "documentation" : null, "simpleType" : "CreateAppResponse", "variableSetterType" : "CreateAppResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateReplicationJobRequest" : { "c2jName" : "CreateReplicationJobRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateReplicationJob", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.CreateReplicationJob", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerId", "beanStyleSetterMethodName" : "setServerId", "c2jName" : "serverId", "c2jShape" : "ServerId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverId(String)}.\n@param serverId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.\n@deprecated Use {@link #serverId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverId(String)}\n", "documentation" : "

The identifier of the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverId", "fluentSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverId", "getterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerId", "sensitive" : false, "setterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.", "setterMethodName" : "setServerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : "

The identifier of the server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSeedReplicationTime", "beanStyleSetterMethodName" : "setSeedReplicationTime", "c2jName" : "seedReplicationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The seed replication time.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #seedReplicationTime(Instant)}.\n@param seedReplicationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #seedReplicationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The seed replication time.

\n@return The seed replication time.\n@deprecated Use {@link #seedReplicationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #seedReplicationTime(Instant)}\n", "documentation" : "

The seed replication time.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SeedReplicationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSeedReplicationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "seedReplicationTime", "fluentSetterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "seedReplicationTime", "getterDocumentation" : "

The seed replication time.

\n@return The seed replication time.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "seedReplicationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "seedReplicationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SeedReplicationTime", "sensitive" : false, "setterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.", "setterMethodName" : "setSeedReplicationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedReplicationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedReplicationTime", "variableType" : "java.time.Instant", "documentation" : "

The seed replication time.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrequency", "beanStyleSetterMethodName" : "setFrequency", "c2jName" : "frequency", "c2jShape" : "Frequency", "defaultConsumerFluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #frequency(Integer)}.\n@param frequency a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #frequency(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.\n@deprecated Use {@link #frequency()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #frequency(Integer)}\n", "documentation" : "

The time between consecutive replication runs, in hours.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Frequency property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrequency", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frequency", "fluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frequency", "getterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "frequency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "frequency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Frequency", "sensitive" : false, "setterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.", "setterMethodName" : "setFrequency", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : "

The time between consecutive replication runs, in hours.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRunOnce", "beanStyleSetterMethodName" : "setRunOnce", "c2jName" : "runOnce", "c2jShape" : "RunOnce", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #runOnce(Boolean)}.\n@param runOnce a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #runOnce(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

\n@return \n@deprecated Use {@link #runOnce()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #runOnce(Boolean)}\n", "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RunOnce property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRunOnce", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "runOnce", "fluentSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "runOnce", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "runOnce", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "runOnce", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RunOnce", "sensitive" : false, "setterDocumentation" : "

\n@param runOnce ", "setterMethodName" : "setRunOnce", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : "

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLicenseType", "beanStyleSetterMethodName" : "setLicenseType", "c2jName" : "licenseType", "c2jShape" : "LicenseType", "defaultConsumerFluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #licenseTypeAsString(String)}.\n@param licenseType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #licenseType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@deprecated Use {@link #licenseTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType\n@deprecated Use {@link #licenseType(String)}\n", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "endpointDiscoveryId" : false, "enumType" : "LicenseType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LicenseType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLicenseType", "fluentEnumGetterMethodName" : "licenseType", "fluentEnumSetterMethodName" : "licenseType", "fluentGetterMethodName" : "licenseTypeAsString", "fluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType", "fluentSetterMethodName" : "licenseType", "getterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "licenseType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "licenseType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LicenseType", "sensitive" : false, "setterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "setterMethodName" : "setLicenseType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\n@return The name of the IAM role to be used by the AWS SMS.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\n@param roleName The name of the IAM role to be used by the AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

The name of the IAM role to be used by the AWS SMS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\n@param roleName The name of the IAM role to be used by the AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\n@return The name of the IAM role to be used by the AWS SMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\n@param roleName The name of the IAM role to be used by the AWS SMS.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

The name of the IAM role to be used by the AWS SMS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNumberOfRecentAmisToKeep", "beanStyleSetterMethodName" : "setNumberOfRecentAmisToKeep", "c2jName" : "numberOfRecentAmisToKeep", "c2jShape" : "NumberOfRecentAmisToKeep", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numberOfRecentAmisToKeep(Integer)}.\n@param numberOfRecentAmisToKeep a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numberOfRecentAmisToKeep(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@return The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@deprecated Use {@link #numberOfRecentAmisToKeep()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfRecentAmisToKeep(Integer)}\n", "documentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NumberOfRecentAmisToKeep property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNumberOfRecentAmisToKeep", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberOfRecentAmisToKeep", "fluentSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberOfRecentAmisToKeep", "getterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@return The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "numberOfRecentAmisToKeep", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "numberOfRecentAmisToKeep", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumberOfRecentAmisToKeep", "sensitive" : false, "setterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.", "setterMethodName" : "setNumberOfRecentAmisToKeep", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncrypted", "beanStyleSetterMethodName" : "setEncrypted", "c2jName" : "encrypted", "c2jShape" : "Encrypted", "defaultConsumerFluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #encrypted(Boolean)}.\n@param encrypted a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encrypted(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@deprecated Use {@link #encrypted()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encrypted(Boolean)}\n", "documentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Encrypted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncrypted", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encrypted", "fluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encrypted", "getterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs. See also KmsKeyId below.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encrypted", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encrypted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Encrypted", "sensitive" : false, "setterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.", "setterMethodName" : "setEncrypted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Encrypted" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncrypted", "beanStyleSetterMethodName" : "setEncrypted", "c2jName" : "encrypted", "c2jShape" : "Encrypted", "defaultConsumerFluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #encrypted(Boolean)}.\n@param encrypted a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encrypted(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@deprecated Use {@link #encrypted()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encrypted(Boolean)}\n", "documentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Encrypted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncrypted", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encrypted", "fluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encrypted", "getterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs. See also KmsKeyId below.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encrypted", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encrypted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Encrypted", "sensitive" : false, "setterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.", "setterMethodName" : "setEncrypted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Frequency" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrequency", "beanStyleSetterMethodName" : "setFrequency", "c2jName" : "frequency", "c2jShape" : "Frequency", "defaultConsumerFluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #frequency(Integer)}.\n@param frequency a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #frequency(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.\n@deprecated Use {@link #frequency()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #frequency(Integer)}\n", "documentation" : "

The time between consecutive replication runs, in hours.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Frequency property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrequency", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frequency", "fluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frequency", "getterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "frequency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "frequency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Frequency", "sensitive" : false, "setterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.", "setterMethodName" : "setFrequency", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : "

The time between consecutive replication runs, in hours.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "KmsKeyId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LicenseType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLicenseType", "beanStyleSetterMethodName" : "setLicenseType", "c2jName" : "licenseType", "c2jShape" : "LicenseType", "defaultConsumerFluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #licenseTypeAsString(String)}.\n@param licenseType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #licenseType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@deprecated Use {@link #licenseTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType\n@deprecated Use {@link #licenseType(String)}\n", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "endpointDiscoveryId" : false, "enumType" : "LicenseType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LicenseType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLicenseType", "fluentEnumGetterMethodName" : "licenseType", "fluentEnumSetterMethodName" : "licenseType", "fluentGetterMethodName" : "licenseTypeAsString", "fluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType", "fluentSetterMethodName" : "licenseType", "getterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "licenseType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "licenseType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LicenseType", "sensitive" : false, "setterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "setterMethodName" : "setLicenseType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NumberOfRecentAmisToKeep" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNumberOfRecentAmisToKeep", "beanStyleSetterMethodName" : "setNumberOfRecentAmisToKeep", "c2jName" : "numberOfRecentAmisToKeep", "c2jShape" : "NumberOfRecentAmisToKeep", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numberOfRecentAmisToKeep(Integer)}.\n@param numberOfRecentAmisToKeep a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numberOfRecentAmisToKeep(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@return The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@deprecated Use {@link #numberOfRecentAmisToKeep()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfRecentAmisToKeep(Integer)}\n", "documentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NumberOfRecentAmisToKeep property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNumberOfRecentAmisToKeep", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberOfRecentAmisToKeep", "fluentSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberOfRecentAmisToKeep", "getterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@return The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "numberOfRecentAmisToKeep", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "numberOfRecentAmisToKeep", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumberOfRecentAmisToKeep", "sensitive" : false, "setterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.", "setterMethodName" : "setNumberOfRecentAmisToKeep", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\n@return The name of the IAM role to be used by the AWS SMS.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\n@param roleName The name of the IAM role to be used by the AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

The name of the IAM role to be used by the AWS SMS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\n@param roleName The name of the IAM role to be used by the AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\n@return The name of the IAM role to be used by the AWS SMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\n@param roleName The name of the IAM role to be used by the AWS SMS.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

The name of the IAM role to be used by the AWS SMS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RunOnce" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRunOnce", "beanStyleSetterMethodName" : "setRunOnce", "c2jName" : "runOnce", "c2jShape" : "RunOnce", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #runOnce(Boolean)}.\n@param runOnce a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #runOnce(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

\n@return \n@deprecated Use {@link #runOnce()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #runOnce(Boolean)}\n", "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RunOnce property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRunOnce", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "runOnce", "fluentSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "runOnce", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "runOnce", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "runOnce", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RunOnce", "sensitive" : false, "setterDocumentation" : "

\n@param runOnce ", "setterMethodName" : "setRunOnce", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : "

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SeedReplicationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSeedReplicationTime", "beanStyleSetterMethodName" : "setSeedReplicationTime", "c2jName" : "seedReplicationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The seed replication time.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #seedReplicationTime(Instant)}.\n@param seedReplicationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #seedReplicationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The seed replication time.

\n@return The seed replication time.\n@deprecated Use {@link #seedReplicationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #seedReplicationTime(Instant)}\n", "documentation" : "

The seed replication time.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SeedReplicationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSeedReplicationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "seedReplicationTime", "fluentSetterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "seedReplicationTime", "getterDocumentation" : "

The seed replication time.

\n@return The seed replication time.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "seedReplicationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "seedReplicationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SeedReplicationTime", "sensitive" : false, "setterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.", "setterMethodName" : "setSeedReplicationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedReplicationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedReplicationTime", "variableType" : "java.time.Instant", "documentation" : "

The seed replication time.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerId", "beanStyleSetterMethodName" : "setServerId", "c2jName" : "serverId", "c2jShape" : "ServerId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverId(String)}.\n@param serverId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.\n@deprecated Use {@link #serverId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverId(String)}\n", "documentation" : "

The identifier of the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverId", "fluentSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverId", "getterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerId", "sensitive" : false, "setterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.", "setterMethodName" : "setServerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : "

The identifier of the server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerId", "beanStyleSetterMethodName" : "setServerId", "c2jName" : "serverId", "c2jShape" : "ServerId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverId(String)}.\n@param serverId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.\n@deprecated Use {@link #serverId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverId(String)}\n", "documentation" : "

The identifier of the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverId", "fluentSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverId", "getterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerId", "sensitive" : false, "setterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.", "setterMethodName" : "setServerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : "

The identifier of the server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSeedReplicationTime", "beanStyleSetterMethodName" : "setSeedReplicationTime", "c2jName" : "seedReplicationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The seed replication time.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #seedReplicationTime(Instant)}.\n@param seedReplicationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #seedReplicationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The seed replication time.

\n@return The seed replication time.\n@deprecated Use {@link #seedReplicationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #seedReplicationTime(Instant)}\n", "documentation" : "

The seed replication time.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SeedReplicationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSeedReplicationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "seedReplicationTime", "fluentSetterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "seedReplicationTime", "getterDocumentation" : "

The seed replication time.

\n@return The seed replication time.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "seedReplicationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "seedReplicationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SeedReplicationTime", "sensitive" : false, "setterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.", "setterMethodName" : "setSeedReplicationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedReplicationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedReplicationTime", "variableType" : "java.time.Instant", "documentation" : "

The seed replication time.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrequency", "beanStyleSetterMethodName" : "setFrequency", "c2jName" : "frequency", "c2jShape" : "Frequency", "defaultConsumerFluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #frequency(Integer)}.\n@param frequency a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #frequency(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.\n@deprecated Use {@link #frequency()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #frequency(Integer)}\n", "documentation" : "

The time between consecutive replication runs, in hours.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Frequency property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrequency", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frequency", "fluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frequency", "getterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "frequency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "frequency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Frequency", "sensitive" : false, "setterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.", "setterMethodName" : "setFrequency", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : "

The time between consecutive replication runs, in hours.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRunOnce", "beanStyleSetterMethodName" : "setRunOnce", "c2jName" : "runOnce", "c2jShape" : "RunOnce", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #runOnce(Boolean)}.\n@param runOnce a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #runOnce(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

\n@return \n@deprecated Use {@link #runOnce()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #runOnce(Boolean)}\n", "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RunOnce property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRunOnce", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "runOnce", "fluentSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "runOnce", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "runOnce", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "runOnce", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RunOnce", "sensitive" : false, "setterDocumentation" : "

\n@param runOnce ", "setterMethodName" : "setRunOnce", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : "

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLicenseType", "beanStyleSetterMethodName" : "setLicenseType", "c2jName" : "licenseType", "c2jShape" : "LicenseType", "defaultConsumerFluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #licenseTypeAsString(String)}.\n@param licenseType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #licenseType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@deprecated Use {@link #licenseTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType\n@deprecated Use {@link #licenseType(String)}\n", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "endpointDiscoveryId" : false, "enumType" : "LicenseType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LicenseType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLicenseType", "fluentEnumGetterMethodName" : "licenseType", "fluentEnumSetterMethodName" : "licenseType", "fluentGetterMethodName" : "licenseTypeAsString", "fluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType", "fluentSetterMethodName" : "licenseType", "getterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "licenseType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "licenseType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LicenseType", "sensitive" : false, "setterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "setterMethodName" : "setLicenseType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\n@return The name of the IAM role to be used by the AWS SMS.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\n@param roleName The name of the IAM role to be used by the AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

The name of the IAM role to be used by the AWS SMS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\n@param roleName The name of the IAM role to be used by the AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\n@return The name of the IAM role to be used by the AWS SMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

The name of the IAM role to be used by the AWS SMS.

\n@param roleName The name of the IAM role to be used by the AWS SMS.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

The name of the IAM role to be used by the AWS SMS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNumberOfRecentAmisToKeep", "beanStyleSetterMethodName" : "setNumberOfRecentAmisToKeep", "c2jName" : "numberOfRecentAmisToKeep", "c2jShape" : "NumberOfRecentAmisToKeep", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numberOfRecentAmisToKeep(Integer)}.\n@param numberOfRecentAmisToKeep a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numberOfRecentAmisToKeep(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@return The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@deprecated Use {@link #numberOfRecentAmisToKeep()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfRecentAmisToKeep(Integer)}\n", "documentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NumberOfRecentAmisToKeep property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNumberOfRecentAmisToKeep", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberOfRecentAmisToKeep", "fluentSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberOfRecentAmisToKeep", "getterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@return The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "numberOfRecentAmisToKeep", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "numberOfRecentAmisToKeep", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumberOfRecentAmisToKeep", "sensitive" : false, "setterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.", "setterMethodName" : "setNumberOfRecentAmisToKeep", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncrypted", "beanStyleSetterMethodName" : "setEncrypted", "c2jName" : "encrypted", "c2jShape" : "Encrypted", "defaultConsumerFluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #encrypted(Boolean)}.\n@param encrypted a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encrypted(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@deprecated Use {@link #encrypted()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encrypted(Boolean)}\n", "documentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Encrypted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncrypted", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encrypted", "fluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encrypted", "getterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs. See also KmsKeyId below.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encrypted", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encrypted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Encrypted", "sensitive" : false, "setterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.", "setterMethodName" : "setEncrypted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "serverId", "seedReplicationTime" ], "shapeName" : "CreateReplicationJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateReplicationJobRequest", "variableName" : "createReplicationJobRequest", "variableType" : "CreateReplicationJobRequest", "documentation" : null, "simpleType" : "CreateReplicationJobRequest", "variableSetterType" : "CreateReplicationJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateReplicationJobResponse" : { "c2jName" : "CreateReplicationJobResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The unique identifier of the replication job.

\n@return The unique identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The unique identifier of the replication job.

\n@param replicationJobId The unique identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The unique identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The unique identifier of the replication job.

\n@param replicationJobId The unique identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The unique identifier of the replication job.

\n@return The unique identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The unique identifier of the replication job.

\n@param replicationJobId The unique identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The unique identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationJobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The unique identifier of the replication job.

\n@return The unique identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The unique identifier of the replication job.

\n@param replicationJobId The unique identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The unique identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The unique identifier of the replication job.

\n@param replicationJobId The unique identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The unique identifier of the replication job.

\n@return The unique identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The unique identifier of the replication job.

\n@param replicationJobId The unique identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The unique identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The unique identifier of the replication job.

\n@return The unique identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The unique identifier of the replication job.

\n@param replicationJobId The unique identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The unique identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The unique identifier of the replication job.

\n@param replicationJobId The unique identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The unique identifier of the replication job.

\n@return The unique identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The unique identifier of the replication job.

\n@param replicationJobId The unique identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The unique identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateReplicationJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateReplicationJobResponse", "variableName" : "createReplicationJobResponse", "variableType" : "CreateReplicationJobResponse", "documentation" : null, "simpleType" : "CreateReplicationJobResponse", "variableSetterType" : "CreateReplicationJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteAppLaunchConfigurationRequest" : { "c2jName" : "DeleteAppLaunchConfigurationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteAppLaunchConfiguration", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.DeleteAppLaunchConfiguration", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the launch configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the launch configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the launch configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the launch configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the launch configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the launch configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteAppLaunchConfigurationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteAppLaunchConfigurationRequest", "variableName" : "deleteAppLaunchConfigurationRequest", "variableType" : "DeleteAppLaunchConfigurationRequest", "documentation" : null, "simpleType" : "DeleteAppLaunchConfigurationRequest", "variableSetterType" : "DeleteAppLaunchConfigurationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteAppLaunchConfigurationResponse" : { "c2jName" : "DeleteAppLaunchConfigurationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteAppLaunchConfigurationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteAppLaunchConfigurationResponse", "variableName" : "deleteAppLaunchConfigurationResponse", "variableType" : "DeleteAppLaunchConfigurationResponse", "documentation" : null, "simpleType" : "DeleteAppLaunchConfigurationResponse", "variableSetterType" : "DeleteAppLaunchConfigurationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteAppReplicationConfigurationRequest" : { "c2jName" : "DeleteAppReplicationConfigurationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteAppReplicationConfiguration", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.DeleteAppReplicationConfiguration", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the replication configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@return ID of the application associated with the replication configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the replication configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the replication configuration.

\n@return ID of the application associated with the replication configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the replication configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the replication configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@return ID of the application associated with the replication configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the replication configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the replication configuration.

\n@return ID of the application associated with the replication configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the replication configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the replication configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@return ID of the application associated with the replication configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the replication configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the replication configuration.

\n@return ID of the application associated with the replication configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the replication configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteAppReplicationConfigurationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteAppReplicationConfigurationRequest", "variableName" : "deleteAppReplicationConfigurationRequest", "variableType" : "DeleteAppReplicationConfigurationRequest", "documentation" : null, "simpleType" : "DeleteAppReplicationConfigurationRequest", "variableSetterType" : "DeleteAppReplicationConfigurationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteAppReplicationConfigurationResponse" : { "c2jName" : "DeleteAppReplicationConfigurationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteAppReplicationConfigurationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteAppReplicationConfigurationResponse", "variableName" : "deleteAppReplicationConfigurationResponse", "variableType" : "DeleteAppReplicationConfigurationResponse", "documentation" : null, "simpleType" : "DeleteAppReplicationConfigurationResponse", "variableSetterType" : "DeleteAppReplicationConfigurationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteAppRequest" : { "c2jName" : "DeleteAppRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteApp", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.DeleteApp", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to delete.

\n@return ID of the application to delete.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to delete.

\n@param appId ID of the application to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to delete.

\n@param appId ID of the application to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to delete.

\n@return ID of the application to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to delete.

\n@param appId ID of the application to delete.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForceStopAppReplication", "beanStyleSetterMethodName" : "setForceStopAppReplication", "c2jName" : "forceStopAppReplication", "c2jShape" : "ForceStopAppReplication", "defaultConsumerFluentSetterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #forceStopAppReplication(Boolean)}.\n@param forceStopAppReplication a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #forceStopAppReplication(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\n@return While deleting the application, stop all replication jobs corresponding to the servers in the application.\n@deprecated Use {@link #forceStopAppReplication()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\n@param forceStopAppReplication While deleting the application, stop all replication jobs corresponding to the servers in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forceStopAppReplication(Boolean)}\n", "documentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ForceStopAppReplication property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasForceStopAppReplication", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forceStopAppReplication", "fluentSetterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\n@param forceStopAppReplication While deleting the application, stop all replication jobs corresponding to the servers in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forceStopAppReplication", "getterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\n@return While deleting the application, stop all replication jobs corresponding to the servers in the application.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "forceStopAppReplication", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "forceStopAppReplication", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForceStopAppReplication", "sensitive" : false, "setterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\n@param forceStopAppReplication While deleting the application, stop all replication jobs corresponding to the servers in the application.", "setterMethodName" : "setForceStopAppReplication", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forceStopAppReplication", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forceStopAppReplication", "variableType" : "Boolean", "documentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForceTerminateApp", "beanStyleSetterMethodName" : "setForceTerminateApp", "c2jName" : "forceTerminateApp", "c2jShape" : "ForceTerminateApp", "defaultConsumerFluentSetterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #forceTerminateApp(Boolean)}.\n@param forceTerminateApp a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #forceTerminateApp(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\n@return While deleting the application, terminate the stack corresponding to the application.\n@deprecated Use {@link #forceTerminateApp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\n@param forceTerminateApp While deleting the application, terminate the stack corresponding to the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forceTerminateApp(Boolean)}\n", "documentation" : "

While deleting the application, terminate the stack corresponding to the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ForceTerminateApp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasForceTerminateApp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forceTerminateApp", "fluentSetterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\n@param forceTerminateApp While deleting the application, terminate the stack corresponding to the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forceTerminateApp", "getterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\n@return While deleting the application, terminate the stack corresponding to the application.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "forceTerminateApp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "forceTerminateApp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForceTerminateApp", "sensitive" : false, "setterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\n@param forceTerminateApp While deleting the application, terminate the stack corresponding to the application.", "setterMethodName" : "setForceTerminateApp", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forceTerminateApp", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forceTerminateApp", "variableType" : "Boolean", "documentation" : "

While deleting the application, terminate the stack corresponding to the application.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to delete.

\n@return ID of the application to delete.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to delete.

\n@param appId ID of the application to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to delete.

\n@param appId ID of the application to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to delete.

\n@return ID of the application to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to delete.

\n@param appId ID of the application to delete.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ForceStopAppReplication" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForceStopAppReplication", "beanStyleSetterMethodName" : "setForceStopAppReplication", "c2jName" : "forceStopAppReplication", "c2jShape" : "ForceStopAppReplication", "defaultConsumerFluentSetterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #forceStopAppReplication(Boolean)}.\n@param forceStopAppReplication a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #forceStopAppReplication(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\n@return While deleting the application, stop all replication jobs corresponding to the servers in the application.\n@deprecated Use {@link #forceStopAppReplication()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\n@param forceStopAppReplication While deleting the application, stop all replication jobs corresponding to the servers in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forceStopAppReplication(Boolean)}\n", "documentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ForceStopAppReplication property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasForceStopAppReplication", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forceStopAppReplication", "fluentSetterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\n@param forceStopAppReplication While deleting the application, stop all replication jobs corresponding to the servers in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forceStopAppReplication", "getterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\n@return While deleting the application, stop all replication jobs corresponding to the servers in the application.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "forceStopAppReplication", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "forceStopAppReplication", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForceStopAppReplication", "sensitive" : false, "setterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\n@param forceStopAppReplication While deleting the application, stop all replication jobs corresponding to the servers in the application.", "setterMethodName" : "setForceStopAppReplication", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forceStopAppReplication", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forceStopAppReplication", "variableType" : "Boolean", "documentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ForceTerminateApp" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForceTerminateApp", "beanStyleSetterMethodName" : "setForceTerminateApp", "c2jName" : "forceTerminateApp", "c2jShape" : "ForceTerminateApp", "defaultConsumerFluentSetterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #forceTerminateApp(Boolean)}.\n@param forceTerminateApp a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #forceTerminateApp(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\n@return While deleting the application, terminate the stack corresponding to the application.\n@deprecated Use {@link #forceTerminateApp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\n@param forceTerminateApp While deleting the application, terminate the stack corresponding to the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forceTerminateApp(Boolean)}\n", "documentation" : "

While deleting the application, terminate the stack corresponding to the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ForceTerminateApp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasForceTerminateApp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forceTerminateApp", "fluentSetterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\n@param forceTerminateApp While deleting the application, terminate the stack corresponding to the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forceTerminateApp", "getterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\n@return While deleting the application, terminate the stack corresponding to the application.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "forceTerminateApp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "forceTerminateApp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForceTerminateApp", "sensitive" : false, "setterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\n@param forceTerminateApp While deleting the application, terminate the stack corresponding to the application.", "setterMethodName" : "setForceTerminateApp", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forceTerminateApp", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forceTerminateApp", "variableType" : "Boolean", "documentation" : "

While deleting the application, terminate the stack corresponding to the application.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to delete.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to delete.

\n@return ID of the application to delete.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to delete.

\n@param appId ID of the application to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to delete.

\n@param appId ID of the application to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to delete.

\n@return ID of the application to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to delete.

\n@param appId ID of the application to delete.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForceStopAppReplication", "beanStyleSetterMethodName" : "setForceStopAppReplication", "c2jName" : "forceStopAppReplication", "c2jShape" : "ForceStopAppReplication", "defaultConsumerFluentSetterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #forceStopAppReplication(Boolean)}.\n@param forceStopAppReplication a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #forceStopAppReplication(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\n@return While deleting the application, stop all replication jobs corresponding to the servers in the application.\n@deprecated Use {@link #forceStopAppReplication()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\n@param forceStopAppReplication While deleting the application, stop all replication jobs corresponding to the servers in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forceStopAppReplication(Boolean)}\n", "documentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ForceStopAppReplication property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasForceStopAppReplication", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forceStopAppReplication", "fluentSetterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\n@param forceStopAppReplication While deleting the application, stop all replication jobs corresponding to the servers in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forceStopAppReplication", "getterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\n@return While deleting the application, stop all replication jobs corresponding to the servers in the application.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "forceStopAppReplication", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "forceStopAppReplication", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForceStopAppReplication", "sensitive" : false, "setterDocumentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

\n@param forceStopAppReplication While deleting the application, stop all replication jobs corresponding to the servers in the application.", "setterMethodName" : "setForceStopAppReplication", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forceStopAppReplication", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forceStopAppReplication", "variableType" : "Boolean", "documentation" : "

While deleting the application, stop all replication jobs corresponding to the servers in the application.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForceTerminateApp", "beanStyleSetterMethodName" : "setForceTerminateApp", "c2jName" : "forceTerminateApp", "c2jShape" : "ForceTerminateApp", "defaultConsumerFluentSetterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #forceTerminateApp(Boolean)}.\n@param forceTerminateApp a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #forceTerminateApp(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\n@return While deleting the application, terminate the stack corresponding to the application.\n@deprecated Use {@link #forceTerminateApp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\n@param forceTerminateApp While deleting the application, terminate the stack corresponding to the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forceTerminateApp(Boolean)}\n", "documentation" : "

While deleting the application, terminate the stack corresponding to the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ForceTerminateApp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasForceTerminateApp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "forceTerminateApp", "fluentSetterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\n@param forceTerminateApp While deleting the application, terminate the stack corresponding to the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forceTerminateApp", "getterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\n@return While deleting the application, terminate the stack corresponding to the application.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "forceTerminateApp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "forceTerminateApp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ForceTerminateApp", "sensitive" : false, "setterDocumentation" : "

While deleting the application, terminate the stack corresponding to the application.

\n@param forceTerminateApp While deleting the application, terminate the stack corresponding to the application.", "setterMethodName" : "setForceTerminateApp", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "forceTerminateApp", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "forceTerminateApp", "variableType" : "Boolean", "documentation" : "

While deleting the application, terminate the stack corresponding to the application.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteAppRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteAppRequest", "variableName" : "deleteAppRequest", "variableType" : "DeleteAppRequest", "documentation" : null, "simpleType" : "DeleteAppRequest", "variableSetterType" : "DeleteAppRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteAppResponse" : { "c2jName" : "DeleteAppResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteAppResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteAppResponse", "variableName" : "deleteAppResponse", "variableType" : "DeleteAppResponse", "documentation" : null, "simpleType" : "DeleteAppResponse", "variableSetterType" : "DeleteAppResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteReplicationJobRequest" : { "c2jName" : "DeleteReplicationJobRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteReplicationJob", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.DeleteReplicationJob", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationJobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "replicationJobId" ], "shapeName" : "DeleteReplicationJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteReplicationJobRequest", "variableName" : "deleteReplicationJobRequest", "variableType" : "DeleteReplicationJobRequest", "documentation" : null, "simpleType" : "DeleteReplicationJobRequest", "variableSetterType" : "DeleteReplicationJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteReplicationJobResponse" : { "c2jName" : "DeleteReplicationJobResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteReplicationJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteReplicationJobResponse", "variableName" : "deleteReplicationJobResponse", "variableType" : "DeleteReplicationJobResponse", "documentation" : null, "simpleType" : "DeleteReplicationJobResponse", "variableSetterType" : "DeleteReplicationJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteServerCatalogRequest" : { "c2jName" : "DeleteServerCatalogRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteServerCatalog", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.DeleteServerCatalog", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteServerCatalogRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteServerCatalogRequest", "variableName" : "deleteServerCatalogRequest", "variableType" : "DeleteServerCatalogRequest", "documentation" : null, "simpleType" : "DeleteServerCatalogRequest", "variableSetterType" : "DeleteServerCatalogRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteServerCatalogResponse" : { "c2jName" : "DeleteServerCatalogResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteServerCatalogResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteServerCatalogResponse", "variableName" : "deleteServerCatalogResponse", "variableType" : "DeleteServerCatalogResponse", "documentation" : null, "simpleType" : "DeleteServerCatalogResponse", "variableSetterType" : "DeleteServerCatalogResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DisassociateConnectorRequest" : { "c2jName" : "DisassociateConnectorRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DisassociateConnector", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.DisassociateConnector", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectorId", "beanStyleSetterMethodName" : "setConnectorId", "c2jName" : "connectorId", "c2jShape" : "ConnectorId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the connector.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectorId(String)}.\n@param connectorId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectorId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the connector.

\n@return The identifier of the connector.\n@deprecated Use {@link #connectorId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectorId(String)}\n", "documentation" : "

The identifier of the connector.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectorId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectorId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectorId", "fluentSetterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectorId", "getterDocumentation" : "

The identifier of the connector.

\n@return The identifier of the connector.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "connectorId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "connectorId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectorId", "sensitive" : false, "setterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.", "setterMethodName" : "setConnectorId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectorId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectorId", "variableType" : "String", "documentation" : "

The identifier of the connector.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConnectorId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectorId", "beanStyleSetterMethodName" : "setConnectorId", "c2jName" : "connectorId", "c2jShape" : "ConnectorId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the connector.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectorId(String)}.\n@param connectorId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectorId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the connector.

\n@return The identifier of the connector.\n@deprecated Use {@link #connectorId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectorId(String)}\n", "documentation" : "

The identifier of the connector.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectorId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectorId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectorId", "fluentSetterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectorId", "getterDocumentation" : "

The identifier of the connector.

\n@return The identifier of the connector.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "connectorId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "connectorId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectorId", "sensitive" : false, "setterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.", "setterMethodName" : "setConnectorId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectorId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectorId", "variableType" : "String", "documentation" : "

The identifier of the connector.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getConnectorId", "beanStyleSetterMethodName" : "setConnectorId", "c2jName" : "connectorId", "c2jShape" : "ConnectorId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the connector.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #connectorId(String)}.\n@param connectorId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectorId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the connector.

\n@return The identifier of the connector.\n@deprecated Use {@link #connectorId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectorId(String)}\n", "documentation" : "

The identifier of the connector.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectorId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectorId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectorId", "fluentSetterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectorId", "getterDocumentation" : "

The identifier of the connector.

\n@return The identifier of the connector.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "connectorId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "connectorId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ConnectorId", "sensitive" : false, "setterDocumentation" : "

The identifier of the connector.

\n@param connectorId The identifier of the connector.", "setterMethodName" : "setConnectorId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectorId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "connectorId", "variableType" : "String", "documentation" : "

The identifier of the connector.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "connectorId" ], "shapeName" : "DisassociateConnectorRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DisassociateConnectorRequest", "variableName" : "disassociateConnectorRequest", "variableType" : "DisassociateConnectorRequest", "documentation" : null, "simpleType" : "DisassociateConnectorRequest", "variableSetterType" : "DisassociateConnectorRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DisassociateConnectorResponse" : { "c2jName" : "DisassociateConnectorResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DisassociateConnectorResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DisassociateConnectorResponse", "variableName" : "disassociateConnectorResponse", "variableType" : "DisassociateConnectorResponse", "documentation" : null, "simpleType" : "DisassociateConnectorResponse", "variableSetterType" : "DisassociateConnectorResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GenerateChangeSetRequest" : { "c2jName" : "GenerateChangeSetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GenerateChangeSet", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.GenerateChangeSet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the change set.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the change set.

\n@return ID of the application associated with the change set.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the change set.

\n@param appId ID of the application associated with the change set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the change set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the change set.

\n@param appId ID of the application associated with the change set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the change set.

\n@return ID of the application associated with the change set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the change set.

\n@param appId ID of the application associated with the change set.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChangesetFormat", "beanStyleSetterMethodName" : "setChangesetFormat", "c2jName" : "changesetFormat", "c2jShape" : "OutputFormat", "defaultConsumerFluentSetterDocumentation" : "

Format for the change set.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #changesetFormatAsString(String)}.\n@param changesetFormat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #changesetFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Format for the change set.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #changesetFormat} will return {@link OutputFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #changesetFormatAsString}.\n

\n@return Format for the change set.\n@see OutputFormat\n@deprecated Use {@link #changesetFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Format for the change set.

\n@param changesetFormat Format for the change set.\n@see OutputFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputFormat\n@deprecated Use {@link #changesetFormat(String)}\n", "documentation" : "

Format for the change set.

", "endpointDiscoveryId" : false, "enumType" : "OutputFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChangesetFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChangesetFormat", "fluentEnumGetterMethodName" : "changesetFormat", "fluentEnumSetterMethodName" : "changesetFormat", "fluentGetterMethodName" : "changesetFormatAsString", "fluentSetterDocumentation" : "

Format for the change set.

\n@param changesetFormat Format for the change set.\n@see OutputFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputFormat", "fluentSetterMethodName" : "changesetFormat", "getterDocumentation" : "

Format for the change set.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #changesetFormat} will return {@link OutputFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #changesetFormatAsString}.\n

\n@return Format for the change set.\n@see OutputFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "changesetFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "changesetFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChangesetFormat", "sensitive" : false, "setterDocumentation" : "

Format for the change set.

\n@param changesetFormat Format for the change set.\n@see OutputFormat", "setterMethodName" : "setChangesetFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changesetFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "changesetFormat", "variableType" : "String", "documentation" : "

Format for the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the change set.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the change set.

\n@return ID of the application associated with the change set.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the change set.

\n@param appId ID of the application associated with the change set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the change set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the change set.

\n@param appId ID of the application associated with the change set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the change set.

\n@return ID of the application associated with the change set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the change set.

\n@param appId ID of the application associated with the change set.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ChangesetFormat" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChangesetFormat", "beanStyleSetterMethodName" : "setChangesetFormat", "c2jName" : "changesetFormat", "c2jShape" : "OutputFormat", "defaultConsumerFluentSetterDocumentation" : "

Format for the change set.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #changesetFormatAsString(String)}.\n@param changesetFormat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #changesetFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Format for the change set.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #changesetFormat} will return {@link OutputFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #changesetFormatAsString}.\n

\n@return Format for the change set.\n@see OutputFormat\n@deprecated Use {@link #changesetFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Format for the change set.

\n@param changesetFormat Format for the change set.\n@see OutputFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputFormat\n@deprecated Use {@link #changesetFormat(String)}\n", "documentation" : "

Format for the change set.

", "endpointDiscoveryId" : false, "enumType" : "OutputFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChangesetFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChangesetFormat", "fluentEnumGetterMethodName" : "changesetFormat", "fluentEnumSetterMethodName" : "changesetFormat", "fluentGetterMethodName" : "changesetFormatAsString", "fluentSetterDocumentation" : "

Format for the change set.

\n@param changesetFormat Format for the change set.\n@see OutputFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputFormat", "fluentSetterMethodName" : "changesetFormat", "getterDocumentation" : "

Format for the change set.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #changesetFormat} will return {@link OutputFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #changesetFormatAsString}.\n

\n@return Format for the change set.\n@see OutputFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "changesetFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "changesetFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChangesetFormat", "sensitive" : false, "setterDocumentation" : "

Format for the change set.

\n@param changesetFormat Format for the change set.\n@see OutputFormat", "setterMethodName" : "setChangesetFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changesetFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "changesetFormat", "variableType" : "String", "documentation" : "

Format for the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the change set.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the change set.

\n@return ID of the application associated with the change set.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the change set.

\n@param appId ID of the application associated with the change set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the change set.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the change set.

\n@param appId ID of the application associated with the change set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the change set.

\n@return ID of the application associated with the change set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the change set.

\n@param appId ID of the application associated with the change set.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChangesetFormat", "beanStyleSetterMethodName" : "setChangesetFormat", "c2jName" : "changesetFormat", "c2jShape" : "OutputFormat", "defaultConsumerFluentSetterDocumentation" : "

Format for the change set.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #changesetFormatAsString(String)}.\n@param changesetFormat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #changesetFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Format for the change set.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #changesetFormat} will return {@link OutputFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #changesetFormatAsString}.\n

\n@return Format for the change set.\n@see OutputFormat\n@deprecated Use {@link #changesetFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Format for the change set.

\n@param changesetFormat Format for the change set.\n@see OutputFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputFormat\n@deprecated Use {@link #changesetFormat(String)}\n", "documentation" : "

Format for the change set.

", "endpointDiscoveryId" : false, "enumType" : "OutputFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChangesetFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChangesetFormat", "fluentEnumGetterMethodName" : "changesetFormat", "fluentEnumSetterMethodName" : "changesetFormat", "fluentGetterMethodName" : "changesetFormatAsString", "fluentSetterDocumentation" : "

Format for the change set.

\n@param changesetFormat Format for the change set.\n@see OutputFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputFormat", "fluentSetterMethodName" : "changesetFormat", "getterDocumentation" : "

Format for the change set.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #changesetFormat} will return {@link OutputFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #changesetFormatAsString}.\n

\n@return Format for the change set.\n@see OutputFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "changesetFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "changesetFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ChangesetFormat", "sensitive" : false, "setterDocumentation" : "

Format for the change set.

\n@param changesetFormat Format for the change set.\n@see OutputFormat", "setterMethodName" : "setChangesetFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "changesetFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "changesetFormat", "variableType" : "String", "documentation" : "

Format for the change set.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GenerateChangeSetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GenerateChangeSetRequest", "variableName" : "generateChangeSetRequest", "variableType" : "GenerateChangeSetRequest", "documentation" : null, "simpleType" : "GenerateChangeSetRequest", "variableSetterType" : "GenerateChangeSetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GenerateChangeSetResponse" : { "c2jName" : "GenerateChangeSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Location", "beanStyleSetterMethodName" : "setS3Location", "c2jName" : "s3Location", "c2jShape" : "S3Location", "defaultConsumerFluentSetterDocumentation" : "

Location of the Amazon S3 object.

\nThis is a convenience that creates an instance of the {@link S3Location.Builder} avoiding the need to create one manually via {@link S3Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Location.Builder#build()} is called immediately and its result is passed to {@link #s3Location(S3Location)}.\n@param s3Location a consumer that will call methods on {@link S3Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Location(S3Location)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Location of the Amazon S3 object.

\n@return Location of the Amazon S3 object.\n@deprecated Use {@link #s3Location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Location(S3Location)}\n", "documentation" : "

Location of the Amazon S3 object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3Location", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Location", "fluentSetterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Location", "getterDocumentation" : "

Location of the Amazon S3 object.

\n@return Location of the Amazon S3 object.", "getterModel" : { "returnType" : "S3Location", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Location", "sensitive" : false, "setterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.", "setterMethodName" : "setS3Location", "setterModel" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : null, "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : "

Location of the Amazon S3 object.

", "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "S3Location" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Location", "beanStyleSetterMethodName" : "setS3Location", "c2jName" : "s3Location", "c2jShape" : "S3Location", "defaultConsumerFluentSetterDocumentation" : "

Location of the Amazon S3 object.

\nThis is a convenience that creates an instance of the {@link S3Location.Builder} avoiding the need to create one manually via {@link S3Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Location.Builder#build()} is called immediately and its result is passed to {@link #s3Location(S3Location)}.\n@param s3Location a consumer that will call methods on {@link S3Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Location(S3Location)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Location of the Amazon S3 object.

\n@return Location of the Amazon S3 object.\n@deprecated Use {@link #s3Location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Location(S3Location)}\n", "documentation" : "

Location of the Amazon S3 object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3Location", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Location", "fluentSetterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Location", "getterDocumentation" : "

Location of the Amazon S3 object.

\n@return Location of the Amazon S3 object.", "getterModel" : { "returnType" : "S3Location", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Location", "sensitive" : false, "setterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.", "setterMethodName" : "setS3Location", "setterModel" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : null, "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : "

Location of the Amazon S3 object.

", "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Location", "beanStyleSetterMethodName" : "setS3Location", "c2jName" : "s3Location", "c2jShape" : "S3Location", "defaultConsumerFluentSetterDocumentation" : "

Location of the Amazon S3 object.

\nThis is a convenience that creates an instance of the {@link S3Location.Builder} avoiding the need to create one manually via {@link S3Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Location.Builder#build()} is called immediately and its result is passed to {@link #s3Location(S3Location)}.\n@param s3Location a consumer that will call methods on {@link S3Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Location(S3Location)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Location of the Amazon S3 object.

\n@return Location of the Amazon S3 object.\n@deprecated Use {@link #s3Location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Location(S3Location)}\n", "documentation" : "

Location of the Amazon S3 object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3Location", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Location", "fluentSetterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Location", "getterDocumentation" : "

Location of the Amazon S3 object.

\n@return Location of the Amazon S3 object.", "getterModel" : { "returnType" : "S3Location", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Location", "sensitive" : false, "setterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.", "setterMethodName" : "setS3Location", "setterModel" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : null, "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : "

Location of the Amazon S3 object.

", "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GenerateChangeSetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GenerateChangeSetResponse", "variableName" : "generateChangeSetResponse", "variableType" : "GenerateChangeSetResponse", "documentation" : null, "simpleType" : "GenerateChangeSetResponse", "variableSetterType" : "GenerateChangeSetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GenerateTemplateRequest" : { "c2jName" : "GenerateTemplateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GenerateTemplate", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.GenerateTemplate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\n@return ID of the application associated with the Amazon CloudFormation template.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\n@param appId ID of the application associated with the Amazon CloudFormation template.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the Amazon CloudFormation template.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\n@param appId ID of the application associated with the Amazon CloudFormation template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\n@return ID of the application associated with the Amazon CloudFormation template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\n@param appId ID of the application associated with the Amazon CloudFormation template.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the Amazon CloudFormation template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTemplateFormat", "beanStyleSetterMethodName" : "setTemplateFormat", "c2jName" : "templateFormat", "c2jShape" : "OutputFormat", "defaultConsumerFluentSetterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateFormatAsString(String)}.\n@param templateFormat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #templateFormat} will return {@link OutputFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #templateFormatAsString}.\n

\n@return Format for generating the Amazon CloudFormation template.\n@see OutputFormat\n@deprecated Use {@link #templateFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\n@param templateFormat Format for generating the Amazon CloudFormation template.\n@see OutputFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputFormat\n@deprecated Use {@link #templateFormat(String)}\n", "documentation" : "

Format for generating the Amazon CloudFormation template.

", "endpointDiscoveryId" : false, "enumType" : "OutputFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TemplateFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTemplateFormat", "fluentEnumGetterMethodName" : "templateFormat", "fluentEnumSetterMethodName" : "templateFormat", "fluentGetterMethodName" : "templateFormatAsString", "fluentSetterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\n@param templateFormat Format for generating the Amazon CloudFormation template.\n@see OutputFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputFormat", "fluentSetterMethodName" : "templateFormat", "getterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #templateFormat} will return {@link OutputFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #templateFormatAsString}.\n

\n@return Format for generating the Amazon CloudFormation template.\n@see OutputFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "templateFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "templateFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateFormat", "sensitive" : false, "setterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\n@param templateFormat Format for generating the Amazon CloudFormation template.\n@see OutputFormat", "setterMethodName" : "setTemplateFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateFormat", "variableType" : "String", "documentation" : "

Format for generating the Amazon CloudFormation template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\n@return ID of the application associated with the Amazon CloudFormation template.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\n@param appId ID of the application associated with the Amazon CloudFormation template.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the Amazon CloudFormation template.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\n@param appId ID of the application associated with the Amazon CloudFormation template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\n@return ID of the application associated with the Amazon CloudFormation template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\n@param appId ID of the application associated with the Amazon CloudFormation template.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the Amazon CloudFormation template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TemplateFormat" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTemplateFormat", "beanStyleSetterMethodName" : "setTemplateFormat", "c2jName" : "templateFormat", "c2jShape" : "OutputFormat", "defaultConsumerFluentSetterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateFormatAsString(String)}.\n@param templateFormat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #templateFormat} will return {@link OutputFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #templateFormatAsString}.\n

\n@return Format for generating the Amazon CloudFormation template.\n@see OutputFormat\n@deprecated Use {@link #templateFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\n@param templateFormat Format for generating the Amazon CloudFormation template.\n@see OutputFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputFormat\n@deprecated Use {@link #templateFormat(String)}\n", "documentation" : "

Format for generating the Amazon CloudFormation template.

", "endpointDiscoveryId" : false, "enumType" : "OutputFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TemplateFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTemplateFormat", "fluentEnumGetterMethodName" : "templateFormat", "fluentEnumSetterMethodName" : "templateFormat", "fluentGetterMethodName" : "templateFormatAsString", "fluentSetterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\n@param templateFormat Format for generating the Amazon CloudFormation template.\n@see OutputFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputFormat", "fluentSetterMethodName" : "templateFormat", "getterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #templateFormat} will return {@link OutputFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #templateFormatAsString}.\n

\n@return Format for generating the Amazon CloudFormation template.\n@see OutputFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "templateFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "templateFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateFormat", "sensitive" : false, "setterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\n@param templateFormat Format for generating the Amazon CloudFormation template.\n@see OutputFormat", "setterMethodName" : "setTemplateFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateFormat", "variableType" : "String", "documentation" : "

Format for generating the Amazon CloudFormation template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\n@return ID of the application associated with the Amazon CloudFormation template.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\n@param appId ID of the application associated with the Amazon CloudFormation template.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the Amazon CloudFormation template.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\n@param appId ID of the application associated with the Amazon CloudFormation template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\n@return ID of the application associated with the Amazon CloudFormation template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the Amazon CloudFormation template.

\n@param appId ID of the application associated with the Amazon CloudFormation template.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the Amazon CloudFormation template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTemplateFormat", "beanStyleSetterMethodName" : "setTemplateFormat", "c2jName" : "templateFormat", "c2jShape" : "OutputFormat", "defaultConsumerFluentSetterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #templateFormatAsString(String)}.\n@param templateFormat a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #templateFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #templateFormat} will return {@link OutputFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #templateFormatAsString}.\n

\n@return Format for generating the Amazon CloudFormation template.\n@see OutputFormat\n@deprecated Use {@link #templateFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\n@param templateFormat Format for generating the Amazon CloudFormation template.\n@see OutputFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputFormat\n@deprecated Use {@link #templateFormat(String)}\n", "documentation" : "

Format for generating the Amazon CloudFormation template.

", "endpointDiscoveryId" : false, "enumType" : "OutputFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TemplateFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTemplateFormat", "fluentEnumGetterMethodName" : "templateFormat", "fluentEnumSetterMethodName" : "templateFormat", "fluentGetterMethodName" : "templateFormatAsString", "fluentSetterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\n@param templateFormat Format for generating the Amazon CloudFormation template.\n@see OutputFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputFormat", "fluentSetterMethodName" : "templateFormat", "getterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #templateFormat} will return {@link OutputFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #templateFormatAsString}.\n

\n@return Format for generating the Amazon CloudFormation template.\n@see OutputFormat", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "templateFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "templateFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TemplateFormat", "sensitive" : false, "setterDocumentation" : "

Format for generating the Amazon CloudFormation template.

\n@param templateFormat Format for generating the Amazon CloudFormation template.\n@see OutputFormat", "setterMethodName" : "setTemplateFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "templateFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "templateFormat", "variableType" : "String", "documentation" : "

Format for generating the Amazon CloudFormation template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GenerateTemplateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GenerateTemplateRequest", "variableName" : "generateTemplateRequest", "variableType" : "GenerateTemplateRequest", "documentation" : null, "simpleType" : "GenerateTemplateRequest", "variableSetterType" : "GenerateTemplateRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GenerateTemplateResponse" : { "c2jName" : "GenerateTemplateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Location", "beanStyleSetterMethodName" : "setS3Location", "c2jName" : "s3Location", "c2jShape" : "S3Location", "defaultConsumerFluentSetterDocumentation" : "

Location of the Amazon S3 object.

\nThis is a convenience that creates an instance of the {@link S3Location.Builder} avoiding the need to create one manually via {@link S3Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Location.Builder#build()} is called immediately and its result is passed to {@link #s3Location(S3Location)}.\n@param s3Location a consumer that will call methods on {@link S3Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Location(S3Location)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Location of the Amazon S3 object.

\n@return Location of the Amazon S3 object.\n@deprecated Use {@link #s3Location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Location(S3Location)}\n", "documentation" : "

Location of the Amazon S3 object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3Location", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Location", "fluentSetterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Location", "getterDocumentation" : "

Location of the Amazon S3 object.

\n@return Location of the Amazon S3 object.", "getterModel" : { "returnType" : "S3Location", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Location", "sensitive" : false, "setterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.", "setterMethodName" : "setS3Location", "setterModel" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : null, "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : "

Location of the Amazon S3 object.

", "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "S3Location" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Location", "beanStyleSetterMethodName" : "setS3Location", "c2jName" : "s3Location", "c2jShape" : "S3Location", "defaultConsumerFluentSetterDocumentation" : "

Location of the Amazon S3 object.

\nThis is a convenience that creates an instance of the {@link S3Location.Builder} avoiding the need to create one manually via {@link S3Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Location.Builder#build()} is called immediately and its result is passed to {@link #s3Location(S3Location)}.\n@param s3Location a consumer that will call methods on {@link S3Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Location(S3Location)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Location of the Amazon S3 object.

\n@return Location of the Amazon S3 object.\n@deprecated Use {@link #s3Location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Location(S3Location)}\n", "documentation" : "

Location of the Amazon S3 object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3Location", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Location", "fluentSetterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Location", "getterDocumentation" : "

Location of the Amazon S3 object.

\n@return Location of the Amazon S3 object.", "getterModel" : { "returnType" : "S3Location", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Location", "sensitive" : false, "setterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.", "setterMethodName" : "setS3Location", "setterModel" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : null, "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : "

Location of the Amazon S3 object.

", "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Location", "beanStyleSetterMethodName" : "setS3Location", "c2jName" : "s3Location", "c2jShape" : "S3Location", "defaultConsumerFluentSetterDocumentation" : "

Location of the Amazon S3 object.

\nThis is a convenience that creates an instance of the {@link S3Location.Builder} avoiding the need to create one manually via {@link S3Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Location.Builder#build()} is called immediately and its result is passed to {@link #s3Location(S3Location)}.\n@param s3Location a consumer that will call methods on {@link S3Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Location(S3Location)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Location of the Amazon S3 object.

\n@return Location of the Amazon S3 object.\n@deprecated Use {@link #s3Location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Location(S3Location)}\n", "documentation" : "

Location of the Amazon S3 object.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3Location", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Location", "fluentSetterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Location", "getterDocumentation" : "

Location of the Amazon S3 object.

\n@return Location of the Amazon S3 object.", "getterModel" : { "returnType" : "S3Location", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Location", "sensitive" : false, "setterDocumentation" : "

Location of the Amazon S3 object.

\n@param s3Location Location of the Amazon S3 object.", "setterMethodName" : "setS3Location", "setterModel" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : null, "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : "

Location of the Amazon S3 object.

", "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GenerateTemplateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GenerateTemplateResponse", "variableName" : "generateTemplateResponse", "variableType" : "GenerateTemplateResponse", "documentation" : null, "simpleType" : "GenerateTemplateResponse", "variableSetterType" : "GenerateTemplateResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetAppLaunchConfigurationRequest" : { "c2jName" : "GetAppLaunchConfigurationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetAppLaunchConfiguration", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.GetAppLaunchConfiguration", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application launch configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application launch configuration.

\n@return ID of the application launch configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application launch configuration.

\n@param appId ID of the application launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application launch configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application launch configuration.

\n@param appId ID of the application launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application launch configuration.

\n@return ID of the application launch configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application launch configuration.

\n@param appId ID of the application launch configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application launch configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application launch configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application launch configuration.

\n@return ID of the application launch configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application launch configuration.

\n@param appId ID of the application launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application launch configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application launch configuration.

\n@param appId ID of the application launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application launch configuration.

\n@return ID of the application launch configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application launch configuration.

\n@param appId ID of the application launch configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application launch configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application launch configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application launch configuration.

\n@return ID of the application launch configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application launch configuration.

\n@param appId ID of the application launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application launch configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application launch configuration.

\n@param appId ID of the application launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application launch configuration.

\n@return ID of the application launch configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application launch configuration.

\n@param appId ID of the application launch configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application launch configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetAppLaunchConfigurationRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetAppLaunchConfigurationRequest", "variableName" : "getAppLaunchConfigurationRequest", "variableType" : "GetAppLaunchConfigurationRequest", "documentation" : null, "simpleType" : "GetAppLaunchConfigurationRequest", "variableSetterType" : "GetAppLaunchConfigurationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetAppLaunchConfigurationResponse" : { "c2jName" : "GetAppLaunchConfigurationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the launch configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the launch configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@return Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@return Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroupLaunchConfigurations", "beanStyleSetterMethodName" : "setServerGroupLaunchConfigurations", "c2jName" : "serverGroupLaunchConfigurations", "c2jShape" : "ServerGroupLaunchConfigurations", "defaultConsumerFluentSetterDocumentation" : "

List of launch configurations for server groups in this application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroupLaunchConfigurations(List)}.\n@param serverGroupLaunchConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupLaunchConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of launch configurations for server groups in this application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return List of launch configurations for server groups in this application.\n@deprecated Use {@link #serverGroupLaunchConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of launch configurations for server groups in this application.

\n@param serverGroupLaunchConfigurations List of launch configurations for server groups in this application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupLaunchConfigurations(List)}\n", "documentation" : "

List of launch configurations for server groups in this application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupLaunchConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupLaunchConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupLaunchConfigurations", "fluentSetterDocumentation" : "

List of launch configurations for server groups in this application.

\n@param serverGroupLaunchConfigurations List of launch configurations for server groups in this application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupLaunchConfigurations", "getterDocumentation" : "

List of launch configurations for server groups in this application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return List of launch configurations for server groups in this application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupLaunchConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupLaunchConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroupLaunchConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroupLaunchConfiguration.Builder} avoiding the need to create one manually via {@link ServerGroupLaunchConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroupLaunchConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroupLaunchConfiguration)}.\n@param member a consumer that will call methods on {@link ServerGroupLaunchConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroupLaunchConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroupLaunchConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroupLaunchConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroupLaunchConfiguration", "variableName" : "member", "variableType" : "ServerGroupLaunchConfiguration", "documentation" : null, "simpleType" : "ServerGroupLaunchConfiguration", "variableSetterType" : "ServerGroupLaunchConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroupLaunchConfiguration", "variableName" : "member", "variableType" : "ServerGroupLaunchConfiguration", "documentation" : "", "simpleType" : "ServerGroupLaunchConfiguration", "variableSetterType" : "ServerGroupLaunchConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroupLaunchConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroupLaunchConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroupLaunchConfigurations", "sensitive" : false, "setterDocumentation" : "

List of launch configurations for server groups in this application.

\n@param serverGroupLaunchConfigurations List of launch configurations for server groups in this application.", "setterMethodName" : "setServerGroupLaunchConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupLaunchConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupLaunchConfigurations", "variableType" : "java.util.List", "documentation" : "

List of launch configurations for server groups in this application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the launch configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the launch configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@return Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@return Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerGroupLaunchConfigurations" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroupLaunchConfigurations", "beanStyleSetterMethodName" : "setServerGroupLaunchConfigurations", "c2jName" : "serverGroupLaunchConfigurations", "c2jShape" : "ServerGroupLaunchConfigurations", "defaultConsumerFluentSetterDocumentation" : "

List of launch configurations for server groups in this application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroupLaunchConfigurations(List)}.\n@param serverGroupLaunchConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupLaunchConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of launch configurations for server groups in this application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return List of launch configurations for server groups in this application.\n@deprecated Use {@link #serverGroupLaunchConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of launch configurations for server groups in this application.

\n@param serverGroupLaunchConfigurations List of launch configurations for server groups in this application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupLaunchConfigurations(List)}\n", "documentation" : "

List of launch configurations for server groups in this application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupLaunchConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupLaunchConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupLaunchConfigurations", "fluentSetterDocumentation" : "

List of launch configurations for server groups in this application.

\n@param serverGroupLaunchConfigurations List of launch configurations for server groups in this application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupLaunchConfigurations", "getterDocumentation" : "

List of launch configurations for server groups in this application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return List of launch configurations for server groups in this application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupLaunchConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupLaunchConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroupLaunchConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroupLaunchConfiguration.Builder} avoiding the need to create one manually via {@link ServerGroupLaunchConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroupLaunchConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroupLaunchConfiguration)}.\n@param member a consumer that will call methods on {@link ServerGroupLaunchConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroupLaunchConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroupLaunchConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroupLaunchConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroupLaunchConfiguration", "variableName" : "member", "variableType" : "ServerGroupLaunchConfiguration", "documentation" : null, "simpleType" : "ServerGroupLaunchConfiguration", "variableSetterType" : "ServerGroupLaunchConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroupLaunchConfiguration", "variableName" : "member", "variableType" : "ServerGroupLaunchConfiguration", "documentation" : "", "simpleType" : "ServerGroupLaunchConfiguration", "variableSetterType" : "ServerGroupLaunchConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroupLaunchConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroupLaunchConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroupLaunchConfigurations", "sensitive" : false, "setterDocumentation" : "

List of launch configurations for server groups in this application.

\n@param serverGroupLaunchConfigurations List of launch configurations for server groups in this application.", "setterMethodName" : "setServerGroupLaunchConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupLaunchConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupLaunchConfigurations", "variableType" : "java.util.List", "documentation" : "

List of launch configurations for server groups in this application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the launch configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the launch configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@return Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@return Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroupLaunchConfigurations", "beanStyleSetterMethodName" : "setServerGroupLaunchConfigurations", "c2jName" : "serverGroupLaunchConfigurations", "c2jShape" : "ServerGroupLaunchConfigurations", "defaultConsumerFluentSetterDocumentation" : "

List of launch configurations for server groups in this application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroupLaunchConfigurations(List)}.\n@param serverGroupLaunchConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupLaunchConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of launch configurations for server groups in this application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return List of launch configurations for server groups in this application.\n@deprecated Use {@link #serverGroupLaunchConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of launch configurations for server groups in this application.

\n@param serverGroupLaunchConfigurations List of launch configurations for server groups in this application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupLaunchConfigurations(List)}\n", "documentation" : "

List of launch configurations for server groups in this application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupLaunchConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupLaunchConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupLaunchConfigurations", "fluentSetterDocumentation" : "

List of launch configurations for server groups in this application.

\n@param serverGroupLaunchConfigurations List of launch configurations for server groups in this application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupLaunchConfigurations", "getterDocumentation" : "

List of launch configurations for server groups in this application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return List of launch configurations for server groups in this application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupLaunchConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupLaunchConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroupLaunchConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroupLaunchConfiguration.Builder} avoiding the need to create one manually via {@link ServerGroupLaunchConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroupLaunchConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroupLaunchConfiguration)}.\n@param member a consumer that will call methods on {@link ServerGroupLaunchConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroupLaunchConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroupLaunchConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroupLaunchConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroupLaunchConfiguration", "variableName" : "member", "variableType" : "ServerGroupLaunchConfiguration", "documentation" : null, "simpleType" : "ServerGroupLaunchConfiguration", "variableSetterType" : "ServerGroupLaunchConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroupLaunchConfiguration", "variableName" : "member", "variableType" : "ServerGroupLaunchConfiguration", "documentation" : "", "simpleType" : "ServerGroupLaunchConfiguration", "variableSetterType" : "ServerGroupLaunchConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroupLaunchConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroupLaunchConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroupLaunchConfigurations", "sensitive" : false, "setterDocumentation" : "

List of launch configurations for server groups in this application.

\n@param serverGroupLaunchConfigurations List of launch configurations for server groups in this application.", "setterMethodName" : "setServerGroupLaunchConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupLaunchConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupLaunchConfigurations", "variableType" : "java.util.List", "documentation" : "

List of launch configurations for server groups in this application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetAppLaunchConfigurationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetAppLaunchConfigurationResponse", "variableName" : "getAppLaunchConfigurationResponse", "variableType" : "GetAppLaunchConfigurationResponse", "documentation" : null, "simpleType" : "GetAppLaunchConfigurationResponse", "variableSetterType" : "GetAppLaunchConfigurationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetAppReplicationConfigurationRequest" : { "c2jName" : "GetAppReplicationConfigurationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetAppReplicationConfiguration", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.GetAppReplicationConfiguration", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the replication configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@return ID of the application associated with the replication configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the replication configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the replication configuration.

\n@return ID of the application associated with the replication configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the replication configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the replication configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@return ID of the application associated with the replication configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the replication configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the replication configuration.

\n@return ID of the application associated with the replication configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the replication configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the replication configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@return ID of the application associated with the replication configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the replication configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the replication configuration.

\n@return ID of the application associated with the replication configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the replication configuration.

\n@param appId ID of the application associated with the replication configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the replication configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetAppReplicationConfigurationRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetAppReplicationConfigurationRequest", "variableName" : "getAppReplicationConfigurationRequest", "variableType" : "GetAppReplicationConfigurationRequest", "documentation" : null, "simpleType" : "GetAppReplicationConfigurationRequest", "variableSetterType" : "GetAppReplicationConfigurationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetAppReplicationConfigurationResponse" : { "c2jName" : "GetAppReplicationConfigurationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroupReplicationConfigurations", "beanStyleSetterMethodName" : "setServerGroupReplicationConfigurations", "c2jName" : "serverGroupReplicationConfigurations", "c2jShape" : "ServerGroupReplicationConfigurations", "defaultConsumerFluentSetterDocumentation" : "

Replication configurations associated with server groups in this application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroupReplicationConfigurations(List)}.\n@param serverGroupReplicationConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupReplicationConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Replication configurations associated with server groups in this application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configurations associated with server groups in this application.\n@deprecated Use {@link #serverGroupReplicationConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Replication configurations associated with server groups in this application.

\n@param serverGroupReplicationConfigurations Replication configurations associated with server groups in this application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupReplicationConfigurations(List)}\n", "documentation" : "

Replication configurations associated with server groups in this application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupReplicationConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupReplicationConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupReplicationConfigurations", "fluentSetterDocumentation" : "

Replication configurations associated with server groups in this application.

\n@param serverGroupReplicationConfigurations Replication configurations associated with server groups in this application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupReplicationConfigurations", "getterDocumentation" : "

Replication configurations associated with server groups in this application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configurations associated with server groups in this application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupReplicationConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupReplicationConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroupReplicationConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroupReplicationConfiguration.Builder} avoiding the need to create one manually via {@link ServerGroupReplicationConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroupReplicationConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroupReplicationConfiguration)}.\n@param member a consumer that will call methods on {@link ServerGroupReplicationConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroupReplicationConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroupReplicationConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroupReplicationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroupReplicationConfiguration", "variableName" : "member", "variableType" : "ServerGroupReplicationConfiguration", "documentation" : null, "simpleType" : "ServerGroupReplicationConfiguration", "variableSetterType" : "ServerGroupReplicationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroupReplicationConfiguration", "variableName" : "member", "variableType" : "ServerGroupReplicationConfiguration", "documentation" : "", "simpleType" : "ServerGroupReplicationConfiguration", "variableSetterType" : "ServerGroupReplicationConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroupReplicationConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroupReplicationConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroupReplicationConfigurations", "sensitive" : false, "setterDocumentation" : "

Replication configurations associated with server groups in this application.

\n@param serverGroupReplicationConfigurations Replication configurations associated with server groups in this application.", "setterMethodName" : "setServerGroupReplicationConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupReplicationConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupReplicationConfigurations", "variableType" : "java.util.List", "documentation" : "

Replication configurations associated with server groups in this application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ServerGroupReplicationConfigurations" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroupReplicationConfigurations", "beanStyleSetterMethodName" : "setServerGroupReplicationConfigurations", "c2jName" : "serverGroupReplicationConfigurations", "c2jShape" : "ServerGroupReplicationConfigurations", "defaultConsumerFluentSetterDocumentation" : "

Replication configurations associated with server groups in this application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroupReplicationConfigurations(List)}.\n@param serverGroupReplicationConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupReplicationConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Replication configurations associated with server groups in this application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configurations associated with server groups in this application.\n@deprecated Use {@link #serverGroupReplicationConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Replication configurations associated with server groups in this application.

\n@param serverGroupReplicationConfigurations Replication configurations associated with server groups in this application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupReplicationConfigurations(List)}\n", "documentation" : "

Replication configurations associated with server groups in this application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupReplicationConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupReplicationConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupReplicationConfigurations", "fluentSetterDocumentation" : "

Replication configurations associated with server groups in this application.

\n@param serverGroupReplicationConfigurations Replication configurations associated with server groups in this application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupReplicationConfigurations", "getterDocumentation" : "

Replication configurations associated with server groups in this application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configurations associated with server groups in this application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupReplicationConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupReplicationConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroupReplicationConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroupReplicationConfiguration.Builder} avoiding the need to create one manually via {@link ServerGroupReplicationConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroupReplicationConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroupReplicationConfiguration)}.\n@param member a consumer that will call methods on {@link ServerGroupReplicationConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroupReplicationConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroupReplicationConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroupReplicationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroupReplicationConfiguration", "variableName" : "member", "variableType" : "ServerGroupReplicationConfiguration", "documentation" : null, "simpleType" : "ServerGroupReplicationConfiguration", "variableSetterType" : "ServerGroupReplicationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroupReplicationConfiguration", "variableName" : "member", "variableType" : "ServerGroupReplicationConfiguration", "documentation" : "", "simpleType" : "ServerGroupReplicationConfiguration", "variableSetterType" : "ServerGroupReplicationConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroupReplicationConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroupReplicationConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroupReplicationConfigurations", "sensitive" : false, "setterDocumentation" : "

Replication configurations associated with server groups in this application.

\n@param serverGroupReplicationConfigurations Replication configurations associated with server groups in this application.", "setterMethodName" : "setServerGroupReplicationConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupReplicationConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupReplicationConfigurations", "variableType" : "java.util.List", "documentation" : "

Replication configurations associated with server groups in this application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroupReplicationConfigurations", "beanStyleSetterMethodName" : "setServerGroupReplicationConfigurations", "c2jName" : "serverGroupReplicationConfigurations", "c2jShape" : "ServerGroupReplicationConfigurations", "defaultConsumerFluentSetterDocumentation" : "

Replication configurations associated with server groups in this application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroupReplicationConfigurations(List)}.\n@param serverGroupReplicationConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupReplicationConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Replication configurations associated with server groups in this application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configurations associated with server groups in this application.\n@deprecated Use {@link #serverGroupReplicationConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Replication configurations associated with server groups in this application.

\n@param serverGroupReplicationConfigurations Replication configurations associated with server groups in this application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupReplicationConfigurations(List)}\n", "documentation" : "

Replication configurations associated with server groups in this application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupReplicationConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupReplicationConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupReplicationConfigurations", "fluentSetterDocumentation" : "

Replication configurations associated with server groups in this application.

\n@param serverGroupReplicationConfigurations Replication configurations associated with server groups in this application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupReplicationConfigurations", "getterDocumentation" : "

Replication configurations associated with server groups in this application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configurations associated with server groups in this application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupReplicationConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupReplicationConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroupReplicationConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroupReplicationConfiguration.Builder} avoiding the need to create one manually via {@link ServerGroupReplicationConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroupReplicationConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroupReplicationConfiguration)}.\n@param member a consumer that will call methods on {@link ServerGroupReplicationConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroupReplicationConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroupReplicationConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroupReplicationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroupReplicationConfiguration", "variableName" : "member", "variableType" : "ServerGroupReplicationConfiguration", "documentation" : null, "simpleType" : "ServerGroupReplicationConfiguration", "variableSetterType" : "ServerGroupReplicationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroupReplicationConfiguration", "variableName" : "member", "variableType" : "ServerGroupReplicationConfiguration", "documentation" : "", "simpleType" : "ServerGroupReplicationConfiguration", "variableSetterType" : "ServerGroupReplicationConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroupReplicationConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroupReplicationConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroupReplicationConfigurations", "sensitive" : false, "setterDocumentation" : "

Replication configurations associated with server groups in this application.

\n@param serverGroupReplicationConfigurations Replication configurations associated with server groups in this application.", "setterMethodName" : "setServerGroupReplicationConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupReplicationConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupReplicationConfigurations", "variableType" : "java.util.List", "documentation" : "

Replication configurations associated with server groups in this application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetAppReplicationConfigurationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetAppReplicationConfigurationResponse", "variableName" : "getAppReplicationConfigurationResponse", "variableType" : "GetAppReplicationConfigurationResponse", "documentation" : null, "simpleType" : "GetAppReplicationConfigurationResponse", "variableSetterType" : "GetAppReplicationConfigurationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetAppRequest" : { "c2jName" : "GetAppRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetApp", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.GetApp", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application whose information is being retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application whose information is being retrieved.

\n@return ID of the application whose information is being retrieved.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application whose information is being retrieved.

\n@param appId ID of the application whose information is being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application whose information is being retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application whose information is being retrieved.

\n@param appId ID of the application whose information is being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application whose information is being retrieved.

\n@return ID of the application whose information is being retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application whose information is being retrieved.

\n@param appId ID of the application whose information is being retrieved.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application whose information is being retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application whose information is being retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application whose information is being retrieved.

\n@return ID of the application whose information is being retrieved.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application whose information is being retrieved.

\n@param appId ID of the application whose information is being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application whose information is being retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application whose information is being retrieved.

\n@param appId ID of the application whose information is being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application whose information is being retrieved.

\n@return ID of the application whose information is being retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application whose information is being retrieved.

\n@param appId ID of the application whose information is being retrieved.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application whose information is being retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application whose information is being retrieved.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application whose information is being retrieved.

\n@return ID of the application whose information is being retrieved.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application whose information is being retrieved.

\n@param appId ID of the application whose information is being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application whose information is being retrieved.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application whose information is being retrieved.

\n@param appId ID of the application whose information is being retrieved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application whose information is being retrieved.

\n@return ID of the application whose information is being retrieved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application whose information is being retrieved.

\n@param appId ID of the application whose information is being retrieved.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application whose information is being retrieved.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetAppRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetAppRequest", "variableName" : "getAppRequest", "variableType" : "GetAppRequest", "documentation" : null, "simpleType" : "GetAppRequest", "variableSetterType" : "GetAppRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetAppResponse" : { "c2jName" : "GetAppResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppSummary", "beanStyleSetterMethodName" : "setAppSummary", "c2jName" : "appSummary", "c2jShape" : "AppSummary", "defaultConsumerFluentSetterDocumentation" : "

Information about the application.

\nThis is a convenience that creates an instance of the {@link AppSummary.Builder} avoiding the need to create one manually via {@link AppSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppSummary.Builder#build()} is called immediately and its result is passed to {@link #appSummary(AppSummary)}.\n@param appSummary a consumer that will call methods on {@link AppSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appSummary(AppSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the application.

\n@return Information about the application.\n@deprecated Use {@link #appSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the application.

\n@param appSummary Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appSummary(AppSummary)}\n", "documentation" : "

Information about the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appSummary", "fluentSetterDocumentation" : "

Information about the application.

\n@param appSummary Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appSummary", "getterDocumentation" : "

Information about the application.

\n@return Information about the application.", "getterModel" : { "returnType" : "AppSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AppSummary", "sensitive" : false, "setterDocumentation" : "

Information about the application.

\n@param appSummary Information about the application.", "setterMethodName" : "setAppSummary", "setterModel" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : null, "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : "

Information about the application.

", "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroups", "beanStyleSetterMethodName" : "setServerGroups", "c2jName" : "serverGroups", "c2jShape" : "ServerGroups", "defaultConsumerFluentSetterDocumentation" : "

List of server groups belonging to the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroups(List)}.\n@param serverGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of server groups belonging to the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups belonging to the application.\n@deprecated Use {@link #serverGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of server groups belonging to the application.

\n@param serverGroups List of server groups belonging to the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroups(List)}\n", "documentation" : "

List of server groups belonging to the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroups", "fluentSetterDocumentation" : "

List of server groups belonging to the application.

\n@param serverGroups List of server groups belonging to the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroups", "getterDocumentation" : "

List of server groups belonging to the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups belonging to the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroup.Builder} avoiding the need to create one manually via {@link ServerGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroup)}.\n@param member a consumer that will call methods on {@link ServerGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : null, "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : "", "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroups", "sensitive" : false, "setterDocumentation" : "

List of server groups belonging to the application.

\n@param serverGroups List of server groups belonging to the application.", "setterMethodName" : "setServerGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : "

List of server groups belonging to the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

List of tags associated with the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of tags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags associated with the application.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

List of tags associated with the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of tags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags associated with the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

List of tags associated with the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppSummary" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppSummary", "beanStyleSetterMethodName" : "setAppSummary", "c2jName" : "appSummary", "c2jShape" : "AppSummary", "defaultConsumerFluentSetterDocumentation" : "

Information about the application.

\nThis is a convenience that creates an instance of the {@link AppSummary.Builder} avoiding the need to create one manually via {@link AppSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppSummary.Builder#build()} is called immediately and its result is passed to {@link #appSummary(AppSummary)}.\n@param appSummary a consumer that will call methods on {@link AppSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appSummary(AppSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the application.

\n@return Information about the application.\n@deprecated Use {@link #appSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the application.

\n@param appSummary Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appSummary(AppSummary)}\n", "documentation" : "

Information about the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appSummary", "fluentSetterDocumentation" : "

Information about the application.

\n@param appSummary Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appSummary", "getterDocumentation" : "

Information about the application.

\n@return Information about the application.", "getterModel" : { "returnType" : "AppSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AppSummary", "sensitive" : false, "setterDocumentation" : "

Information about the application.

\n@param appSummary Information about the application.", "setterMethodName" : "setAppSummary", "setterModel" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : null, "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : "

Information about the application.

", "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerGroups" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroups", "beanStyleSetterMethodName" : "setServerGroups", "c2jName" : "serverGroups", "c2jShape" : "ServerGroups", "defaultConsumerFluentSetterDocumentation" : "

List of server groups belonging to the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroups(List)}.\n@param serverGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of server groups belonging to the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups belonging to the application.\n@deprecated Use {@link #serverGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of server groups belonging to the application.

\n@param serverGroups List of server groups belonging to the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroups(List)}\n", "documentation" : "

List of server groups belonging to the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroups", "fluentSetterDocumentation" : "

List of server groups belonging to the application.

\n@param serverGroups List of server groups belonging to the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroups", "getterDocumentation" : "

List of server groups belonging to the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups belonging to the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroup.Builder} avoiding the need to create one manually via {@link ServerGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroup)}.\n@param member a consumer that will call methods on {@link ServerGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : null, "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : "", "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroups", "sensitive" : false, "setterDocumentation" : "

List of server groups belonging to the application.

\n@param serverGroups List of server groups belonging to the application.", "setterMethodName" : "setServerGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : "

List of server groups belonging to the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

List of tags associated with the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of tags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags associated with the application.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

List of tags associated with the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of tags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags associated with the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

List of tags associated with the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppSummary", "beanStyleSetterMethodName" : "setAppSummary", "c2jName" : "appSummary", "c2jShape" : "AppSummary", "defaultConsumerFluentSetterDocumentation" : "

Information about the application.

\nThis is a convenience that creates an instance of the {@link AppSummary.Builder} avoiding the need to create one manually via {@link AppSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppSummary.Builder#build()} is called immediately and its result is passed to {@link #appSummary(AppSummary)}.\n@param appSummary a consumer that will call methods on {@link AppSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appSummary(AppSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the application.

\n@return Information about the application.\n@deprecated Use {@link #appSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the application.

\n@param appSummary Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appSummary(AppSummary)}\n", "documentation" : "

Information about the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appSummary", "fluentSetterDocumentation" : "

Information about the application.

\n@param appSummary Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appSummary", "getterDocumentation" : "

Information about the application.

\n@return Information about the application.", "getterModel" : { "returnType" : "AppSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AppSummary", "sensitive" : false, "setterDocumentation" : "

Information about the application.

\n@param appSummary Information about the application.", "setterMethodName" : "setAppSummary", "setterModel" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : null, "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : "

Information about the application.

", "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroups", "beanStyleSetterMethodName" : "setServerGroups", "c2jName" : "serverGroups", "c2jShape" : "ServerGroups", "defaultConsumerFluentSetterDocumentation" : "

List of server groups belonging to the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroups(List)}.\n@param serverGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of server groups belonging to the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups belonging to the application.\n@deprecated Use {@link #serverGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of server groups belonging to the application.

\n@param serverGroups List of server groups belonging to the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroups(List)}\n", "documentation" : "

List of server groups belonging to the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroups", "fluentSetterDocumentation" : "

List of server groups belonging to the application.

\n@param serverGroups List of server groups belonging to the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroups", "getterDocumentation" : "

List of server groups belonging to the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups belonging to the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroup.Builder} avoiding the need to create one manually via {@link ServerGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroup)}.\n@param member a consumer that will call methods on {@link ServerGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : null, "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : "", "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroups", "sensitive" : false, "setterDocumentation" : "

List of server groups belonging to the application.

\n@param serverGroups List of server groups belonging to the application.", "setterMethodName" : "setServerGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : "

List of server groups belonging to the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

List of tags associated with the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of tags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags associated with the application.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

List of tags associated with the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of tags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags associated with the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

List of tags associated with the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetAppResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetAppResponse", "variableName" : "getAppResponse", "variableType" : "GetAppResponse", "documentation" : null, "simpleType" : "GetAppResponse", "variableSetterType" : "GetAppResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetConnectorsRequest" : { "c2jName" : "GetConnectorsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetConnectors", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.GetConnectors", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetConnectorsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetConnectorsRequest", "variableName" : "getConnectorsRequest", "variableType" : "GetConnectorsRequest", "documentation" : null, "simpleType" : "GetConnectorsRequest", "variableSetterType" : "GetConnectorsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetConnectorsResponse" : { "c2jName" : "GetConnectorsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getConnectorList", "beanStyleSetterMethodName" : "setConnectorList", "c2jName" : "connectorList", "c2jShape" : "ConnectorList", "defaultConsumerFluentSetterDocumentation" : "

Information about the registered connectors.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #connectorList(List)}.\n@param connectorList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectorList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the registered connectors.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasConnectorList()} to see if a value was sent in this field.\n

\n@return Information about the registered connectors.\n@deprecated Use {@link #connectorList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the registered connectors.

\n@param connectorList Information about the registered connectors.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectorList(List)}\n", "documentation" : "

Information about the registered connectors.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectorList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectorList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectorList", "fluentSetterDocumentation" : "

Information about the registered connectors.

\n@param connectorList Information about the registered connectors.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectorList", "getterDocumentation" : "

Information about the registered connectors.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasConnectorList()} to see if a value was sent in this field.\n

\n@return Information about the registered connectors.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "connectorList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "connectorList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Connector", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Connector.Builder} avoiding the need to create one manually via {@link Connector#builder()}.\n\nWhen the {@link Consumer} completes, {@link Connector.Builder#build()} is called immediately and its result is passed to {@link #member(Connector)}.\n@param member a consumer that will call methods on {@link Connector.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Connector)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Connector)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Connector", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Connector", "variableName" : "member", "variableType" : "Connector", "documentation" : null, "simpleType" : "Connector", "variableSetterType" : "Connector" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Connector", "variableName" : "member", "variableType" : "Connector", "documentation" : "", "simpleType" : "Connector", "variableSetterType" : "Connector" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Connector", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Connector", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ConnectorList", "sensitive" : false, "setterDocumentation" : "

Information about the registered connectors.

\n@param connectorList Information about the registered connectors.", "setterMethodName" : "setConnectorList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "connectorList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "connectorList", "variableType" : "java.util.List", "documentation" : "

Information about the registered connectors.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConnectorList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getConnectorList", "beanStyleSetterMethodName" : "setConnectorList", "c2jName" : "connectorList", "c2jShape" : "ConnectorList", "defaultConsumerFluentSetterDocumentation" : "

Information about the registered connectors.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #connectorList(List)}.\n@param connectorList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectorList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the registered connectors.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasConnectorList()} to see if a value was sent in this field.\n

\n@return Information about the registered connectors.\n@deprecated Use {@link #connectorList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the registered connectors.

\n@param connectorList Information about the registered connectors.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectorList(List)}\n", "documentation" : "

Information about the registered connectors.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectorList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectorList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectorList", "fluentSetterDocumentation" : "

Information about the registered connectors.

\n@param connectorList Information about the registered connectors.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectorList", "getterDocumentation" : "

Information about the registered connectors.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasConnectorList()} to see if a value was sent in this field.\n

\n@return Information about the registered connectors.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "connectorList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "connectorList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Connector", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Connector.Builder} avoiding the need to create one manually via {@link Connector#builder()}.\n\nWhen the {@link Consumer} completes, {@link Connector.Builder#build()} is called immediately and its result is passed to {@link #member(Connector)}.\n@param member a consumer that will call methods on {@link Connector.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Connector)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Connector)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Connector", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Connector", "variableName" : "member", "variableType" : "Connector", "documentation" : null, "simpleType" : "Connector", "variableSetterType" : "Connector" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Connector", "variableName" : "member", "variableType" : "Connector", "documentation" : "", "simpleType" : "Connector", "variableSetterType" : "Connector" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Connector", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Connector", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ConnectorList", "sensitive" : false, "setterDocumentation" : "

Information about the registered connectors.

\n@param connectorList Information about the registered connectors.", "setterMethodName" : "setConnectorList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "connectorList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "connectorList", "variableType" : "java.util.List", "documentation" : "

Information about the registered connectors.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getConnectorList", "beanStyleSetterMethodName" : "setConnectorList", "c2jName" : "connectorList", "c2jShape" : "ConnectorList", "defaultConsumerFluentSetterDocumentation" : "

Information about the registered connectors.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #connectorList(List)}.\n@param connectorList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #connectorList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the registered connectors.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasConnectorList()} to see if a value was sent in this field.\n

\n@return Information about the registered connectors.\n@deprecated Use {@link #connectorList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the registered connectors.

\n@param connectorList Information about the registered connectors.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #connectorList(List)}\n", "documentation" : "

Information about the registered connectors.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ConnectorList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasConnectorList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "connectorList", "fluentSetterDocumentation" : "

Information about the registered connectors.

\n@param connectorList Information about the registered connectors.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "connectorList", "getterDocumentation" : "

Information about the registered connectors.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasConnectorList()} to see if a value was sent in this field.\n

\n@return Information about the registered connectors.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "connectorList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "connectorList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Connector", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Connector.Builder} avoiding the need to create one manually via {@link Connector#builder()}.\n\nWhen the {@link Consumer} completes, {@link Connector.Builder#build()} is called immediately and its result is passed to {@link #member(Connector)}.\n@param member a consumer that will call methods on {@link Connector.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Connector)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Connector)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Connector", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Connector", "variableName" : "member", "variableType" : "Connector", "documentation" : null, "simpleType" : "Connector", "variableSetterType" : "Connector" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Connector", "variableName" : "member", "variableType" : "Connector", "documentation" : "", "simpleType" : "Connector", "variableSetterType" : "Connector" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Connector", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Connector", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ConnectorList", "sensitive" : false, "setterDocumentation" : "

Information about the registered connectors.

\n@param connectorList Information about the registered connectors.", "setterMethodName" : "setConnectorList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "connectorList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "connectorList", "variableType" : "java.util.List", "documentation" : "

Information about the registered connectors.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetConnectorsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetConnectorsResponse", "variableName" : "getConnectorsResponse", "variableType" : "GetConnectorsResponse", "documentation" : null, "simpleType" : "GetConnectorsResponse", "variableSetterType" : "GetConnectorsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetReplicationJobsRequest" : { "c2jName" : "GetReplicationJobsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetReplicationJobs", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.GetReplicationJobs", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplicationJobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetReplicationJobsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetReplicationJobsRequest", "variableName" : "getReplicationJobsRequest", "variableType" : "GetReplicationJobsRequest", "documentation" : null, "simpleType" : "GetReplicationJobsRequest", "variableSetterType" : "GetReplicationJobsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetReplicationJobsResponse" : { "c2jName" : "GetReplicationJobsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getReplicationJobList", "beanStyleSetterMethodName" : "setReplicationJobList", "c2jName" : "replicationJobList", "c2jShape" : "ReplicationJobList", "defaultConsumerFluentSetterDocumentation" : "

Information about the replication jobs.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationJobList(List)}.\n@param replicationJobList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the replication jobs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationJobList()} to see if a value was sent in this field.\n

\n@return Information about the replication jobs.\n@deprecated Use {@link #replicationJobList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the replication jobs.

\n@param replicationJobList Information about the replication jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobList(List)}\n", "documentation" : "

Information about the replication jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobList", "fluentSetterDocumentation" : "

Information about the replication jobs.

\n@param replicationJobList Information about the replication jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobList", "getterDocumentation" : "

Information about the replication jobs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationJobList()} to see if a value was sent in this field.\n

\n@return Information about the replication jobs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationJob", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationJob.Builder} avoiding the need to create one manually via {@link ReplicationJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationJob.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationJob)}.\n@param member a consumer that will call methods on {@link ReplicationJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationJob)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ReplicationJob)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReplicationJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationJob", "variableName" : "member", "variableType" : "ReplicationJob", "documentation" : null, "simpleType" : "ReplicationJob", "variableSetterType" : "ReplicationJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationJob", "variableName" : "member", "variableType" : "ReplicationJob", "documentation" : "", "simpleType" : "ReplicationJob", "variableSetterType" : "ReplicationJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationJob", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationJob", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationJobList", "sensitive" : false, "setterDocumentation" : "

Information about the replication jobs.

\n@param replicationJobList Information about the replication jobs.", "setterMethodName" : "setReplicationJobList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationJobList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationJobList", "variableType" : "java.util.List", "documentation" : "

Information about the replication jobs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplicationJobList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getReplicationJobList", "beanStyleSetterMethodName" : "setReplicationJobList", "c2jName" : "replicationJobList", "c2jShape" : "ReplicationJobList", "defaultConsumerFluentSetterDocumentation" : "

Information about the replication jobs.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationJobList(List)}.\n@param replicationJobList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the replication jobs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationJobList()} to see if a value was sent in this field.\n

\n@return Information about the replication jobs.\n@deprecated Use {@link #replicationJobList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the replication jobs.

\n@param replicationJobList Information about the replication jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobList(List)}\n", "documentation" : "

Information about the replication jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobList", "fluentSetterDocumentation" : "

Information about the replication jobs.

\n@param replicationJobList Information about the replication jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobList", "getterDocumentation" : "

Information about the replication jobs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationJobList()} to see if a value was sent in this field.\n

\n@return Information about the replication jobs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationJob", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationJob.Builder} avoiding the need to create one manually via {@link ReplicationJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationJob.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationJob)}.\n@param member a consumer that will call methods on {@link ReplicationJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationJob)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ReplicationJob)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReplicationJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationJob", "variableName" : "member", "variableType" : "ReplicationJob", "documentation" : null, "simpleType" : "ReplicationJob", "variableSetterType" : "ReplicationJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationJob", "variableName" : "member", "variableType" : "ReplicationJob", "documentation" : "", "simpleType" : "ReplicationJob", "variableSetterType" : "ReplicationJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationJob", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationJob", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationJobList", "sensitive" : false, "setterDocumentation" : "

Information about the replication jobs.

\n@param replicationJobList Information about the replication jobs.", "setterMethodName" : "setReplicationJobList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationJobList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationJobList", "variableType" : "java.util.List", "documentation" : "

Information about the replication jobs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getReplicationJobList", "beanStyleSetterMethodName" : "setReplicationJobList", "c2jName" : "replicationJobList", "c2jShape" : "ReplicationJobList", "defaultConsumerFluentSetterDocumentation" : "

Information about the replication jobs.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationJobList(List)}.\n@param replicationJobList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the replication jobs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationJobList()} to see if a value was sent in this field.\n

\n@return Information about the replication jobs.\n@deprecated Use {@link #replicationJobList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the replication jobs.

\n@param replicationJobList Information about the replication jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobList(List)}\n", "documentation" : "

Information about the replication jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobList", "fluentSetterDocumentation" : "

Information about the replication jobs.

\n@param replicationJobList Information about the replication jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobList", "getterDocumentation" : "

Information about the replication jobs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationJobList()} to see if a value was sent in this field.\n

\n@return Information about the replication jobs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationJob", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationJob.Builder} avoiding the need to create one manually via {@link ReplicationJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationJob.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationJob)}.\n@param member a consumer that will call methods on {@link ReplicationJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationJob)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ReplicationJob)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReplicationJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationJob", "variableName" : "member", "variableType" : "ReplicationJob", "documentation" : null, "simpleType" : "ReplicationJob", "variableSetterType" : "ReplicationJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationJob", "variableName" : "member", "variableType" : "ReplicationJob", "documentation" : "", "simpleType" : "ReplicationJob", "variableSetterType" : "ReplicationJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationJob", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationJob", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationJobList", "sensitive" : false, "setterDocumentation" : "

Information about the replication jobs.

\n@param replicationJobList Information about the replication jobs.", "setterMethodName" : "setReplicationJobList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationJobList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationJobList", "variableType" : "java.util.List", "documentation" : "

Information about the replication jobs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetReplicationJobsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetReplicationJobsResponse", "variableName" : "getReplicationJobsResponse", "variableType" : "GetReplicationJobsResponse", "documentation" : null, "simpleType" : "GetReplicationJobsResponse", "variableSetterType" : "GetReplicationJobsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetReplicationRunsRequest" : { "c2jName" : "GetReplicationRunsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetReplicationRuns", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.GetReplicationRuns", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplicationJobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "replicationJobId" ], "shapeName" : "GetReplicationRunsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetReplicationRunsRequest", "variableName" : "getReplicationRunsRequest", "variableType" : "GetReplicationRunsRequest", "documentation" : null, "simpleType" : "GetReplicationRunsRequest", "variableSetterType" : "GetReplicationRunsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetReplicationRunsResponse" : { "c2jName" : "GetReplicationRunsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJob", "beanStyleSetterMethodName" : "setReplicationJob", "c2jName" : "replicationJob", "c2jShape" : "ReplicationJob", "defaultConsumerFluentSetterDocumentation" : "

Information about the replication job.

\nThis is a convenience that creates an instance of the {@link ReplicationJob.Builder} avoiding the need to create one manually via {@link ReplicationJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationJob.Builder#build()} is called immediately and its result is passed to {@link #replicationJob(ReplicationJob)}.\n@param replicationJob a consumer that will call methods on {@link ReplicationJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJob(ReplicationJob)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the replication job.

\n@return Information about the replication job.\n@deprecated Use {@link #replicationJob()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the replication job.

\n@param replicationJob Information about the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJob(ReplicationJob)}\n", "documentation" : "

Information about the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJob", "fluentSetterDocumentation" : "

Information about the replication job.

\n@param replicationJob Information about the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJob", "getterDocumentation" : "

Information about the replication job.

\n@return Information about the replication job.", "getterModel" : { "returnType" : "ReplicationJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationJob", "sensitive" : false, "setterDocumentation" : "

Information about the replication job.

\n@param replicationJob Information about the replication job.", "setterMethodName" : "setReplicationJob", "setterModel" : { "variableDeclarationType" : "ReplicationJob", "variableName" : "replicationJob", "variableType" : "ReplicationJob", "documentation" : null, "simpleType" : "ReplicationJob", "variableSetterType" : "ReplicationJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationJob", "variableName" : "replicationJob", "variableType" : "ReplicationJob", "documentation" : "

Information about the replication job.

", "simpleType" : "ReplicationJob", "variableSetterType" : "ReplicationJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getReplicationRunList", "beanStyleSetterMethodName" : "setReplicationRunList", "c2jName" : "replicationRunList", "c2jShape" : "ReplicationRunList", "defaultConsumerFluentSetterDocumentation" : "

Information about the replication runs.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationRunList(List)}.\n@param replicationRunList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationRunList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the replication runs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationRunList()} to see if a value was sent in this field.\n

\n@return Information about the replication runs.\n@deprecated Use {@link #replicationRunList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationRunList(List)}\n", "documentation" : "

Information about the replication runs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationRunList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationRunList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationRunList", "fluentSetterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationRunList", "getterDocumentation" : "

Information about the replication runs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationRunList()} to see if a value was sent in this field.\n

\n@return Information about the replication runs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationRunList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationRunList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationRun", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationRun.Builder} avoiding the need to create one manually via {@link ReplicationRun#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationRun.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationRun)}.\n@param member a consumer that will call methods on {@link ReplicationRun.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationRun)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ReplicationRun)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReplicationRun", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationRun", "variableName" : "member", "variableType" : "ReplicationRun", "documentation" : null, "simpleType" : "ReplicationRun", "variableSetterType" : "ReplicationRun" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationRun", "variableName" : "member", "variableType" : "ReplicationRun", "documentation" : "", "simpleType" : "ReplicationRun", "variableSetterType" : "ReplicationRun" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationRun", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationRun", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationRunList", "sensitive" : false, "setterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.", "setterMethodName" : "setReplicationRunList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationRunList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationRunList", "variableType" : "java.util.List", "documentation" : "

Information about the replication runs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplicationJob" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJob", "beanStyleSetterMethodName" : "setReplicationJob", "c2jName" : "replicationJob", "c2jShape" : "ReplicationJob", "defaultConsumerFluentSetterDocumentation" : "

Information about the replication job.

\nThis is a convenience that creates an instance of the {@link ReplicationJob.Builder} avoiding the need to create one manually via {@link ReplicationJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationJob.Builder#build()} is called immediately and its result is passed to {@link #replicationJob(ReplicationJob)}.\n@param replicationJob a consumer that will call methods on {@link ReplicationJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJob(ReplicationJob)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the replication job.

\n@return Information about the replication job.\n@deprecated Use {@link #replicationJob()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the replication job.

\n@param replicationJob Information about the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJob(ReplicationJob)}\n", "documentation" : "

Information about the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJob", "fluentSetterDocumentation" : "

Information about the replication job.

\n@param replicationJob Information about the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJob", "getterDocumentation" : "

Information about the replication job.

\n@return Information about the replication job.", "getterModel" : { "returnType" : "ReplicationJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationJob", "sensitive" : false, "setterDocumentation" : "

Information about the replication job.

\n@param replicationJob Information about the replication job.", "setterMethodName" : "setReplicationJob", "setterModel" : { "variableDeclarationType" : "ReplicationJob", "variableName" : "replicationJob", "variableType" : "ReplicationJob", "documentation" : null, "simpleType" : "ReplicationJob", "variableSetterType" : "ReplicationJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationJob", "variableName" : "replicationJob", "variableType" : "ReplicationJob", "documentation" : "

Information about the replication job.

", "simpleType" : "ReplicationJob", "variableSetterType" : "ReplicationJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplicationRunList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getReplicationRunList", "beanStyleSetterMethodName" : "setReplicationRunList", "c2jName" : "replicationRunList", "c2jShape" : "ReplicationRunList", "defaultConsumerFluentSetterDocumentation" : "

Information about the replication runs.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationRunList(List)}.\n@param replicationRunList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationRunList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the replication runs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationRunList()} to see if a value was sent in this field.\n

\n@return Information about the replication runs.\n@deprecated Use {@link #replicationRunList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationRunList(List)}\n", "documentation" : "

Information about the replication runs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationRunList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationRunList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationRunList", "fluentSetterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationRunList", "getterDocumentation" : "

Information about the replication runs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationRunList()} to see if a value was sent in this field.\n

\n@return Information about the replication runs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationRunList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationRunList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationRun", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationRun.Builder} avoiding the need to create one manually via {@link ReplicationRun#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationRun.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationRun)}.\n@param member a consumer that will call methods on {@link ReplicationRun.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationRun)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ReplicationRun)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReplicationRun", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationRun", "variableName" : "member", "variableType" : "ReplicationRun", "documentation" : null, "simpleType" : "ReplicationRun", "variableSetterType" : "ReplicationRun" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationRun", "variableName" : "member", "variableType" : "ReplicationRun", "documentation" : "", "simpleType" : "ReplicationRun", "variableSetterType" : "ReplicationRun" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationRun", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationRun", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationRunList", "sensitive" : false, "setterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.", "setterMethodName" : "setReplicationRunList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationRunList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationRunList", "variableType" : "java.util.List", "documentation" : "

Information about the replication runs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJob", "beanStyleSetterMethodName" : "setReplicationJob", "c2jName" : "replicationJob", "c2jShape" : "ReplicationJob", "defaultConsumerFluentSetterDocumentation" : "

Information about the replication job.

\nThis is a convenience that creates an instance of the {@link ReplicationJob.Builder} avoiding the need to create one manually via {@link ReplicationJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationJob.Builder#build()} is called immediately and its result is passed to {@link #replicationJob(ReplicationJob)}.\n@param replicationJob a consumer that will call methods on {@link ReplicationJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJob(ReplicationJob)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the replication job.

\n@return Information about the replication job.\n@deprecated Use {@link #replicationJob()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the replication job.

\n@param replicationJob Information about the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJob(ReplicationJob)}\n", "documentation" : "

Information about the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJob", "fluentSetterDocumentation" : "

Information about the replication job.

\n@param replicationJob Information about the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJob", "getterDocumentation" : "

Information about the replication job.

\n@return Information about the replication job.", "getterModel" : { "returnType" : "ReplicationJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ReplicationJob", "sensitive" : false, "setterDocumentation" : "

Information about the replication job.

\n@param replicationJob Information about the replication job.", "setterMethodName" : "setReplicationJob", "setterModel" : { "variableDeclarationType" : "ReplicationJob", "variableName" : "replicationJob", "variableType" : "ReplicationJob", "documentation" : null, "simpleType" : "ReplicationJob", "variableSetterType" : "ReplicationJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationJob", "variableName" : "replicationJob", "variableType" : "ReplicationJob", "documentation" : "

Information about the replication job.

", "simpleType" : "ReplicationJob", "variableSetterType" : "ReplicationJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getReplicationRunList", "beanStyleSetterMethodName" : "setReplicationRunList", "c2jName" : "replicationRunList", "c2jShape" : "ReplicationRunList", "defaultConsumerFluentSetterDocumentation" : "

Information about the replication runs.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationRunList(List)}.\n@param replicationRunList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationRunList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the replication runs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationRunList()} to see if a value was sent in this field.\n

\n@return Information about the replication runs.\n@deprecated Use {@link #replicationRunList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationRunList(List)}\n", "documentation" : "

Information about the replication runs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationRunList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationRunList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationRunList", "fluentSetterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationRunList", "getterDocumentation" : "

Information about the replication runs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationRunList()} to see if a value was sent in this field.\n

\n@return Information about the replication runs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationRunList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationRunList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationRun", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationRun.Builder} avoiding the need to create one manually via {@link ReplicationRun#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationRun.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationRun)}.\n@param member a consumer that will call methods on {@link ReplicationRun.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationRun)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ReplicationRun)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReplicationRun", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationRun", "variableName" : "member", "variableType" : "ReplicationRun", "documentation" : null, "simpleType" : "ReplicationRun", "variableSetterType" : "ReplicationRun" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationRun", "variableName" : "member", "variableType" : "ReplicationRun", "documentation" : "", "simpleType" : "ReplicationRun", "variableSetterType" : "ReplicationRun" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationRun", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationRun", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationRunList", "sensitive" : false, "setterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.", "setterMethodName" : "setReplicationRunList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationRunList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationRunList", "variableType" : "java.util.List", "documentation" : "

Information about the replication runs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetReplicationRunsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetReplicationRunsResponse", "variableName" : "getReplicationRunsResponse", "variableType" : "GetReplicationRunsResponse", "documentation" : null, "simpleType" : "GetReplicationRunsResponse", "variableSetterType" : "GetReplicationRunsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetServersRequest" : { "c2jName" : "GetServersRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetServers", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.GetServers", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getVmServerAddressList", "beanStyleSetterMethodName" : "setVmServerAddressList", "c2jName" : "vmServerAddressList", "c2jShape" : "VmServerAddressList", "defaultConsumerFluentSetterDocumentation" : "

List of VmServerAddress objects

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vmServerAddressList(List)}.\n@param vmServerAddressList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmServerAddressList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of VmServerAddress objects

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasVmServerAddressList()} to see if a value was sent in this field.\n

\n@return List of VmServerAddress objects\n@deprecated Use {@link #vmServerAddressList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of VmServerAddress objects

\n@param vmServerAddressList List of VmServerAddress objects\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmServerAddressList(List)}\n", "documentation" : "

List of VmServerAddress objects

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmServerAddressList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmServerAddressList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmServerAddressList", "fluentSetterDocumentation" : "

List of VmServerAddress objects

\n@param vmServerAddressList List of VmServerAddress objects\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmServerAddressList", "getterDocumentation" : "

List of VmServerAddress objects

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasVmServerAddressList()} to see if a value was sent in this field.\n

\n@return List of VmServerAddress objects", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmServerAddressList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmServerAddressList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VmServerAddress", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VmServerAddress.Builder} avoiding the need to create one manually via {@link VmServerAddress#builder()}.\n\nWhen the {@link Consumer} completes, {@link VmServerAddress.Builder#build()} is called immediately and its result is passed to {@link #member(VmServerAddress)}.\n@param member a consumer that will call methods on {@link VmServerAddress.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VmServerAddress)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(VmServerAddress)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "VmServerAddress", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "VmServerAddress", "variableName" : "member", "variableType" : "VmServerAddress", "documentation" : null, "simpleType" : "VmServerAddress", "variableSetterType" : "VmServerAddress" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VmServerAddress", "variableName" : "member", "variableType" : "VmServerAddress", "documentation" : "", "simpleType" : "VmServerAddress", "variableSetterType" : "VmServerAddress" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VmServerAddress", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "VmServerAddress", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "VmServerAddressList", "sensitive" : false, "setterDocumentation" : "

List of VmServerAddress objects

\n@param vmServerAddressList List of VmServerAddress objects", "setterMethodName" : "setVmServerAddressList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vmServerAddressList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vmServerAddressList", "variableType" : "java.util.List", "documentation" : "

List of VmServerAddress objects

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VmServerAddressList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getVmServerAddressList", "beanStyleSetterMethodName" : "setVmServerAddressList", "c2jName" : "vmServerAddressList", "c2jShape" : "VmServerAddressList", "defaultConsumerFluentSetterDocumentation" : "

List of VmServerAddress objects

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vmServerAddressList(List)}.\n@param vmServerAddressList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmServerAddressList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of VmServerAddress objects

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasVmServerAddressList()} to see if a value was sent in this field.\n

\n@return List of VmServerAddress objects\n@deprecated Use {@link #vmServerAddressList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of VmServerAddress objects

\n@param vmServerAddressList List of VmServerAddress objects\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmServerAddressList(List)}\n", "documentation" : "

List of VmServerAddress objects

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmServerAddressList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmServerAddressList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmServerAddressList", "fluentSetterDocumentation" : "

List of VmServerAddress objects

\n@param vmServerAddressList List of VmServerAddress objects\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmServerAddressList", "getterDocumentation" : "

List of VmServerAddress objects

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasVmServerAddressList()} to see if a value was sent in this field.\n

\n@return List of VmServerAddress objects", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmServerAddressList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmServerAddressList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VmServerAddress", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VmServerAddress.Builder} avoiding the need to create one manually via {@link VmServerAddress#builder()}.\n\nWhen the {@link Consumer} completes, {@link VmServerAddress.Builder#build()} is called immediately and its result is passed to {@link #member(VmServerAddress)}.\n@param member a consumer that will call methods on {@link VmServerAddress.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VmServerAddress)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(VmServerAddress)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "VmServerAddress", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "VmServerAddress", "variableName" : "member", "variableType" : "VmServerAddress", "documentation" : null, "simpleType" : "VmServerAddress", "variableSetterType" : "VmServerAddress" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VmServerAddress", "variableName" : "member", "variableType" : "VmServerAddress", "documentation" : "", "simpleType" : "VmServerAddress", "variableSetterType" : "VmServerAddress" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VmServerAddress", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "VmServerAddress", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "VmServerAddressList", "sensitive" : false, "setterDocumentation" : "

List of VmServerAddress objects

\n@param vmServerAddressList List of VmServerAddress objects", "setterMethodName" : "setVmServerAddressList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vmServerAddressList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vmServerAddressList", "variableType" : "java.util.List", "documentation" : "

List of VmServerAddress objects

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getVmServerAddressList", "beanStyleSetterMethodName" : "setVmServerAddressList", "c2jName" : "vmServerAddressList", "c2jShape" : "VmServerAddressList", "defaultConsumerFluentSetterDocumentation" : "

List of VmServerAddress objects

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vmServerAddressList(List)}.\n@param vmServerAddressList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmServerAddressList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of VmServerAddress objects

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasVmServerAddressList()} to see if a value was sent in this field.\n

\n@return List of VmServerAddress objects\n@deprecated Use {@link #vmServerAddressList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of VmServerAddress objects

\n@param vmServerAddressList List of VmServerAddress objects\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmServerAddressList(List)}\n", "documentation" : "

List of VmServerAddress objects

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmServerAddressList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmServerAddressList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmServerAddressList", "fluentSetterDocumentation" : "

List of VmServerAddress objects

\n@param vmServerAddressList List of VmServerAddress objects\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmServerAddressList", "getterDocumentation" : "

List of VmServerAddress objects

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasVmServerAddressList()} to see if a value was sent in this field.\n

\n@return List of VmServerAddress objects", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmServerAddressList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmServerAddressList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VmServerAddress", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VmServerAddress.Builder} avoiding the need to create one manually via {@link VmServerAddress#builder()}.\n\nWhen the {@link Consumer} completes, {@link VmServerAddress.Builder#build()} is called immediately and its result is passed to {@link #member(VmServerAddress)}.\n@param member a consumer that will call methods on {@link VmServerAddress.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VmServerAddress)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(VmServerAddress)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "VmServerAddress", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "VmServerAddress", "variableName" : "member", "variableType" : "VmServerAddress", "documentation" : null, "simpleType" : "VmServerAddress", "variableSetterType" : "VmServerAddress" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VmServerAddress", "variableName" : "member", "variableType" : "VmServerAddress", "documentation" : "", "simpleType" : "VmServerAddress", "variableSetterType" : "VmServerAddress" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VmServerAddress", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "VmServerAddress", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "VmServerAddressList", "sensitive" : false, "setterDocumentation" : "

List of VmServerAddress objects

\n@param vmServerAddressList List of VmServerAddress objects", "setterMethodName" : "setVmServerAddressList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vmServerAddressList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vmServerAddressList", "variableType" : "java.util.List", "documentation" : "

List of VmServerAddress objects

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetServersRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetServersRequest", "variableName" : "getServersRequest", "variableType" : "GetServersRequest", "documentation" : null, "simpleType" : "GetServersRequest", "variableSetterType" : "GetServersRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetServersResponse" : { "c2jName" : "GetServersResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedOn", "beanStyleSetterMethodName" : "setLastModifiedOn", "c2jName" : "lastModifiedOn", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time when the server was last modified.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedOn(Instant)}.\n@param lastModifiedOn a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedOn(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time when the server was last modified.

\n@return The time when the server was last modified.\n@deprecated Use {@link #lastModifiedOn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time when the server was last modified.

\n@param lastModifiedOn The time when the server was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedOn(Instant)}\n", "documentation" : "

The time when the server was last modified.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedOn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedOn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedOn", "fluentSetterDocumentation" : "

The time when the server was last modified.

\n@param lastModifiedOn The time when the server was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedOn", "getterDocumentation" : "

The time when the server was last modified.

\n@return The time when the server was last modified.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastModifiedOn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastModifiedOn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedOn", "sensitive" : false, "setterDocumentation" : "

The time when the server was last modified.

\n@param lastModifiedOn The time when the server was last modified.", "setterMethodName" : "setLastModifiedOn", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedOn", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedOn", "variableType" : "java.time.Instant", "documentation" : "

The time when the server was last modified.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerCatalogStatus", "beanStyleSetterMethodName" : "setServerCatalogStatus", "c2jName" : "serverCatalogStatus", "c2jShape" : "ServerCatalogStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the server catalog.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverCatalogStatusAsString(String)}.\n@param serverCatalogStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverCatalogStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the server catalog.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverCatalogStatus} will return {@link ServerCatalogStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverCatalogStatusAsString}.\n

\n@return The status of the server catalog.\n@see ServerCatalogStatus\n@deprecated Use {@link #serverCatalogStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the server catalog.

\n@param serverCatalogStatus The status of the server catalog.\n@see ServerCatalogStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerCatalogStatus\n@deprecated Use {@link #serverCatalogStatus(String)}\n", "documentation" : "

The status of the server catalog.

", "endpointDiscoveryId" : false, "enumType" : "ServerCatalogStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerCatalogStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerCatalogStatus", "fluentEnumGetterMethodName" : "serverCatalogStatus", "fluentEnumSetterMethodName" : "serverCatalogStatus", "fluentGetterMethodName" : "serverCatalogStatusAsString", "fluentSetterDocumentation" : "

The status of the server catalog.

\n@param serverCatalogStatus The status of the server catalog.\n@see ServerCatalogStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerCatalogStatus", "fluentSetterMethodName" : "serverCatalogStatus", "getterDocumentation" : "

The status of the server catalog.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverCatalogStatus} will return {@link ServerCatalogStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverCatalogStatusAsString}.\n

\n@return The status of the server catalog.\n@see ServerCatalogStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverCatalogStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverCatalogStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerCatalogStatus", "sensitive" : false, "setterDocumentation" : "

The status of the server catalog.

\n@param serverCatalogStatus The status of the server catalog.\n@see ServerCatalogStatus", "setterMethodName" : "setServerCatalogStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverCatalogStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverCatalogStatus", "variableType" : "String", "documentation" : "

The status of the server catalog.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerList", "beanStyleSetterMethodName" : "setServerList", "c2jName" : "serverList", "c2jShape" : "ServerList", "defaultConsumerFluentSetterDocumentation" : "

Information about the servers.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverList(List)}.\n@param serverList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the servers.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerList()} to see if a value was sent in this field.\n

\n@return Information about the servers.\n@deprecated Use {@link #serverList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the servers.

\n@param serverList Information about the servers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverList(List)}\n", "documentation" : "

Information about the servers.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverList", "fluentSetterDocumentation" : "

Information about the servers.

\n@param serverList Information about the servers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverList", "getterDocumentation" : "

Information about the servers.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerList()} to see if a value was sent in this field.\n

\n@return Information about the servers.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Server", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Server.Builder} avoiding the need to create one manually via {@link Server#builder()}.\n\nWhen the {@link Consumer} completes, {@link Server.Builder#build()} is called immediately and its result is passed to {@link #member(Server)}.\n@param member a consumer that will call methods on {@link Server.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Server)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Server)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Server", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Server", "variableName" : "member", "variableType" : "Server", "documentation" : null, "simpleType" : "Server", "variableSetterType" : "Server" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Server", "variableName" : "member", "variableType" : "Server", "documentation" : "", "simpleType" : "Server", "variableSetterType" : "Server" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Server", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Server", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerList", "sensitive" : false, "setterDocumentation" : "

Information about the servers.

\n@param serverList Information about the servers.", "setterMethodName" : "setServerList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverList", "variableType" : "java.util.List", "documentation" : "

Information about the servers.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LastModifiedOn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedOn", "beanStyleSetterMethodName" : "setLastModifiedOn", "c2jName" : "lastModifiedOn", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time when the server was last modified.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedOn(Instant)}.\n@param lastModifiedOn a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedOn(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time when the server was last modified.

\n@return The time when the server was last modified.\n@deprecated Use {@link #lastModifiedOn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time when the server was last modified.

\n@param lastModifiedOn The time when the server was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedOn(Instant)}\n", "documentation" : "

The time when the server was last modified.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedOn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedOn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedOn", "fluentSetterDocumentation" : "

The time when the server was last modified.

\n@param lastModifiedOn The time when the server was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedOn", "getterDocumentation" : "

The time when the server was last modified.

\n@return The time when the server was last modified.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastModifiedOn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastModifiedOn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedOn", "sensitive" : false, "setterDocumentation" : "

The time when the server was last modified.

\n@param lastModifiedOn The time when the server was last modified.", "setterMethodName" : "setLastModifiedOn", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedOn", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedOn", "variableType" : "java.time.Instant", "documentation" : "

The time when the server was last modified.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerCatalogStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerCatalogStatus", "beanStyleSetterMethodName" : "setServerCatalogStatus", "c2jName" : "serverCatalogStatus", "c2jShape" : "ServerCatalogStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the server catalog.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverCatalogStatusAsString(String)}.\n@param serverCatalogStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverCatalogStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the server catalog.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverCatalogStatus} will return {@link ServerCatalogStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverCatalogStatusAsString}.\n

\n@return The status of the server catalog.\n@see ServerCatalogStatus\n@deprecated Use {@link #serverCatalogStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the server catalog.

\n@param serverCatalogStatus The status of the server catalog.\n@see ServerCatalogStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerCatalogStatus\n@deprecated Use {@link #serverCatalogStatus(String)}\n", "documentation" : "

The status of the server catalog.

", "endpointDiscoveryId" : false, "enumType" : "ServerCatalogStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerCatalogStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerCatalogStatus", "fluentEnumGetterMethodName" : "serverCatalogStatus", "fluentEnumSetterMethodName" : "serverCatalogStatus", "fluentGetterMethodName" : "serverCatalogStatusAsString", "fluentSetterDocumentation" : "

The status of the server catalog.

\n@param serverCatalogStatus The status of the server catalog.\n@see ServerCatalogStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerCatalogStatus", "fluentSetterMethodName" : "serverCatalogStatus", "getterDocumentation" : "

The status of the server catalog.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverCatalogStatus} will return {@link ServerCatalogStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverCatalogStatusAsString}.\n

\n@return The status of the server catalog.\n@see ServerCatalogStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverCatalogStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverCatalogStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerCatalogStatus", "sensitive" : false, "setterDocumentation" : "

The status of the server catalog.

\n@param serverCatalogStatus The status of the server catalog.\n@see ServerCatalogStatus", "setterMethodName" : "setServerCatalogStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverCatalogStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverCatalogStatus", "variableType" : "String", "documentation" : "

The status of the server catalog.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerList", "beanStyleSetterMethodName" : "setServerList", "c2jName" : "serverList", "c2jShape" : "ServerList", "defaultConsumerFluentSetterDocumentation" : "

Information about the servers.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverList(List)}.\n@param serverList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the servers.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerList()} to see if a value was sent in this field.\n

\n@return Information about the servers.\n@deprecated Use {@link #serverList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the servers.

\n@param serverList Information about the servers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverList(List)}\n", "documentation" : "

Information about the servers.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverList", "fluentSetterDocumentation" : "

Information about the servers.

\n@param serverList Information about the servers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverList", "getterDocumentation" : "

Information about the servers.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerList()} to see if a value was sent in this field.\n

\n@return Information about the servers.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Server", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Server.Builder} avoiding the need to create one manually via {@link Server#builder()}.\n\nWhen the {@link Consumer} completes, {@link Server.Builder#build()} is called immediately and its result is passed to {@link #member(Server)}.\n@param member a consumer that will call methods on {@link Server.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Server)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Server)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Server", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Server", "variableName" : "member", "variableType" : "Server", "documentation" : null, "simpleType" : "Server", "variableSetterType" : "Server" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Server", "variableName" : "member", "variableType" : "Server", "documentation" : "", "simpleType" : "Server", "variableSetterType" : "Server" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Server", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Server", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerList", "sensitive" : false, "setterDocumentation" : "

Information about the servers.

\n@param serverList Information about the servers.", "setterMethodName" : "setServerList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverList", "variableType" : "java.util.List", "documentation" : "

Information about the servers.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedOn", "beanStyleSetterMethodName" : "setLastModifiedOn", "c2jName" : "lastModifiedOn", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time when the server was last modified.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedOn(Instant)}.\n@param lastModifiedOn a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedOn(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time when the server was last modified.

\n@return The time when the server was last modified.\n@deprecated Use {@link #lastModifiedOn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time when the server was last modified.

\n@param lastModifiedOn The time when the server was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedOn(Instant)}\n", "documentation" : "

The time when the server was last modified.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedOn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedOn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedOn", "fluentSetterDocumentation" : "

The time when the server was last modified.

\n@param lastModifiedOn The time when the server was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedOn", "getterDocumentation" : "

The time when the server was last modified.

\n@return The time when the server was last modified.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastModifiedOn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastModifiedOn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedOn", "sensitive" : false, "setterDocumentation" : "

The time when the server was last modified.

\n@param lastModifiedOn The time when the server was last modified.", "setterMethodName" : "setLastModifiedOn", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedOn", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedOn", "variableType" : "java.time.Instant", "documentation" : "

The time when the server was last modified.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerCatalogStatus", "beanStyleSetterMethodName" : "setServerCatalogStatus", "c2jName" : "serverCatalogStatus", "c2jShape" : "ServerCatalogStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the server catalog.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverCatalogStatusAsString(String)}.\n@param serverCatalogStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverCatalogStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the server catalog.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverCatalogStatus} will return {@link ServerCatalogStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverCatalogStatusAsString}.\n

\n@return The status of the server catalog.\n@see ServerCatalogStatus\n@deprecated Use {@link #serverCatalogStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the server catalog.

\n@param serverCatalogStatus The status of the server catalog.\n@see ServerCatalogStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerCatalogStatus\n@deprecated Use {@link #serverCatalogStatus(String)}\n", "documentation" : "

The status of the server catalog.

", "endpointDiscoveryId" : false, "enumType" : "ServerCatalogStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerCatalogStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerCatalogStatus", "fluentEnumGetterMethodName" : "serverCatalogStatus", "fluentEnumSetterMethodName" : "serverCatalogStatus", "fluentGetterMethodName" : "serverCatalogStatusAsString", "fluentSetterDocumentation" : "

The status of the server catalog.

\n@param serverCatalogStatus The status of the server catalog.\n@see ServerCatalogStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerCatalogStatus", "fluentSetterMethodName" : "serverCatalogStatus", "getterDocumentation" : "

The status of the server catalog.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverCatalogStatus} will return {@link ServerCatalogStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverCatalogStatusAsString}.\n

\n@return The status of the server catalog.\n@see ServerCatalogStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverCatalogStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverCatalogStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerCatalogStatus", "sensitive" : false, "setterDocumentation" : "

The status of the server catalog.

\n@param serverCatalogStatus The status of the server catalog.\n@see ServerCatalogStatus", "setterMethodName" : "setServerCatalogStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverCatalogStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverCatalogStatus", "variableType" : "String", "documentation" : "

The status of the server catalog.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerList", "beanStyleSetterMethodName" : "setServerList", "c2jName" : "serverList", "c2jShape" : "ServerList", "defaultConsumerFluentSetterDocumentation" : "

Information about the servers.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverList(List)}.\n@param serverList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the servers.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerList()} to see if a value was sent in this field.\n

\n@return Information about the servers.\n@deprecated Use {@link #serverList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the servers.

\n@param serverList Information about the servers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverList(List)}\n", "documentation" : "

Information about the servers.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverList", "fluentSetterDocumentation" : "

Information about the servers.

\n@param serverList Information about the servers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverList", "getterDocumentation" : "

Information about the servers.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerList()} to see if a value was sent in this field.\n

\n@return Information about the servers.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Server", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Server.Builder} avoiding the need to create one manually via {@link Server#builder()}.\n\nWhen the {@link Consumer} completes, {@link Server.Builder#build()} is called immediately and its result is passed to {@link #member(Server)}.\n@param member a consumer that will call methods on {@link Server.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Server)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Server)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Server", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Server", "variableName" : "member", "variableType" : "Server", "documentation" : null, "simpleType" : "Server", "variableSetterType" : "Server" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Server", "variableName" : "member", "variableType" : "Server", "documentation" : "", "simpleType" : "Server", "variableSetterType" : "Server" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Server", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Server", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerList", "sensitive" : false, "setterDocumentation" : "

Information about the servers.

\n@param serverList Information about the servers.", "setterMethodName" : "setServerList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverList", "variableType" : "java.util.List", "documentation" : "

Information about the servers.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetServersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetServersResponse", "variableName" : "getServersResponse", "variableType" : "GetServersResponse", "documentation" : null, "simpleType" : "GetServersResponse", "variableSetterType" : "GetServersResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ImportServerCatalogRequest" : { "c2jName" : "ImportServerCatalogRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ImportServerCatalog", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.ImportServerCatalog", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ImportServerCatalogRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ImportServerCatalogRequest", "variableName" : "importServerCatalogRequest", "variableType" : "ImportServerCatalogRequest", "documentation" : null, "simpleType" : "ImportServerCatalogRequest", "variableSetterType" : "ImportServerCatalogRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ImportServerCatalogResponse" : { "c2jName" : "ImportServerCatalogResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ImportServerCatalogResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImportServerCatalogResponse", "variableName" : "importServerCatalogResponse", "variableType" : "ImportServerCatalogResponse", "documentation" : null, "simpleType" : "ImportServerCatalogResponse", "variableSetterType" : "ImportServerCatalogResponse" }, "wrapper" : false, "xmlNamespace" : null }, "InternalErrorException" : { "c2jName" : "InternalError", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An internal error occurred.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InternalError", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InternalErrorException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalErrorException", "variableName" : "internalErrorException", "variableType" : "InternalErrorException", "documentation" : null, "simpleType" : "InternalErrorException", "variableSetterType" : "InternalErrorException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidParameterException" : { "c2jName" : "InvalidParameterException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A specified parameter is not valid.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidParameterException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidParameterException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidParameterException", "variableName" : "invalidParameterException", "variableType" : "InvalidParameterException", "documentation" : null, "simpleType" : "InvalidParameterException", "variableSetterType" : "InvalidParameterException" }, "wrapper" : false, "xmlNamespace" : null }, "LaunchAppRequest" : { "c2jName" : "LaunchAppRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "LaunchApp", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.LaunchApp", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to launch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to launch.

\n@return ID of the application to launch.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to launch.

\n@param appId ID of the application to launch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to launch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to launch.

\n@param appId ID of the application to launch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to launch.

\n@return ID of the application to launch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to launch.

\n@param appId ID of the application to launch.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to launch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to launch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to launch.

\n@return ID of the application to launch.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to launch.

\n@param appId ID of the application to launch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to launch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to launch.

\n@param appId ID of the application to launch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to launch.

\n@return ID of the application to launch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to launch.

\n@param appId ID of the application to launch.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to launch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to launch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to launch.

\n@return ID of the application to launch.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to launch.

\n@param appId ID of the application to launch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to launch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to launch.

\n@param appId ID of the application to launch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to launch.

\n@return ID of the application to launch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to launch.

\n@param appId ID of the application to launch.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to launch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LaunchAppRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LaunchAppRequest", "variableName" : "launchAppRequest", "variableType" : "LaunchAppRequest", "documentation" : null, "simpleType" : "LaunchAppRequest", "variableSetterType" : "LaunchAppRequest" }, "wrapper" : false, "xmlNamespace" : null }, "LaunchAppResponse" : { "c2jName" : "LaunchAppResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LaunchAppResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LaunchAppResponse", "variableName" : "launchAppResponse", "variableType" : "LaunchAppResponse", "documentation" : null, "simpleType" : "LaunchAppResponse", "variableSetterType" : "LaunchAppResponse" }, "wrapper" : false, "xmlNamespace" : null }, "LaunchDetails" : { "c2jName" : "LaunchDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Details about the latest launch of an application.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLatestLaunchTime", "beanStyleSetterMethodName" : "setLatestLaunchTime", "c2jName" : "latestLaunchTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Latest time this application was launched successfully.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #latestLaunchTime(Instant)}.\n@param latestLaunchTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latestLaunchTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Latest time this application was launched successfully.

\n@return Latest time this application was launched successfully.\n@deprecated Use {@link #latestLaunchTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Latest time this application was launched successfully.

\n@param latestLaunchTime Latest time this application was launched successfully.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #latestLaunchTime(Instant)}\n", "documentation" : "

Latest time this application was launched successfully.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LatestLaunchTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLatestLaunchTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "latestLaunchTime", "fluentSetterDocumentation" : "

Latest time this application was launched successfully.

\n@param latestLaunchTime Latest time this application was launched successfully.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "latestLaunchTime", "getterDocumentation" : "

Latest time this application was launched successfully.

\n@return Latest time this application was launched successfully.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "latestLaunchTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "latestLaunchTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LatestLaunchTime", "sensitive" : false, "setterDocumentation" : "

Latest time this application was launched successfully.

\n@param latestLaunchTime Latest time this application was launched successfully.", "setterMethodName" : "setLatestLaunchTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "latestLaunchTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "latestLaunchTime", "variableType" : "java.time.Instant", "documentation" : "

Latest time this application was launched successfully.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStackName", "beanStyleSetterMethodName" : "setStackName", "c2jName" : "stackName", "c2jShape" : "StackName", "defaultConsumerFluentSetterDocumentation" : "

Name of the latest stack launched for this application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stackName(String)}.\n@param stackName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stackName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the latest stack launched for this application.

\n@return Name of the latest stack launched for this application.\n@deprecated Use {@link #stackName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the latest stack launched for this application.

\n@param stackName Name of the latest stack launched for this application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stackName(String)}\n", "documentation" : "

Name of the latest stack launched for this application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StackName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStackName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stackName", "fluentSetterDocumentation" : "

Name of the latest stack launched for this application.

\n@param stackName Name of the latest stack launched for this application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stackName", "getterDocumentation" : "

Name of the latest stack launched for this application.

\n@return Name of the latest stack launched for this application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stackName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StackName", "sensitive" : false, "setterDocumentation" : "

Name of the latest stack launched for this application.

\n@param stackName Name of the latest stack launched for this application.", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

Name of the latest stack launched for this application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStackId", "beanStyleSetterMethodName" : "setStackId", "c2jName" : "stackId", "c2jShape" : "StackId", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the latest stack launched for this application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stackId(String)}.\n@param stackId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stackId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the latest stack launched for this application.

\n@return Identifier of the latest stack launched for this application.\n@deprecated Use {@link #stackId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the latest stack launched for this application.

\n@param stackId Identifier of the latest stack launched for this application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stackId(String)}\n", "documentation" : "

Identifier of the latest stack launched for this application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StackId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStackId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stackId", "fluentSetterDocumentation" : "

Identifier of the latest stack launched for this application.

\n@param stackId Identifier of the latest stack launched for this application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stackId", "getterDocumentation" : "

Identifier of the latest stack launched for this application.

\n@return Identifier of the latest stack launched for this application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stackId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stackId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StackId", "sensitive" : false, "setterDocumentation" : "

Identifier of the latest stack launched for this application.

\n@param stackId Identifier of the latest stack launched for this application.", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

Identifier of the latest stack launched for this application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LatestLaunchTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLatestLaunchTime", "beanStyleSetterMethodName" : "setLatestLaunchTime", "c2jName" : "latestLaunchTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Latest time this application was launched successfully.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #latestLaunchTime(Instant)}.\n@param latestLaunchTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latestLaunchTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Latest time this application was launched successfully.

\n@return Latest time this application was launched successfully.\n@deprecated Use {@link #latestLaunchTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Latest time this application was launched successfully.

\n@param latestLaunchTime Latest time this application was launched successfully.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #latestLaunchTime(Instant)}\n", "documentation" : "

Latest time this application was launched successfully.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LatestLaunchTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLatestLaunchTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "latestLaunchTime", "fluentSetterDocumentation" : "

Latest time this application was launched successfully.

\n@param latestLaunchTime Latest time this application was launched successfully.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "latestLaunchTime", "getterDocumentation" : "

Latest time this application was launched successfully.

\n@return Latest time this application was launched successfully.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "latestLaunchTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "latestLaunchTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LatestLaunchTime", "sensitive" : false, "setterDocumentation" : "

Latest time this application was launched successfully.

\n@param latestLaunchTime Latest time this application was launched successfully.", "setterMethodName" : "setLatestLaunchTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "latestLaunchTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "latestLaunchTime", "variableType" : "java.time.Instant", "documentation" : "

Latest time this application was launched successfully.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StackId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStackId", "beanStyleSetterMethodName" : "setStackId", "c2jName" : "stackId", "c2jShape" : "StackId", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the latest stack launched for this application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stackId(String)}.\n@param stackId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stackId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the latest stack launched for this application.

\n@return Identifier of the latest stack launched for this application.\n@deprecated Use {@link #stackId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the latest stack launched for this application.

\n@param stackId Identifier of the latest stack launched for this application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stackId(String)}\n", "documentation" : "

Identifier of the latest stack launched for this application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StackId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStackId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stackId", "fluentSetterDocumentation" : "

Identifier of the latest stack launched for this application.

\n@param stackId Identifier of the latest stack launched for this application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stackId", "getterDocumentation" : "

Identifier of the latest stack launched for this application.

\n@return Identifier of the latest stack launched for this application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stackId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stackId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StackId", "sensitive" : false, "setterDocumentation" : "

Identifier of the latest stack launched for this application.

\n@param stackId Identifier of the latest stack launched for this application.", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

Identifier of the latest stack launched for this application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StackName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStackName", "beanStyleSetterMethodName" : "setStackName", "c2jName" : "stackName", "c2jShape" : "StackName", "defaultConsumerFluentSetterDocumentation" : "

Name of the latest stack launched for this application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stackName(String)}.\n@param stackName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stackName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the latest stack launched for this application.

\n@return Name of the latest stack launched for this application.\n@deprecated Use {@link #stackName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the latest stack launched for this application.

\n@param stackName Name of the latest stack launched for this application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stackName(String)}\n", "documentation" : "

Name of the latest stack launched for this application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StackName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStackName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stackName", "fluentSetterDocumentation" : "

Name of the latest stack launched for this application.

\n@param stackName Name of the latest stack launched for this application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stackName", "getterDocumentation" : "

Name of the latest stack launched for this application.

\n@return Name of the latest stack launched for this application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stackName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StackName", "sensitive" : false, "setterDocumentation" : "

Name of the latest stack launched for this application.

\n@param stackName Name of the latest stack launched for this application.", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

Name of the latest stack launched for this application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLatestLaunchTime", "beanStyleSetterMethodName" : "setLatestLaunchTime", "c2jName" : "latestLaunchTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Latest time this application was launched successfully.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #latestLaunchTime(Instant)}.\n@param latestLaunchTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latestLaunchTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Latest time this application was launched successfully.

\n@return Latest time this application was launched successfully.\n@deprecated Use {@link #latestLaunchTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Latest time this application was launched successfully.

\n@param latestLaunchTime Latest time this application was launched successfully.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #latestLaunchTime(Instant)}\n", "documentation" : "

Latest time this application was launched successfully.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LatestLaunchTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLatestLaunchTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "latestLaunchTime", "fluentSetterDocumentation" : "

Latest time this application was launched successfully.

\n@param latestLaunchTime Latest time this application was launched successfully.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "latestLaunchTime", "getterDocumentation" : "

Latest time this application was launched successfully.

\n@return Latest time this application was launched successfully.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "latestLaunchTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "latestLaunchTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LatestLaunchTime", "sensitive" : false, "setterDocumentation" : "

Latest time this application was launched successfully.

\n@param latestLaunchTime Latest time this application was launched successfully.", "setterMethodName" : "setLatestLaunchTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "latestLaunchTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "latestLaunchTime", "variableType" : "java.time.Instant", "documentation" : "

Latest time this application was launched successfully.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStackName", "beanStyleSetterMethodName" : "setStackName", "c2jName" : "stackName", "c2jShape" : "StackName", "defaultConsumerFluentSetterDocumentation" : "

Name of the latest stack launched for this application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stackName(String)}.\n@param stackName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stackName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the latest stack launched for this application.

\n@return Name of the latest stack launched for this application.\n@deprecated Use {@link #stackName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the latest stack launched for this application.

\n@param stackName Name of the latest stack launched for this application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stackName(String)}\n", "documentation" : "

Name of the latest stack launched for this application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StackName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStackName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stackName", "fluentSetterDocumentation" : "

Name of the latest stack launched for this application.

\n@param stackName Name of the latest stack launched for this application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stackName", "getterDocumentation" : "

Name of the latest stack launched for this application.

\n@return Name of the latest stack launched for this application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stackName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StackName", "sensitive" : false, "setterDocumentation" : "

Name of the latest stack launched for this application.

\n@param stackName Name of the latest stack launched for this application.", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

Name of the latest stack launched for this application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStackId", "beanStyleSetterMethodName" : "setStackId", "c2jName" : "stackId", "c2jShape" : "StackId", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the latest stack launched for this application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stackId(String)}.\n@param stackId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stackId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the latest stack launched for this application.

\n@return Identifier of the latest stack launched for this application.\n@deprecated Use {@link #stackId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the latest stack launched for this application.

\n@param stackId Identifier of the latest stack launched for this application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stackId(String)}\n", "documentation" : "

Identifier of the latest stack launched for this application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StackId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStackId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stackId", "fluentSetterDocumentation" : "

Identifier of the latest stack launched for this application.

\n@param stackId Identifier of the latest stack launched for this application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stackId", "getterDocumentation" : "

Identifier of the latest stack launched for this application.

\n@return Identifier of the latest stack launched for this application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stackId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stackId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StackId", "sensitive" : false, "setterDocumentation" : "

Identifier of the latest stack launched for this application.

\n@param stackId Identifier of the latest stack launched for this application.", "setterMethodName" : "setStackId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stackId", "variableType" : "String", "documentation" : "

Identifier of the latest stack launched for this application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LaunchDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LaunchDetails", "variableName" : "launchDetails", "variableType" : "LaunchDetails", "documentation" : null, "simpleType" : "LaunchDetails", "variableSetterType" : "LaunchDetails" }, "wrapper" : false, "xmlNamespace" : null }, "LicenseType" : { "c2jName" : "LicenseType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "AWS", "value" : "AWS" }, { "name" : "BYOL", "value" : "BYOL" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LicenseType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LicenseType", "variableName" : "licenseType", "variableType" : "LicenseType", "documentation" : null, "simpleType" : "LicenseType", "variableSetterType" : "LicenseType" }, "wrapper" : false, "xmlNamespace" : null }, "ListAppsRequest" : { "c2jName" : "ListAppsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListApps", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.ListApps", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAppIds", "beanStyleSetterMethodName" : "setAppIds", "c2jName" : "appIds", "c2jShape" : "AppIds", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #appIds(List)}.\n@param appIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appIds(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAppIds()} to see if a value was sent in this field.\n

\n@return \n@deprecated Use {@link #appIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

\n@param appIds \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appIds(List)}\n", "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appIds", "fluentSetterDocumentation" : "

\n@param appIds \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appIds", "getterDocumentation" : "

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAppIds()} to see if a value was sent in this field.\n

\n@return ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AppIds", "sensitive" : false, "setterDocumentation" : "

\n@param appIds ", "setterMethodName" : "setAppIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "appIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "appIds", "variableType" : "java.util.List", "documentation" : "

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppIds" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAppIds", "beanStyleSetterMethodName" : "setAppIds", "c2jName" : "appIds", "c2jShape" : "AppIds", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #appIds(List)}.\n@param appIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appIds(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAppIds()} to see if a value was sent in this field.\n

\n@return \n@deprecated Use {@link #appIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

\n@param appIds \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appIds(List)}\n", "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appIds", "fluentSetterDocumentation" : "

\n@param appIds \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appIds", "getterDocumentation" : "

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAppIds()} to see if a value was sent in this field.\n

\n@return ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AppIds", "sensitive" : false, "setterDocumentation" : "

\n@param appIds ", "setterMethodName" : "setAppIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "appIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "appIds", "variableType" : "java.util.List", "documentation" : "

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAppIds", "beanStyleSetterMethodName" : "setAppIds", "c2jName" : "appIds", "c2jShape" : "AppIds", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #appIds(List)}.\n@param appIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appIds(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAppIds()} to see if a value was sent in this field.\n

\n@return \n@deprecated Use {@link #appIds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

\n@param appIds \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appIds(List)}\n", "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppIds", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appIds", "fluentSetterDocumentation" : "

\n@param appIds \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appIds", "getterDocumentation" : "

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAppIds()} to see if a value was sent in this field.\n

\n@return ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appIds", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AppIds", "sensitive" : false, "setterDocumentation" : "

\n@param appIds ", "setterMethodName" : "setAppIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "appIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "appIds", "variableType" : "java.util.List", "documentation" : "

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of results.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of results.

\n@return The token for the next set of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of results.

\n@param nextToken The token for the next set of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@return The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

\n@param maxResults The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAppsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListAppsRequest", "variableName" : "listAppsRequest", "variableType" : "ListAppsRequest", "documentation" : null, "simpleType" : "ListAppsRequest", "variableSetterType" : "ListAppsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListAppsResponse" : { "c2jName" : "ListAppsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getApps", "beanStyleSetterMethodName" : "setApps", "c2jName" : "apps", "c2jShape" : "Apps", "defaultConsumerFluentSetterDocumentation" : "

A list of application summaries.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #apps(List)}.\n@param apps a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apps(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of application summaries.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasApps()} to see if a value was sent in this field.\n

\n@return A list of application summaries.\n@deprecated Use {@link #apps()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of application summaries.

\n@param apps A list of application summaries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #apps(List)}\n", "documentation" : "

A list of application summaries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Apps property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApps", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "apps", "fluentSetterDocumentation" : "

A list of application summaries.

\n@param apps A list of application summaries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "apps", "getterDocumentation" : "

A list of application summaries.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasApps()} to see if a value was sent in this field.\n

\n@return A list of application summaries.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "apps", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "apps", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AppSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AppSummary.Builder} avoiding the need to create one manually via {@link AppSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppSummary.Builder#build()} is called immediately and its result is passed to {@link #member(AppSummary)}.\n@param member a consumer that will call methods on {@link AppSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AppSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AppSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AppSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AppSummary", "variableName" : "member", "variableType" : "AppSummary", "documentation" : null, "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AppSummary", "variableName" : "member", "variableType" : "AppSummary", "documentation" : "", "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AppSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AppSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Apps", "sensitive" : false, "setterDocumentation" : "

A list of application summaries.

\n@param apps A list of application summaries.", "setterMethodName" : "setApps", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "apps", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "apps", "variableType" : "java.util.List", "documentation" : "

A list of application summaries.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Apps" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getApps", "beanStyleSetterMethodName" : "setApps", "c2jName" : "apps", "c2jShape" : "Apps", "defaultConsumerFluentSetterDocumentation" : "

A list of application summaries.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #apps(List)}.\n@param apps a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apps(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of application summaries.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasApps()} to see if a value was sent in this field.\n

\n@return A list of application summaries.\n@deprecated Use {@link #apps()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of application summaries.

\n@param apps A list of application summaries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #apps(List)}\n", "documentation" : "

A list of application summaries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Apps property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApps", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "apps", "fluentSetterDocumentation" : "

A list of application summaries.

\n@param apps A list of application summaries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "apps", "getterDocumentation" : "

A list of application summaries.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasApps()} to see if a value was sent in this field.\n

\n@return A list of application summaries.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "apps", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "apps", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AppSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AppSummary.Builder} avoiding the need to create one manually via {@link AppSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppSummary.Builder#build()} is called immediately and its result is passed to {@link #member(AppSummary)}.\n@param member a consumer that will call methods on {@link AppSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AppSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AppSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AppSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AppSummary", "variableName" : "member", "variableType" : "AppSummary", "documentation" : null, "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AppSummary", "variableName" : "member", "variableType" : "AppSummary", "documentation" : "", "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AppSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AppSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Apps", "sensitive" : false, "setterDocumentation" : "

A list of application summaries.

\n@param apps A list of application summaries.", "setterMethodName" : "setApps", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "apps", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "apps", "variableType" : "java.util.List", "documentation" : "

A list of application summaries.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getApps", "beanStyleSetterMethodName" : "setApps", "c2jName" : "apps", "c2jShape" : "Apps", "defaultConsumerFluentSetterDocumentation" : "

A list of application summaries.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #apps(List)}.\n@param apps a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #apps(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of application summaries.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasApps()} to see if a value was sent in this field.\n

\n@return A list of application summaries.\n@deprecated Use {@link #apps()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of application summaries.

\n@param apps A list of application summaries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #apps(List)}\n", "documentation" : "

A list of application summaries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Apps property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApps", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "apps", "fluentSetterDocumentation" : "

A list of application summaries.

\n@param apps A list of application summaries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "apps", "getterDocumentation" : "

A list of application summaries.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasApps()} to see if a value was sent in this field.\n

\n@return A list of application summaries.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "apps", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "apps", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AppSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AppSummary.Builder} avoiding the need to create one manually via {@link AppSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppSummary.Builder#build()} is called immediately and its result is passed to {@link #member(AppSummary)}.\n@param member a consumer that will call methods on {@link AppSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AppSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AppSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AppSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AppSummary", "variableName" : "member", "variableType" : "AppSummary", "documentation" : null, "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AppSummary", "variableName" : "member", "variableType" : "AppSummary", "documentation" : "", "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AppSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AppSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Apps", "sensitive" : false, "setterDocumentation" : "

A list of application summaries.

\n@param apps A list of application summaries.", "setterMethodName" : "setApps", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "apps", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "apps", "variableType" : "java.util.List", "documentation" : "

A list of application summaries.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@return The token required to retrieve the next set of results. This value is null when there are no more results to return.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

\n@param nextToken The token required to retrieve the next set of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token required to retrieve the next set of results. This value is null when there are no more results to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAppsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListAppsResponse", "variableName" : "listAppsResponse", "variableType" : "ListAppsResponse", "documentation" : null, "simpleType" : "ListAppsResponse", "variableSetterType" : "ListAppsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "MissingRequiredParameterException" : { "c2jName" : "MissingRequiredParameterException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A required parameter is missing.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "MissingRequiredParameterException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MissingRequiredParameterException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MissingRequiredParameterException", "variableName" : "missingRequiredParameterException", "variableType" : "MissingRequiredParameterException", "documentation" : null, "simpleType" : "MissingRequiredParameterException", "variableSetterType" : "MissingRequiredParameterException" }, "wrapper" : false, "xmlNamespace" : null }, "NoConnectorsAvailableException" : { "c2jName" : "NoConnectorsAvailableException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

There are no connectors available.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NoConnectorsAvailableException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NoConnectorsAvailableException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NoConnectorsAvailableException", "variableName" : "noConnectorsAvailableException", "variableType" : "NoConnectorsAvailableException", "documentation" : null, "simpleType" : "NoConnectorsAvailableException", "variableSetterType" : "NoConnectorsAvailableException" }, "wrapper" : false, "xmlNamespace" : null }, "OperationNotPermittedException" : { "c2jName" : "OperationNotPermittedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

This operation is not allowed.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "OperationNotPermittedException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OperationNotPermittedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "OperationNotPermittedException", "variableName" : "operationNotPermittedException", "variableType" : "OperationNotPermittedException", "documentation" : null, "simpleType" : "OperationNotPermittedException", "variableSetterType" : "OperationNotPermittedException" }, "wrapper" : false, "xmlNamespace" : null }, "OutputFormat" : { "c2jName" : "OutputFormat", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "JSON", "value" : "JSON" }, { "name" : "YAML", "value" : "YAML" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OutputFormat", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OutputFormat", "variableName" : "outputFormat", "variableType" : "OutputFormat", "documentation" : null, "simpleType" : "OutputFormat", "variableSetterType" : "OutputFormat" }, "wrapper" : false, "xmlNamespace" : null }, "PutAppLaunchConfigurationRequest" : { "c2jName" : "PutAppLaunchConfigurationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "PutAppLaunchConfiguration", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.PutAppLaunchConfiguration", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the launch configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the launch configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@return Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@return Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroupLaunchConfigurations", "beanStyleSetterMethodName" : "setServerGroupLaunchConfigurations", "c2jName" : "serverGroupLaunchConfigurations", "c2jShape" : "ServerGroupLaunchConfigurations", "defaultConsumerFluentSetterDocumentation" : "

Launch configurations for server groups in the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroupLaunchConfigurations(List)}.\n@param serverGroupLaunchConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupLaunchConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Launch configurations for server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return Launch configurations for server groups in the application.\n@deprecated Use {@link #serverGroupLaunchConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Launch configurations for server groups in the application.

\n@param serverGroupLaunchConfigurations Launch configurations for server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupLaunchConfigurations(List)}\n", "documentation" : "

Launch configurations for server groups in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupLaunchConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupLaunchConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupLaunchConfigurations", "fluentSetterDocumentation" : "

Launch configurations for server groups in the application.

\n@param serverGroupLaunchConfigurations Launch configurations for server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupLaunchConfigurations", "getterDocumentation" : "

Launch configurations for server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return Launch configurations for server groups in the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupLaunchConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupLaunchConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroupLaunchConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroupLaunchConfiguration.Builder} avoiding the need to create one manually via {@link ServerGroupLaunchConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroupLaunchConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroupLaunchConfiguration)}.\n@param member a consumer that will call methods on {@link ServerGroupLaunchConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroupLaunchConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroupLaunchConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroupLaunchConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroupLaunchConfiguration", "variableName" : "member", "variableType" : "ServerGroupLaunchConfiguration", "documentation" : null, "simpleType" : "ServerGroupLaunchConfiguration", "variableSetterType" : "ServerGroupLaunchConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroupLaunchConfiguration", "variableName" : "member", "variableType" : "ServerGroupLaunchConfiguration", "documentation" : "", "simpleType" : "ServerGroupLaunchConfiguration", "variableSetterType" : "ServerGroupLaunchConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroupLaunchConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroupLaunchConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroupLaunchConfigurations", "sensitive" : false, "setterDocumentation" : "

Launch configurations for server groups in the application.

\n@param serverGroupLaunchConfigurations Launch configurations for server groups in the application.", "setterMethodName" : "setServerGroupLaunchConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupLaunchConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupLaunchConfigurations", "variableType" : "java.util.List", "documentation" : "

Launch configurations for server groups in the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the launch configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the launch configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@return Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@return Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerGroupLaunchConfigurations" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroupLaunchConfigurations", "beanStyleSetterMethodName" : "setServerGroupLaunchConfigurations", "c2jName" : "serverGroupLaunchConfigurations", "c2jShape" : "ServerGroupLaunchConfigurations", "defaultConsumerFluentSetterDocumentation" : "

Launch configurations for server groups in the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroupLaunchConfigurations(List)}.\n@param serverGroupLaunchConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupLaunchConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Launch configurations for server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return Launch configurations for server groups in the application.\n@deprecated Use {@link #serverGroupLaunchConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Launch configurations for server groups in the application.

\n@param serverGroupLaunchConfigurations Launch configurations for server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupLaunchConfigurations(List)}\n", "documentation" : "

Launch configurations for server groups in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupLaunchConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupLaunchConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupLaunchConfigurations", "fluentSetterDocumentation" : "

Launch configurations for server groups in the application.

\n@param serverGroupLaunchConfigurations Launch configurations for server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupLaunchConfigurations", "getterDocumentation" : "

Launch configurations for server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return Launch configurations for server groups in the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupLaunchConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupLaunchConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroupLaunchConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroupLaunchConfiguration.Builder} avoiding the need to create one manually via {@link ServerGroupLaunchConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroupLaunchConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroupLaunchConfiguration)}.\n@param member a consumer that will call methods on {@link ServerGroupLaunchConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroupLaunchConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroupLaunchConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroupLaunchConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroupLaunchConfiguration", "variableName" : "member", "variableType" : "ServerGroupLaunchConfiguration", "documentation" : null, "simpleType" : "ServerGroupLaunchConfiguration", "variableSetterType" : "ServerGroupLaunchConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroupLaunchConfiguration", "variableName" : "member", "variableType" : "ServerGroupLaunchConfiguration", "documentation" : "", "simpleType" : "ServerGroupLaunchConfiguration", "variableSetterType" : "ServerGroupLaunchConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroupLaunchConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroupLaunchConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroupLaunchConfigurations", "sensitive" : false, "setterDocumentation" : "

Launch configurations for server groups in the application.

\n@param serverGroupLaunchConfigurations Launch configurations for server groups in the application.", "setterMethodName" : "setServerGroupLaunchConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupLaunchConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupLaunchConfigurations", "variableType" : "java.util.List", "documentation" : "

Launch configurations for server groups in the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application associated with the launch configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application associated with the launch configuration.

\n@return ID of the application associated with the launch configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application associated with the launch configuration.

\n@param appId ID of the application associated with the launch configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application associated with the launch configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@return Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@return Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

\n@param roleName Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

Name of service role in the customer's account that Amazon CloudFormation uses to launch the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroupLaunchConfigurations", "beanStyleSetterMethodName" : "setServerGroupLaunchConfigurations", "c2jName" : "serverGroupLaunchConfigurations", "c2jShape" : "ServerGroupLaunchConfigurations", "defaultConsumerFluentSetterDocumentation" : "

Launch configurations for server groups in the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroupLaunchConfigurations(List)}.\n@param serverGroupLaunchConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupLaunchConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Launch configurations for server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return Launch configurations for server groups in the application.\n@deprecated Use {@link #serverGroupLaunchConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Launch configurations for server groups in the application.

\n@param serverGroupLaunchConfigurations Launch configurations for server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupLaunchConfigurations(List)}\n", "documentation" : "

Launch configurations for server groups in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupLaunchConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupLaunchConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupLaunchConfigurations", "fluentSetterDocumentation" : "

Launch configurations for server groups in the application.

\n@param serverGroupLaunchConfigurations Launch configurations for server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupLaunchConfigurations", "getterDocumentation" : "

Launch configurations for server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return Launch configurations for server groups in the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupLaunchConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupLaunchConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroupLaunchConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroupLaunchConfiguration.Builder} avoiding the need to create one manually via {@link ServerGroupLaunchConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroupLaunchConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroupLaunchConfiguration)}.\n@param member a consumer that will call methods on {@link ServerGroupLaunchConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroupLaunchConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroupLaunchConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroupLaunchConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroupLaunchConfiguration", "variableName" : "member", "variableType" : "ServerGroupLaunchConfiguration", "documentation" : null, "simpleType" : "ServerGroupLaunchConfiguration", "variableSetterType" : "ServerGroupLaunchConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroupLaunchConfiguration", "variableName" : "member", "variableType" : "ServerGroupLaunchConfiguration", "documentation" : "", "simpleType" : "ServerGroupLaunchConfiguration", "variableSetterType" : "ServerGroupLaunchConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroupLaunchConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroupLaunchConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroupLaunchConfigurations", "sensitive" : false, "setterDocumentation" : "

Launch configurations for server groups in the application.

\n@param serverGroupLaunchConfigurations Launch configurations for server groups in the application.", "setterMethodName" : "setServerGroupLaunchConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupLaunchConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupLaunchConfigurations", "variableType" : "java.util.List", "documentation" : "

Launch configurations for server groups in the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutAppLaunchConfigurationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutAppLaunchConfigurationRequest", "variableName" : "putAppLaunchConfigurationRequest", "variableType" : "PutAppLaunchConfigurationRequest", "documentation" : null, "simpleType" : "PutAppLaunchConfigurationRequest", "variableSetterType" : "PutAppLaunchConfigurationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutAppLaunchConfigurationResponse" : { "c2jName" : "PutAppLaunchConfigurationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutAppLaunchConfigurationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutAppLaunchConfigurationResponse", "variableName" : "putAppLaunchConfigurationResponse", "variableType" : "PutAppLaunchConfigurationResponse", "documentation" : null, "simpleType" : "PutAppLaunchConfigurationResponse", "variableSetterType" : "PutAppLaunchConfigurationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "PutAppReplicationConfigurationRequest" : { "c2jName" : "PutAppReplicationConfigurationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "PutAppReplicationConfiguration", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.PutAppReplicationConfiguration", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application tassociated with the replication configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application tassociated with the replication configuration.

\n@return ID of the application tassociated with the replication configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application tassociated with the replication configuration.

\n@param appId ID of the application tassociated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application tassociated with the replication configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application tassociated with the replication configuration.

\n@param appId ID of the application tassociated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application tassociated with the replication configuration.

\n@return ID of the application tassociated with the replication configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application tassociated with the replication configuration.

\n@param appId ID of the application tassociated with the replication configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application tassociated with the replication configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroupReplicationConfigurations", "beanStyleSetterMethodName" : "setServerGroupReplicationConfigurations", "c2jName" : "serverGroupReplicationConfigurations", "c2jShape" : "ServerGroupReplicationConfigurations", "defaultConsumerFluentSetterDocumentation" : "

Replication configurations for server groups in the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroupReplicationConfigurations(List)}.\n@param serverGroupReplicationConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupReplicationConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Replication configurations for server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configurations for server groups in the application.\n@deprecated Use {@link #serverGroupReplicationConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Replication configurations for server groups in the application.

\n@param serverGroupReplicationConfigurations Replication configurations for server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupReplicationConfigurations(List)}\n", "documentation" : "

Replication configurations for server groups in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupReplicationConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupReplicationConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupReplicationConfigurations", "fluentSetterDocumentation" : "

Replication configurations for server groups in the application.

\n@param serverGroupReplicationConfigurations Replication configurations for server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupReplicationConfigurations", "getterDocumentation" : "

Replication configurations for server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configurations for server groups in the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupReplicationConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupReplicationConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroupReplicationConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroupReplicationConfiguration.Builder} avoiding the need to create one manually via {@link ServerGroupReplicationConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroupReplicationConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroupReplicationConfiguration)}.\n@param member a consumer that will call methods on {@link ServerGroupReplicationConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroupReplicationConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroupReplicationConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroupReplicationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroupReplicationConfiguration", "variableName" : "member", "variableType" : "ServerGroupReplicationConfiguration", "documentation" : null, "simpleType" : "ServerGroupReplicationConfiguration", "variableSetterType" : "ServerGroupReplicationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroupReplicationConfiguration", "variableName" : "member", "variableType" : "ServerGroupReplicationConfiguration", "documentation" : "", "simpleType" : "ServerGroupReplicationConfiguration", "variableSetterType" : "ServerGroupReplicationConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroupReplicationConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroupReplicationConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroupReplicationConfigurations", "sensitive" : false, "setterDocumentation" : "

Replication configurations for server groups in the application.

\n@param serverGroupReplicationConfigurations Replication configurations for server groups in the application.", "setterMethodName" : "setServerGroupReplicationConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupReplicationConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupReplicationConfigurations", "variableType" : "java.util.List", "documentation" : "

Replication configurations for server groups in the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application tassociated with the replication configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application tassociated with the replication configuration.

\n@return ID of the application tassociated with the replication configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application tassociated with the replication configuration.

\n@param appId ID of the application tassociated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application tassociated with the replication configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application tassociated with the replication configuration.

\n@param appId ID of the application tassociated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application tassociated with the replication configuration.

\n@return ID of the application tassociated with the replication configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application tassociated with the replication configuration.

\n@param appId ID of the application tassociated with the replication configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application tassociated with the replication configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerGroupReplicationConfigurations" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroupReplicationConfigurations", "beanStyleSetterMethodName" : "setServerGroupReplicationConfigurations", "c2jName" : "serverGroupReplicationConfigurations", "c2jShape" : "ServerGroupReplicationConfigurations", "defaultConsumerFluentSetterDocumentation" : "

Replication configurations for server groups in the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroupReplicationConfigurations(List)}.\n@param serverGroupReplicationConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupReplicationConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Replication configurations for server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configurations for server groups in the application.\n@deprecated Use {@link #serverGroupReplicationConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Replication configurations for server groups in the application.

\n@param serverGroupReplicationConfigurations Replication configurations for server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupReplicationConfigurations(List)}\n", "documentation" : "

Replication configurations for server groups in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupReplicationConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupReplicationConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupReplicationConfigurations", "fluentSetterDocumentation" : "

Replication configurations for server groups in the application.

\n@param serverGroupReplicationConfigurations Replication configurations for server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupReplicationConfigurations", "getterDocumentation" : "

Replication configurations for server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configurations for server groups in the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupReplicationConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupReplicationConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroupReplicationConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroupReplicationConfiguration.Builder} avoiding the need to create one manually via {@link ServerGroupReplicationConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroupReplicationConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroupReplicationConfiguration)}.\n@param member a consumer that will call methods on {@link ServerGroupReplicationConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroupReplicationConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroupReplicationConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroupReplicationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroupReplicationConfiguration", "variableName" : "member", "variableType" : "ServerGroupReplicationConfiguration", "documentation" : null, "simpleType" : "ServerGroupReplicationConfiguration", "variableSetterType" : "ServerGroupReplicationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroupReplicationConfiguration", "variableName" : "member", "variableType" : "ServerGroupReplicationConfiguration", "documentation" : "", "simpleType" : "ServerGroupReplicationConfiguration", "variableSetterType" : "ServerGroupReplicationConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroupReplicationConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroupReplicationConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroupReplicationConfigurations", "sensitive" : false, "setterDocumentation" : "

Replication configurations for server groups in the application.

\n@param serverGroupReplicationConfigurations Replication configurations for server groups in the application.", "setterMethodName" : "setServerGroupReplicationConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupReplicationConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupReplicationConfigurations", "variableType" : "java.util.List", "documentation" : "

Replication configurations for server groups in the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application tassociated with the replication configuration.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application tassociated with the replication configuration.

\n@return ID of the application tassociated with the replication configuration.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application tassociated with the replication configuration.

\n@param appId ID of the application tassociated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application tassociated with the replication configuration.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application tassociated with the replication configuration.

\n@param appId ID of the application tassociated with the replication configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application tassociated with the replication configuration.

\n@return ID of the application tassociated with the replication configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application tassociated with the replication configuration.

\n@param appId ID of the application tassociated with the replication configuration.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application tassociated with the replication configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroupReplicationConfigurations", "beanStyleSetterMethodName" : "setServerGroupReplicationConfigurations", "c2jName" : "serverGroupReplicationConfigurations", "c2jShape" : "ServerGroupReplicationConfigurations", "defaultConsumerFluentSetterDocumentation" : "

Replication configurations for server groups in the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroupReplicationConfigurations(List)}.\n@param serverGroupReplicationConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupReplicationConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Replication configurations for server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configurations for server groups in the application.\n@deprecated Use {@link #serverGroupReplicationConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Replication configurations for server groups in the application.

\n@param serverGroupReplicationConfigurations Replication configurations for server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupReplicationConfigurations(List)}\n", "documentation" : "

Replication configurations for server groups in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupReplicationConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupReplicationConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupReplicationConfigurations", "fluentSetterDocumentation" : "

Replication configurations for server groups in the application.

\n@param serverGroupReplicationConfigurations Replication configurations for server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupReplicationConfigurations", "getterDocumentation" : "

Replication configurations for server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroupReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configurations for server groups in the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupReplicationConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupReplicationConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroupReplicationConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroupReplicationConfiguration.Builder} avoiding the need to create one manually via {@link ServerGroupReplicationConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroupReplicationConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroupReplicationConfiguration)}.\n@param member a consumer that will call methods on {@link ServerGroupReplicationConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroupReplicationConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroupReplicationConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroupReplicationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroupReplicationConfiguration", "variableName" : "member", "variableType" : "ServerGroupReplicationConfiguration", "documentation" : null, "simpleType" : "ServerGroupReplicationConfiguration", "variableSetterType" : "ServerGroupReplicationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroupReplicationConfiguration", "variableName" : "member", "variableType" : "ServerGroupReplicationConfiguration", "documentation" : "", "simpleType" : "ServerGroupReplicationConfiguration", "variableSetterType" : "ServerGroupReplicationConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroupReplicationConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroupReplicationConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroupReplicationConfigurations", "sensitive" : false, "setterDocumentation" : "

Replication configurations for server groups in the application.

\n@param serverGroupReplicationConfigurations Replication configurations for server groups in the application.", "setterMethodName" : "setServerGroupReplicationConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupReplicationConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroupReplicationConfigurations", "variableType" : "java.util.List", "documentation" : "

Replication configurations for server groups in the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutAppReplicationConfigurationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutAppReplicationConfigurationRequest", "variableName" : "putAppReplicationConfigurationRequest", "variableType" : "PutAppReplicationConfigurationRequest", "documentation" : null, "simpleType" : "PutAppReplicationConfigurationRequest", "variableSetterType" : "PutAppReplicationConfigurationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutAppReplicationConfigurationResponse" : { "c2jName" : "PutAppReplicationConfigurationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutAppReplicationConfigurationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutAppReplicationConfigurationResponse", "variableName" : "putAppReplicationConfigurationResponse", "variableType" : "PutAppReplicationConfigurationResponse", "documentation" : null, "simpleType" : "PutAppReplicationConfigurationResponse", "variableSetterType" : "PutAppReplicationConfigurationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ReplicationJob" : { "c2jName" : "ReplicationJob", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents a replication job.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerId", "beanStyleSetterMethodName" : "setServerId", "c2jName" : "serverId", "c2jShape" : "ServerId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverId(String)}.\n@param serverId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.\n@deprecated Use {@link #serverId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverId(String)}\n", "documentation" : "

The identifier of the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverId", "fluentSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverId", "getterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerId", "sensitive" : false, "setterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.", "setterMethodName" : "setServerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : "

The identifier of the server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerType", "beanStyleSetterMethodName" : "setServerType", "c2jName" : "serverType", "c2jShape" : "ServerType", "defaultConsumerFluentSetterDocumentation" : "

The type of server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverTypeAsString(String)}.\n@param serverType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The type of server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverType} will return {@link ServerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverTypeAsString}.\n

\n@return The type of server.\n@see ServerType\n@deprecated Use {@link #serverTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType\n@deprecated Use {@link #serverType(String)}\n", "documentation" : "

The type of server.

", "endpointDiscoveryId" : false, "enumType" : "ServerType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerType", "fluentEnumGetterMethodName" : "serverType", "fluentEnumSetterMethodName" : "serverType", "fluentGetterMethodName" : "serverTypeAsString", "fluentSetterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType", "fluentSetterMethodName" : "serverType", "getterDocumentation" : "

The type of server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverType} will return {@link ServerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverTypeAsString}.\n

\n@return The type of server.\n@see ServerType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerType", "sensitive" : false, "setterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType", "setterMethodName" : "setServerType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverType", "variableType" : "String", "documentation" : "

The type of server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmServer", "beanStyleSetterMethodName" : "setVmServer", "c2jName" : "vmServer", "c2jShape" : "VmServer", "defaultConsumerFluentSetterDocumentation" : "

Information about the VM server.

\nThis is a convenience that creates an instance of the {@link VmServer.Builder} avoiding the need to create one manually via {@link VmServer#builder()}.\n\nWhen the {@link Consumer} completes, {@link VmServer.Builder#build()} is called immediately and its result is passed to {@link #vmServer(VmServer)}.\n@param vmServer a consumer that will call methods on {@link VmServer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmServer(VmServer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the VM server.

\n@return Information about the VM server.\n@deprecated Use {@link #vmServer()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmServer(VmServer)}\n", "documentation" : "

Information about the VM server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmServer property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmServer", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmServer", "fluentSetterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmServer", "getterDocumentation" : "

Information about the VM server.

\n@return Information about the VM server.", "getterModel" : { "returnType" : "VmServer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmServer", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmServer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VmServer", "sensitive" : false, "setterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.", "setterMethodName" : "setVmServer", "setterModel" : { "variableDeclarationType" : "VmServer", "variableName" : "vmServer", "variableType" : "VmServer", "documentation" : null, "simpleType" : "VmServer", "variableSetterType" : "VmServer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VmServer", "variableName" : "vmServer", "variableType" : "VmServer", "documentation" : "

Information about the VM server.

", "simpleType" : "VmServer", "variableSetterType" : "VmServer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSeedReplicationTime", "beanStyleSetterMethodName" : "setSeedReplicationTime", "c2jName" : "seedReplicationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The seed replication time.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #seedReplicationTime(Instant)}.\n@param seedReplicationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #seedReplicationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The seed replication time.

\n@return The seed replication time.\n@deprecated Use {@link #seedReplicationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #seedReplicationTime(Instant)}\n", "documentation" : "

The seed replication time.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SeedReplicationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSeedReplicationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "seedReplicationTime", "fluentSetterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "seedReplicationTime", "getterDocumentation" : "

The seed replication time.

\n@return The seed replication time.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "seedReplicationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "seedReplicationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SeedReplicationTime", "sensitive" : false, "setterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.", "setterMethodName" : "setSeedReplicationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedReplicationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedReplicationTime", "variableType" : "java.time.Instant", "documentation" : "

The seed replication time.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrequency", "beanStyleSetterMethodName" : "setFrequency", "c2jName" : "frequency", "c2jShape" : "Frequency", "defaultConsumerFluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #frequency(Integer)}.\n@param frequency a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #frequency(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.\n@deprecated Use {@link #frequency()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #frequency(Integer)}\n", "documentation" : "

The time between consecutive replication runs, in hours.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Frequency property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrequency", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frequency", "fluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frequency", "getterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "frequency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "frequency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Frequency", "sensitive" : false, "setterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.", "setterMethodName" : "setFrequency", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : "

The time between consecutive replication runs, in hours.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRunOnce", "beanStyleSetterMethodName" : "setRunOnce", "c2jName" : "runOnce", "c2jShape" : "RunOnce", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #runOnce(Boolean)}.\n@param runOnce a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #runOnce(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

\n@return \n@deprecated Use {@link #runOnce()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #runOnce(Boolean)}\n", "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RunOnce property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRunOnce", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "runOnce", "fluentSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "runOnce", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "runOnce", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "runOnce", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RunOnce", "sensitive" : false, "setterDocumentation" : "

\n@param runOnce ", "setterMethodName" : "setRunOnce", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : "

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextReplicationRunStartTime", "beanStyleSetterMethodName" : "setNextReplicationRunStartTime", "c2jName" : "nextReplicationRunStartTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start time of the next replication run.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #nextReplicationRunStartTime(Instant)}.\n@param nextReplicationRunStartTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextReplicationRunStartTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.\n@deprecated Use {@link #nextReplicationRunStartTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextReplicationRunStartTime(Instant)}\n", "documentation" : "

The start time of the next replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextReplicationRunStartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextReplicationRunStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextReplicationRunStartTime", "fluentSetterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextReplicationRunStartTime", "getterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextReplicationRunStartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextReplicationRunStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NextReplicationRunStartTime", "sensitive" : false, "setterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.", "setterMethodName" : "setNextReplicationRunStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nextReplicationRunStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nextReplicationRunStartTime", "variableType" : "java.time.Instant", "documentation" : "

The start time of the next replication run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLicenseType", "beanStyleSetterMethodName" : "setLicenseType", "c2jName" : "licenseType", "c2jShape" : "LicenseType", "defaultConsumerFluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #licenseTypeAsString(String)}.\n@param licenseType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #licenseType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@deprecated Use {@link #licenseTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType\n@deprecated Use {@link #licenseType(String)}\n", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "endpointDiscoveryId" : false, "enumType" : "LicenseType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LicenseType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLicenseType", "fluentEnumGetterMethodName" : "licenseType", "fluentEnumSetterMethodName" : "licenseType", "fluentGetterMethodName" : "licenseTypeAsString", "fluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType", "fluentSetterMethodName" : "licenseType", "getterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "licenseType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "licenseType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LicenseType", "sensitive" : false, "setterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "setterMethodName" : "setLicenseType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\n@return The name of the IAM role to be used by the Server Migration Service.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\n@param roleName The name of the IAM role to be used by the Server Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

The name of the IAM role to be used by the Server Migration Service.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\n@param roleName The name of the IAM role to be used by the Server Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\n@return The name of the IAM role to be used by the Server Migration Service.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\n@param roleName The name of the IAM role to be used by the Server Migration Service.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

The name of the IAM role to be used by the Server Migration Service.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLatestAmiId", "beanStyleSetterMethodName" : "setLatestAmiId", "c2jName" : "latestAmiId", "c2jShape" : "AmiId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #latestAmiId(String)}.\n@param latestAmiId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latestAmiId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\n@return The ID of the latest Amazon Machine Image (AMI).\n@deprecated Use {@link #latestAmiId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\n@param latestAmiId The ID of the latest Amazon Machine Image (AMI).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #latestAmiId(String)}\n", "documentation" : "

The ID of the latest Amazon Machine Image (AMI).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LatestAmiId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLatestAmiId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "latestAmiId", "fluentSetterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\n@param latestAmiId The ID of the latest Amazon Machine Image (AMI).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "latestAmiId", "getterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\n@return The ID of the latest Amazon Machine Image (AMI).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "latestAmiId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "latestAmiId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LatestAmiId", "sensitive" : false, "setterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\n@param latestAmiId The ID of the latest Amazon Machine Image (AMI).", "setterMethodName" : "setLatestAmiId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "latestAmiId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "latestAmiId", "variableType" : "String", "documentation" : "

The ID of the latest Amazon Machine Image (AMI).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "state", "c2jShape" : "ReplicationJobState", "defaultConsumerFluentSetterDocumentation" : "

The state of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The state of the replication job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link ReplicationJobState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

\n@return The state of the replication job.\n@see ReplicationJobState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The state of the replication job.

\n@param state The state of the replication job.\n@see ReplicationJobState\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationJobState\n@deprecated Use {@link #state(String)}\n", "documentation" : "

The state of the replication job.

", "endpointDiscoveryId" : false, "enumType" : "ReplicationJobState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

The state of the replication job.

\n@param state The state of the replication job.\n@see ReplicationJobState\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationJobState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

The state of the replication job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link ReplicationJobState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

\n@return The state of the replication job.\n@see ReplicationJobState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "state", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "state", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

The state of the replication job.

\n@param state The state of the replication job.\n@see ReplicationJobState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusMessage", "beanStyleSetterMethodName" : "setStatusMessage", "c2jName" : "statusMessage", "c2jShape" : "ReplicationJobStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

The description of the current status of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusMessage(String)}.\n@param statusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the current status of the replication job.

\n@return The description of the current status of the replication job.\n@deprecated Use {@link #statusMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusMessage(String)}\n", "documentation" : "

The description of the current status of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusMessage", "fluentSetterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusMessage", "getterDocumentation" : "

The description of the current status of the replication job.

\n@return The description of the current status of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusMessage", "sensitive" : false, "setterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.", "setterMethodName" : "setStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

The description of the current status of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNumberOfRecentAmisToKeep", "beanStyleSetterMethodName" : "setNumberOfRecentAmisToKeep", "c2jName" : "numberOfRecentAmisToKeep", "c2jShape" : "NumberOfRecentAmisToKeep", "defaultConsumerFluentSetterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numberOfRecentAmisToKeep(Integer)}.\n@param numberOfRecentAmisToKeep a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numberOfRecentAmisToKeep(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\n@return Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.\n@deprecated Use {@link #numberOfRecentAmisToKeep()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfRecentAmisToKeep(Integer)}\n", "documentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NumberOfRecentAmisToKeep property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNumberOfRecentAmisToKeep", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberOfRecentAmisToKeep", "fluentSetterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberOfRecentAmisToKeep", "getterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\n@return Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "numberOfRecentAmisToKeep", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "numberOfRecentAmisToKeep", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumberOfRecentAmisToKeep", "sensitive" : false, "setterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.", "setterMethodName" : "setNumberOfRecentAmisToKeep", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncrypted", "beanStyleSetterMethodName" : "setEncrypted", "c2jName" : "encrypted", "c2jShape" : "Encrypted", "defaultConsumerFluentSetterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #encrypted(Boolean)}.\n@param encrypted a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encrypted(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\n@return Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.\n@deprecated Use {@link #encrypted()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\n@param encrypted Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encrypted(Boolean)}\n", "documentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Encrypted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncrypted", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encrypted", "fluentSetterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\n@param encrypted Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encrypted", "getterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\n@return Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encrypted", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encrypted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Encrypted", "sensitive" : false, "setterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\n@param encrypted Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.", "setterMethodName" : "setEncrypted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getReplicationRunList", "beanStyleSetterMethodName" : "setReplicationRunList", "c2jName" : "replicationRunList", "c2jShape" : "ReplicationRunList", "defaultConsumerFluentSetterDocumentation" : "

Information about the replication runs.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationRunList(List)}.\n@param replicationRunList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationRunList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the replication runs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationRunList()} to see if a value was sent in this field.\n

\n@return Information about the replication runs.\n@deprecated Use {@link #replicationRunList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationRunList(List)}\n", "documentation" : "

Information about the replication runs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationRunList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationRunList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationRunList", "fluentSetterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationRunList", "getterDocumentation" : "

Information about the replication runs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationRunList()} to see if a value was sent in this field.\n

\n@return Information about the replication runs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationRunList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationRunList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationRun", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationRun.Builder} avoiding the need to create one manually via {@link ReplicationRun#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationRun.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationRun)}.\n@param member a consumer that will call methods on {@link ReplicationRun.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationRun)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ReplicationRun)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReplicationRun", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationRun", "variableName" : "member", "variableType" : "ReplicationRun", "documentation" : null, "simpleType" : "ReplicationRun", "variableSetterType" : "ReplicationRun" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationRun", "variableName" : "member", "variableType" : "ReplicationRun", "documentation" : "", "simpleType" : "ReplicationRun", "variableSetterType" : "ReplicationRun" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationRun", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationRun", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationRunList", "sensitive" : false, "setterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.", "setterMethodName" : "setReplicationRunList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationRunList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationRunList", "variableType" : "java.util.List", "documentation" : "

Information about the replication runs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Encrypted" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncrypted", "beanStyleSetterMethodName" : "setEncrypted", "c2jName" : "encrypted", "c2jShape" : "Encrypted", "defaultConsumerFluentSetterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #encrypted(Boolean)}.\n@param encrypted a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encrypted(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\n@return Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.\n@deprecated Use {@link #encrypted()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\n@param encrypted Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encrypted(Boolean)}\n", "documentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Encrypted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncrypted", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encrypted", "fluentSetterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\n@param encrypted Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encrypted", "getterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\n@return Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encrypted", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encrypted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Encrypted", "sensitive" : false, "setterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\n@param encrypted Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.", "setterMethodName" : "setEncrypted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Frequency" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrequency", "beanStyleSetterMethodName" : "setFrequency", "c2jName" : "frequency", "c2jShape" : "Frequency", "defaultConsumerFluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #frequency(Integer)}.\n@param frequency a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #frequency(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.\n@deprecated Use {@link #frequency()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #frequency(Integer)}\n", "documentation" : "

The time between consecutive replication runs, in hours.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Frequency property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrequency", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frequency", "fluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frequency", "getterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "frequency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "frequency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Frequency", "sensitive" : false, "setterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.", "setterMethodName" : "setFrequency", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : "

The time between consecutive replication runs, in hours.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "KmsKeyId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LatestAmiId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLatestAmiId", "beanStyleSetterMethodName" : "setLatestAmiId", "c2jName" : "latestAmiId", "c2jShape" : "AmiId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #latestAmiId(String)}.\n@param latestAmiId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latestAmiId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\n@return The ID of the latest Amazon Machine Image (AMI).\n@deprecated Use {@link #latestAmiId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\n@param latestAmiId The ID of the latest Amazon Machine Image (AMI).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #latestAmiId(String)}\n", "documentation" : "

The ID of the latest Amazon Machine Image (AMI).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LatestAmiId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLatestAmiId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "latestAmiId", "fluentSetterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\n@param latestAmiId The ID of the latest Amazon Machine Image (AMI).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "latestAmiId", "getterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\n@return The ID of the latest Amazon Machine Image (AMI).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "latestAmiId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "latestAmiId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LatestAmiId", "sensitive" : false, "setterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\n@param latestAmiId The ID of the latest Amazon Machine Image (AMI).", "setterMethodName" : "setLatestAmiId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "latestAmiId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "latestAmiId", "variableType" : "String", "documentation" : "

The ID of the latest Amazon Machine Image (AMI).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LicenseType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLicenseType", "beanStyleSetterMethodName" : "setLicenseType", "c2jName" : "licenseType", "c2jShape" : "LicenseType", "defaultConsumerFluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #licenseTypeAsString(String)}.\n@param licenseType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #licenseType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@deprecated Use {@link #licenseTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType\n@deprecated Use {@link #licenseType(String)}\n", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "endpointDiscoveryId" : false, "enumType" : "LicenseType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LicenseType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLicenseType", "fluentEnumGetterMethodName" : "licenseType", "fluentEnumSetterMethodName" : "licenseType", "fluentGetterMethodName" : "licenseTypeAsString", "fluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType", "fluentSetterMethodName" : "licenseType", "getterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "licenseType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "licenseType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LicenseType", "sensitive" : false, "setterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "setterMethodName" : "setLicenseType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextReplicationRunStartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextReplicationRunStartTime", "beanStyleSetterMethodName" : "setNextReplicationRunStartTime", "c2jName" : "nextReplicationRunStartTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start time of the next replication run.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #nextReplicationRunStartTime(Instant)}.\n@param nextReplicationRunStartTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextReplicationRunStartTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.\n@deprecated Use {@link #nextReplicationRunStartTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextReplicationRunStartTime(Instant)}\n", "documentation" : "

The start time of the next replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextReplicationRunStartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextReplicationRunStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextReplicationRunStartTime", "fluentSetterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextReplicationRunStartTime", "getterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextReplicationRunStartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextReplicationRunStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NextReplicationRunStartTime", "sensitive" : false, "setterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.", "setterMethodName" : "setNextReplicationRunStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nextReplicationRunStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nextReplicationRunStartTime", "variableType" : "java.time.Instant", "documentation" : "

The start time of the next replication run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NumberOfRecentAmisToKeep" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNumberOfRecentAmisToKeep", "beanStyleSetterMethodName" : "setNumberOfRecentAmisToKeep", "c2jName" : "numberOfRecentAmisToKeep", "c2jShape" : "NumberOfRecentAmisToKeep", "defaultConsumerFluentSetterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numberOfRecentAmisToKeep(Integer)}.\n@param numberOfRecentAmisToKeep a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numberOfRecentAmisToKeep(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\n@return Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.\n@deprecated Use {@link #numberOfRecentAmisToKeep()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfRecentAmisToKeep(Integer)}\n", "documentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NumberOfRecentAmisToKeep property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNumberOfRecentAmisToKeep", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberOfRecentAmisToKeep", "fluentSetterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberOfRecentAmisToKeep", "getterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\n@return Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "numberOfRecentAmisToKeep", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "numberOfRecentAmisToKeep", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumberOfRecentAmisToKeep", "sensitive" : false, "setterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.", "setterMethodName" : "setNumberOfRecentAmisToKeep", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplicationJobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplicationRunList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getReplicationRunList", "beanStyleSetterMethodName" : "setReplicationRunList", "c2jName" : "replicationRunList", "c2jShape" : "ReplicationRunList", "defaultConsumerFluentSetterDocumentation" : "

Information about the replication runs.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationRunList(List)}.\n@param replicationRunList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationRunList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the replication runs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationRunList()} to see if a value was sent in this field.\n

\n@return Information about the replication runs.\n@deprecated Use {@link #replicationRunList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationRunList(List)}\n", "documentation" : "

Information about the replication runs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationRunList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationRunList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationRunList", "fluentSetterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationRunList", "getterDocumentation" : "

Information about the replication runs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationRunList()} to see if a value was sent in this field.\n

\n@return Information about the replication runs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationRunList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationRunList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationRun", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationRun.Builder} avoiding the need to create one manually via {@link ReplicationRun#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationRun.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationRun)}.\n@param member a consumer that will call methods on {@link ReplicationRun.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationRun)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ReplicationRun)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReplicationRun", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationRun", "variableName" : "member", "variableType" : "ReplicationRun", "documentation" : null, "simpleType" : "ReplicationRun", "variableSetterType" : "ReplicationRun" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationRun", "variableName" : "member", "variableType" : "ReplicationRun", "documentation" : "", "simpleType" : "ReplicationRun", "variableSetterType" : "ReplicationRun" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationRun", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationRun", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationRunList", "sensitive" : false, "setterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.", "setterMethodName" : "setReplicationRunList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationRunList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationRunList", "variableType" : "java.util.List", "documentation" : "

Information about the replication runs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\n@return The name of the IAM role to be used by the Server Migration Service.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\n@param roleName The name of the IAM role to be used by the Server Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

The name of the IAM role to be used by the Server Migration Service.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\n@param roleName The name of the IAM role to be used by the Server Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\n@return The name of the IAM role to be used by the Server Migration Service.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\n@param roleName The name of the IAM role to be used by the Server Migration Service.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

The name of the IAM role to be used by the Server Migration Service.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RunOnce" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRunOnce", "beanStyleSetterMethodName" : "setRunOnce", "c2jName" : "runOnce", "c2jShape" : "RunOnce", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #runOnce(Boolean)}.\n@param runOnce a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #runOnce(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

\n@return \n@deprecated Use {@link #runOnce()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #runOnce(Boolean)}\n", "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RunOnce property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRunOnce", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "runOnce", "fluentSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "runOnce", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "runOnce", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "runOnce", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RunOnce", "sensitive" : false, "setterDocumentation" : "

\n@param runOnce ", "setterMethodName" : "setRunOnce", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : "

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SeedReplicationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSeedReplicationTime", "beanStyleSetterMethodName" : "setSeedReplicationTime", "c2jName" : "seedReplicationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The seed replication time.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #seedReplicationTime(Instant)}.\n@param seedReplicationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #seedReplicationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The seed replication time.

\n@return The seed replication time.\n@deprecated Use {@link #seedReplicationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #seedReplicationTime(Instant)}\n", "documentation" : "

The seed replication time.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SeedReplicationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSeedReplicationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "seedReplicationTime", "fluentSetterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "seedReplicationTime", "getterDocumentation" : "

The seed replication time.

\n@return The seed replication time.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "seedReplicationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "seedReplicationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SeedReplicationTime", "sensitive" : false, "setterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.", "setterMethodName" : "setSeedReplicationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedReplicationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedReplicationTime", "variableType" : "java.time.Instant", "documentation" : "

The seed replication time.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerId", "beanStyleSetterMethodName" : "setServerId", "c2jName" : "serverId", "c2jShape" : "ServerId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverId(String)}.\n@param serverId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.\n@deprecated Use {@link #serverId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverId(String)}\n", "documentation" : "

The identifier of the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverId", "fluentSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverId", "getterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerId", "sensitive" : false, "setterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.", "setterMethodName" : "setServerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : "

The identifier of the server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerType", "beanStyleSetterMethodName" : "setServerType", "c2jName" : "serverType", "c2jShape" : "ServerType", "defaultConsumerFluentSetterDocumentation" : "

The type of server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverTypeAsString(String)}.\n@param serverType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The type of server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverType} will return {@link ServerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverTypeAsString}.\n

\n@return The type of server.\n@see ServerType\n@deprecated Use {@link #serverTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType\n@deprecated Use {@link #serverType(String)}\n", "documentation" : "

The type of server.

", "endpointDiscoveryId" : false, "enumType" : "ServerType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerType", "fluentEnumGetterMethodName" : "serverType", "fluentEnumSetterMethodName" : "serverType", "fluentGetterMethodName" : "serverTypeAsString", "fluentSetterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType", "fluentSetterMethodName" : "serverType", "getterDocumentation" : "

The type of server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverType} will return {@link ServerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverTypeAsString}.\n

\n@return The type of server.\n@see ServerType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerType", "sensitive" : false, "setterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType", "setterMethodName" : "setServerType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverType", "variableType" : "String", "documentation" : "

The type of server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "State" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "state", "c2jShape" : "ReplicationJobState", "defaultConsumerFluentSetterDocumentation" : "

The state of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The state of the replication job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link ReplicationJobState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

\n@return The state of the replication job.\n@see ReplicationJobState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The state of the replication job.

\n@param state The state of the replication job.\n@see ReplicationJobState\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationJobState\n@deprecated Use {@link #state(String)}\n", "documentation" : "

The state of the replication job.

", "endpointDiscoveryId" : false, "enumType" : "ReplicationJobState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

The state of the replication job.

\n@param state The state of the replication job.\n@see ReplicationJobState\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationJobState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

The state of the replication job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link ReplicationJobState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

\n@return The state of the replication job.\n@see ReplicationJobState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "state", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "state", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

The state of the replication job.

\n@param state The state of the replication job.\n@see ReplicationJobState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StatusMessage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusMessage", "beanStyleSetterMethodName" : "setStatusMessage", "c2jName" : "statusMessage", "c2jShape" : "ReplicationJobStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

The description of the current status of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusMessage(String)}.\n@param statusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the current status of the replication job.

\n@return The description of the current status of the replication job.\n@deprecated Use {@link #statusMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusMessage(String)}\n", "documentation" : "

The description of the current status of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusMessage", "fluentSetterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusMessage", "getterDocumentation" : "

The description of the current status of the replication job.

\n@return The description of the current status of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusMessage", "sensitive" : false, "setterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.", "setterMethodName" : "setStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

The description of the current status of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VmServer" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmServer", "beanStyleSetterMethodName" : "setVmServer", "c2jName" : "vmServer", "c2jShape" : "VmServer", "defaultConsumerFluentSetterDocumentation" : "

Information about the VM server.

\nThis is a convenience that creates an instance of the {@link VmServer.Builder} avoiding the need to create one manually via {@link VmServer#builder()}.\n\nWhen the {@link Consumer} completes, {@link VmServer.Builder#build()} is called immediately and its result is passed to {@link #vmServer(VmServer)}.\n@param vmServer a consumer that will call methods on {@link VmServer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmServer(VmServer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the VM server.

\n@return Information about the VM server.\n@deprecated Use {@link #vmServer()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmServer(VmServer)}\n", "documentation" : "

Information about the VM server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmServer property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmServer", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmServer", "fluentSetterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmServer", "getterDocumentation" : "

Information about the VM server.

\n@return Information about the VM server.", "getterModel" : { "returnType" : "VmServer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmServer", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmServer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VmServer", "sensitive" : false, "setterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.", "setterMethodName" : "setVmServer", "setterModel" : { "variableDeclarationType" : "VmServer", "variableName" : "vmServer", "variableType" : "VmServer", "documentation" : null, "simpleType" : "VmServer", "variableSetterType" : "VmServer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VmServer", "variableName" : "vmServer", "variableType" : "VmServer", "documentation" : "

Information about the VM server.

", "simpleType" : "VmServer", "variableSetterType" : "VmServer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerId", "beanStyleSetterMethodName" : "setServerId", "c2jName" : "serverId", "c2jShape" : "ServerId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverId(String)}.\n@param serverId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.\n@deprecated Use {@link #serverId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverId(String)}\n", "documentation" : "

The identifier of the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverId", "fluentSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverId", "getterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerId", "sensitive" : false, "setterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.", "setterMethodName" : "setServerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : "

The identifier of the server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerType", "beanStyleSetterMethodName" : "setServerType", "c2jName" : "serverType", "c2jShape" : "ServerType", "defaultConsumerFluentSetterDocumentation" : "

The type of server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverTypeAsString(String)}.\n@param serverType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The type of server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverType} will return {@link ServerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverTypeAsString}.\n

\n@return The type of server.\n@see ServerType\n@deprecated Use {@link #serverTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType\n@deprecated Use {@link #serverType(String)}\n", "documentation" : "

The type of server.

", "endpointDiscoveryId" : false, "enumType" : "ServerType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerType", "fluentEnumGetterMethodName" : "serverType", "fluentEnumSetterMethodName" : "serverType", "fluentGetterMethodName" : "serverTypeAsString", "fluentSetterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType", "fluentSetterMethodName" : "serverType", "getterDocumentation" : "

The type of server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverType} will return {@link ServerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverTypeAsString}.\n

\n@return The type of server.\n@see ServerType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerType", "sensitive" : false, "setterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType", "setterMethodName" : "setServerType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverType", "variableType" : "String", "documentation" : "

The type of server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmServer", "beanStyleSetterMethodName" : "setVmServer", "c2jName" : "vmServer", "c2jShape" : "VmServer", "defaultConsumerFluentSetterDocumentation" : "

Information about the VM server.

\nThis is a convenience that creates an instance of the {@link VmServer.Builder} avoiding the need to create one manually via {@link VmServer#builder()}.\n\nWhen the {@link Consumer} completes, {@link VmServer.Builder#build()} is called immediately and its result is passed to {@link #vmServer(VmServer)}.\n@param vmServer a consumer that will call methods on {@link VmServer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmServer(VmServer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the VM server.

\n@return Information about the VM server.\n@deprecated Use {@link #vmServer()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmServer(VmServer)}\n", "documentation" : "

Information about the VM server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmServer property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmServer", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmServer", "fluentSetterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmServer", "getterDocumentation" : "

Information about the VM server.

\n@return Information about the VM server.", "getterModel" : { "returnType" : "VmServer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmServer", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmServer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VmServer", "sensitive" : false, "setterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.", "setterMethodName" : "setVmServer", "setterModel" : { "variableDeclarationType" : "VmServer", "variableName" : "vmServer", "variableType" : "VmServer", "documentation" : null, "simpleType" : "VmServer", "variableSetterType" : "VmServer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VmServer", "variableName" : "vmServer", "variableType" : "VmServer", "documentation" : "

Information about the VM server.

", "simpleType" : "VmServer", "variableSetterType" : "VmServer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSeedReplicationTime", "beanStyleSetterMethodName" : "setSeedReplicationTime", "c2jName" : "seedReplicationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The seed replication time.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #seedReplicationTime(Instant)}.\n@param seedReplicationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #seedReplicationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The seed replication time.

\n@return The seed replication time.\n@deprecated Use {@link #seedReplicationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #seedReplicationTime(Instant)}\n", "documentation" : "

The seed replication time.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SeedReplicationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSeedReplicationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "seedReplicationTime", "fluentSetterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "seedReplicationTime", "getterDocumentation" : "

The seed replication time.

\n@return The seed replication time.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "seedReplicationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "seedReplicationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SeedReplicationTime", "sensitive" : false, "setterDocumentation" : "

The seed replication time.

\n@param seedReplicationTime The seed replication time.", "setterMethodName" : "setSeedReplicationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedReplicationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedReplicationTime", "variableType" : "java.time.Instant", "documentation" : "

The seed replication time.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrequency", "beanStyleSetterMethodName" : "setFrequency", "c2jName" : "frequency", "c2jShape" : "Frequency", "defaultConsumerFluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #frequency(Integer)}.\n@param frequency a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #frequency(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.\n@deprecated Use {@link #frequency()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #frequency(Integer)}\n", "documentation" : "

The time between consecutive replication runs, in hours.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Frequency property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrequency", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frequency", "fluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frequency", "getterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "frequency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "frequency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Frequency", "sensitive" : false, "setterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.", "setterMethodName" : "setFrequency", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : "

The time between consecutive replication runs, in hours.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRunOnce", "beanStyleSetterMethodName" : "setRunOnce", "c2jName" : "runOnce", "c2jShape" : "RunOnce", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #runOnce(Boolean)}.\n@param runOnce a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #runOnce(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

\n@return \n@deprecated Use {@link #runOnce()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #runOnce(Boolean)}\n", "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RunOnce property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRunOnce", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "runOnce", "fluentSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "runOnce", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "runOnce", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "runOnce", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RunOnce", "sensitive" : false, "setterDocumentation" : "

\n@param runOnce ", "setterMethodName" : "setRunOnce", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : "

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextReplicationRunStartTime", "beanStyleSetterMethodName" : "setNextReplicationRunStartTime", "c2jName" : "nextReplicationRunStartTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start time of the next replication run.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #nextReplicationRunStartTime(Instant)}.\n@param nextReplicationRunStartTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextReplicationRunStartTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.\n@deprecated Use {@link #nextReplicationRunStartTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextReplicationRunStartTime(Instant)}\n", "documentation" : "

The start time of the next replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextReplicationRunStartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextReplicationRunStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextReplicationRunStartTime", "fluentSetterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextReplicationRunStartTime", "getterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextReplicationRunStartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextReplicationRunStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NextReplicationRunStartTime", "sensitive" : false, "setterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.", "setterMethodName" : "setNextReplicationRunStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nextReplicationRunStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nextReplicationRunStartTime", "variableType" : "java.time.Instant", "documentation" : "

The start time of the next replication run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLicenseType", "beanStyleSetterMethodName" : "setLicenseType", "c2jName" : "licenseType", "c2jShape" : "LicenseType", "defaultConsumerFluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #licenseTypeAsString(String)}.\n@param licenseType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #licenseType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@deprecated Use {@link #licenseTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType\n@deprecated Use {@link #licenseType(String)}\n", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "endpointDiscoveryId" : false, "enumType" : "LicenseType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LicenseType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLicenseType", "fluentEnumGetterMethodName" : "licenseType", "fluentEnumSetterMethodName" : "licenseType", "fluentGetterMethodName" : "licenseTypeAsString", "fluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType", "fluentSetterMethodName" : "licenseType", "getterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "licenseType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "licenseType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LicenseType", "sensitive" : false, "setterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "setterMethodName" : "setLicenseType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\n@return The name of the IAM role to be used by the Server Migration Service.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\n@param roleName The name of the IAM role to be used by the Server Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

The name of the IAM role to be used by the Server Migration Service.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\n@param roleName The name of the IAM role to be used by the Server Migration Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\n@return The name of the IAM role to be used by the Server Migration Service.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

The name of the IAM role to be used by the Server Migration Service.

\n@param roleName The name of the IAM role to be used by the Server Migration Service.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

The name of the IAM role to be used by the Server Migration Service.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLatestAmiId", "beanStyleSetterMethodName" : "setLatestAmiId", "c2jName" : "latestAmiId", "c2jShape" : "AmiId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #latestAmiId(String)}.\n@param latestAmiId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latestAmiId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\n@return The ID of the latest Amazon Machine Image (AMI).\n@deprecated Use {@link #latestAmiId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\n@param latestAmiId The ID of the latest Amazon Machine Image (AMI).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #latestAmiId(String)}\n", "documentation" : "

The ID of the latest Amazon Machine Image (AMI).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LatestAmiId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLatestAmiId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "latestAmiId", "fluentSetterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\n@param latestAmiId The ID of the latest Amazon Machine Image (AMI).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "latestAmiId", "getterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\n@return The ID of the latest Amazon Machine Image (AMI).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "latestAmiId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "latestAmiId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LatestAmiId", "sensitive" : false, "setterDocumentation" : "

The ID of the latest Amazon Machine Image (AMI).

\n@param latestAmiId The ID of the latest Amazon Machine Image (AMI).", "setterMethodName" : "setLatestAmiId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "latestAmiId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "latestAmiId", "variableType" : "String", "documentation" : "

The ID of the latest Amazon Machine Image (AMI).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "state", "c2jShape" : "ReplicationJobState", "defaultConsumerFluentSetterDocumentation" : "

The state of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The state of the replication job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link ReplicationJobState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

\n@return The state of the replication job.\n@see ReplicationJobState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The state of the replication job.

\n@param state The state of the replication job.\n@see ReplicationJobState\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationJobState\n@deprecated Use {@link #state(String)}\n", "documentation" : "

The state of the replication job.

", "endpointDiscoveryId" : false, "enumType" : "ReplicationJobState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

The state of the replication job.

\n@param state The state of the replication job.\n@see ReplicationJobState\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationJobState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

The state of the replication job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link ReplicationJobState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

\n@return The state of the replication job.\n@see ReplicationJobState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "state", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "state", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

The state of the replication job.

\n@param state The state of the replication job.\n@see ReplicationJobState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusMessage", "beanStyleSetterMethodName" : "setStatusMessage", "c2jName" : "statusMessage", "c2jShape" : "ReplicationJobStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

The description of the current status of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusMessage(String)}.\n@param statusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the current status of the replication job.

\n@return The description of the current status of the replication job.\n@deprecated Use {@link #statusMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusMessage(String)}\n", "documentation" : "

The description of the current status of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusMessage", "fluentSetterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusMessage", "getterDocumentation" : "

The description of the current status of the replication job.

\n@return The description of the current status of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusMessage", "sensitive" : false, "setterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.", "setterMethodName" : "setStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

The description of the current status of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNumberOfRecentAmisToKeep", "beanStyleSetterMethodName" : "setNumberOfRecentAmisToKeep", "c2jName" : "numberOfRecentAmisToKeep", "c2jShape" : "NumberOfRecentAmisToKeep", "defaultConsumerFluentSetterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numberOfRecentAmisToKeep(Integer)}.\n@param numberOfRecentAmisToKeep a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numberOfRecentAmisToKeep(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\n@return Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.\n@deprecated Use {@link #numberOfRecentAmisToKeep()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfRecentAmisToKeep(Integer)}\n", "documentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NumberOfRecentAmisToKeep property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNumberOfRecentAmisToKeep", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberOfRecentAmisToKeep", "fluentSetterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberOfRecentAmisToKeep", "getterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\n@return Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "numberOfRecentAmisToKeep", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "numberOfRecentAmisToKeep", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumberOfRecentAmisToKeep", "sensitive" : false, "setterDocumentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.", "setterMethodName" : "setNumberOfRecentAmisToKeep", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : "

Number of recent AMIs to keep in the customer's account for a replication job. By default the value is set to zero, meaning that all AMIs are kept.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncrypted", "beanStyleSetterMethodName" : "setEncrypted", "c2jName" : "encrypted", "c2jShape" : "Encrypted", "defaultConsumerFluentSetterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #encrypted(Boolean)}.\n@param encrypted a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encrypted(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\n@return Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.\n@deprecated Use {@link #encrypted()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\n@param encrypted Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encrypted(Boolean)}\n", "documentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Encrypted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncrypted", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encrypted", "fluentSetterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\n@param encrypted Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encrypted", "getterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\n@return Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encrypted", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encrypted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Encrypted", "sensitive" : false, "setterDocumentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

\n@param encrypted Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.", "setterMethodName" : "setEncrypted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : "

Whether the replication job should produce encrypted AMIs or not. See also KmsKeyId below.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getReplicationRunList", "beanStyleSetterMethodName" : "setReplicationRunList", "c2jName" : "replicationRunList", "c2jShape" : "ReplicationRunList", "defaultConsumerFluentSetterDocumentation" : "

Information about the replication runs.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #replicationRunList(List)}.\n@param replicationRunList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationRunList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the replication runs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationRunList()} to see if a value was sent in this field.\n

\n@return Information about the replication runs.\n@deprecated Use {@link #replicationRunList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationRunList(List)}\n", "documentation" : "

Information about the replication runs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationRunList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationRunList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationRunList", "fluentSetterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationRunList", "getterDocumentation" : "

Information about the replication runs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasReplicationRunList()} to see if a value was sent in this field.\n

\n@return Information about the replication runs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationRunList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationRunList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ReplicationRun", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReplicationRun.Builder} avoiding the need to create one manually via {@link ReplicationRun#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationRun.Builder#build()} is called immediately and its result is passed to {@link #member(ReplicationRun)}.\n@param member a consumer that will call methods on {@link ReplicationRun.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReplicationRun)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ReplicationRun)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ReplicationRun", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ReplicationRun", "variableName" : "member", "variableType" : "ReplicationRun", "documentation" : null, "simpleType" : "ReplicationRun", "variableSetterType" : "ReplicationRun" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationRun", "variableName" : "member", "variableType" : "ReplicationRun", "documentation" : "", "simpleType" : "ReplicationRun", "variableSetterType" : "ReplicationRun" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ReplicationRun", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ReplicationRun", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ReplicationRunList", "sensitive" : false, "setterDocumentation" : "

Information about the replication runs.

\n@param replicationRunList Information about the replication runs.", "setterMethodName" : "setReplicationRunList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationRunList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "replicationRunList", "variableType" : "java.util.List", "documentation" : "

Information about the replication runs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationJob", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplicationJob", "variableName" : "replicationJob", "variableType" : "ReplicationJob", "documentation" : null, "simpleType" : "ReplicationJob", "variableSetterType" : "ReplicationJob" }, "wrapper" : false, "xmlNamespace" : null }, "ReplicationJobAlreadyExistsException" : { "c2jName" : "ReplicationJobAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified replication job already exists.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ReplicationJobAlreadyExistsException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationJobAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReplicationJobAlreadyExistsException", "variableName" : "replicationJobAlreadyExistsException", "variableType" : "ReplicationJobAlreadyExistsException", "documentation" : null, "simpleType" : "ReplicationJobAlreadyExistsException", "variableSetterType" : "ReplicationJobAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "ReplicationJobNotFoundException" : { "c2jName" : "ReplicationJobNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified replication job does not exist.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ReplicationJobNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationJobNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReplicationJobNotFoundException", "variableName" : "replicationJobNotFoundException", "variableType" : "ReplicationJobNotFoundException", "documentation" : null, "simpleType" : "ReplicationJobNotFoundException", "variableSetterType" : "ReplicationJobNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "ReplicationJobState" : { "c2jName" : "ReplicationJobState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PENDING", "value" : "PENDING" }, { "name" : "ACTIVE", "value" : "ACTIVE" }, { "name" : "FAILED", "value" : "FAILED" }, { "name" : "DELETING", "value" : "DELETING" }, { "name" : "DELETED", "value" : "DELETED" }, { "name" : "COMPLETED", "value" : "COMPLETED" }, { "name" : "PAUSED_ON_FAILURE", "value" : "PAUSED_ON_FAILURE" }, { "name" : "FAILING", "value" : "FAILING" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationJobState", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplicationJobState", "variableName" : "replicationJobState", "variableType" : "ReplicationJobState", "documentation" : null, "simpleType" : "ReplicationJobState", "variableSetterType" : "ReplicationJobState" }, "wrapper" : false, "xmlNamespace" : null }, "ReplicationRun" : { "c2jName" : "ReplicationRun", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents a replication run.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationRunId", "beanStyleSetterMethodName" : "setReplicationRunId", "c2jName" : "replicationRunId", "c2jShape" : "ReplicationRunId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationRunId(String)}.\n@param replicationRunId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationRunId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication run.

\n@return The identifier of the replication run.\n@deprecated Use {@link #replicationRunId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationRunId(String)}\n", "documentation" : "

The identifier of the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationRunId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationRunId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationRunId", "fluentSetterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationRunId", "getterDocumentation" : "

The identifier of the replication run.

\n@return The identifier of the replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationRunId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationRunId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationRunId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.", "setterMethodName" : "setReplicationRunId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationRunId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationRunId", "variableType" : "String", "documentation" : "

The identifier of the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "state", "c2jShape" : "ReplicationRunState", "defaultConsumerFluentSetterDocumentation" : "

The state of the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The state of the replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link ReplicationRunState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

\n@return The state of the replication run.\n@see ReplicationRunState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The state of the replication run.

\n@param state The state of the replication run.\n@see ReplicationRunState\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunState\n@deprecated Use {@link #state(String)}\n", "documentation" : "

The state of the replication run.

", "endpointDiscoveryId" : false, "enumType" : "ReplicationRunState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

The state of the replication run.

\n@param state The state of the replication run.\n@see ReplicationRunState\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

The state of the replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link ReplicationRunState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

\n@return The state of the replication run.\n@see ReplicationRunState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "state", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "state", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

The state of the replication run.

\n@param state The state of the replication run.\n@see ReplicationRunState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "type", "c2jShape" : "ReplicationRunType", "defaultConsumerFluentSetterDocumentation" : "

The type of replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The type of replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ReplicationRunType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The type of replication run.\n@see ReplicationRunType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of replication run.

\n@param type The type of replication run.\n@see ReplicationRunType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

The type of replication run.

", "endpointDiscoveryId" : false, "enumType" : "ReplicationRunType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

The type of replication run.

\n@param type The type of replication run.\n@see ReplicationRunType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

The type of replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ReplicationRunType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The type of replication run.\n@see ReplicationRunType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

The type of replication run.

\n@param type The type of replication run.\n@see ReplicationRunType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStageDetails", "beanStyleSetterMethodName" : "setStageDetails", "c2jName" : "stageDetails", "c2jShape" : "ReplicationRunStageDetails", "defaultConsumerFluentSetterDocumentation" : "

Details of the current stage of the replication run.

\nThis is a convenience that creates an instance of the {@link ReplicationRunStageDetails.Builder} avoiding the need to create one manually via {@link ReplicationRunStageDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationRunStageDetails.Builder#build()} is called immediately and its result is passed to {@link #stageDetails(ReplicationRunStageDetails)}.\n@param stageDetails a consumer that will call methods on {@link ReplicationRunStageDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stageDetails(ReplicationRunStageDetails)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Details of the current stage of the replication run.

\n@return Details of the current stage of the replication run.\n@deprecated Use {@link #stageDetails()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Details of the current stage of the replication run.

\n@param stageDetails Details of the current stage of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stageDetails(ReplicationRunStageDetails)}\n", "documentation" : "

Details of the current stage of the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StageDetails property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStageDetails", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stageDetails", "fluentSetterDocumentation" : "

Details of the current stage of the replication run.

\n@param stageDetails Details of the current stage of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stageDetails", "getterDocumentation" : "

Details of the current stage of the replication run.

\n@return Details of the current stage of the replication run.", "getterModel" : { "returnType" : "ReplicationRunStageDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stageDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stageDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StageDetails", "sensitive" : false, "setterDocumentation" : "

Details of the current stage of the replication run.

\n@param stageDetails Details of the current stage of the replication run.", "setterMethodName" : "setStageDetails", "setterModel" : { "variableDeclarationType" : "ReplicationRunStageDetails", "variableName" : "stageDetails", "variableType" : "ReplicationRunStageDetails", "documentation" : null, "simpleType" : "ReplicationRunStageDetails", "variableSetterType" : "ReplicationRunStageDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationRunStageDetails", "variableName" : "stageDetails", "variableType" : "ReplicationRunStageDetails", "documentation" : "

Details of the current stage of the replication run.

", "simpleType" : "ReplicationRunStageDetails", "variableSetterType" : "ReplicationRunStageDetails" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusMessage", "beanStyleSetterMethodName" : "setStatusMessage", "c2jName" : "statusMessage", "c2jShape" : "ReplicationRunStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

The description of the current status of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusMessage(String)}.\n@param statusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the current status of the replication job.

\n@return The description of the current status of the replication job.\n@deprecated Use {@link #statusMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusMessage(String)}\n", "documentation" : "

The description of the current status of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusMessage", "fluentSetterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusMessage", "getterDocumentation" : "

The description of the current status of the replication job.

\n@return The description of the current status of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusMessage", "sensitive" : false, "setterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.", "setterMethodName" : "setStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

The description of the current status of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAmiId", "beanStyleSetterMethodName" : "setAmiId", "c2jName" : "amiId", "c2jShape" : "AmiId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #amiId(String)}.\n@param amiId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #amiId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\n@return The identifier of the Amazon Machine Image (AMI) from the replication run.\n@deprecated Use {@link #amiId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\n@param amiId The identifier of the Amazon Machine Image (AMI) from the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #amiId(String)}\n", "documentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AmiId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAmiId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "amiId", "fluentSetterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\n@param amiId The identifier of the Amazon Machine Image (AMI) from the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "amiId", "getterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\n@return The identifier of the Amazon Machine Image (AMI) from the replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "amiId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "amiId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AmiId", "sensitive" : false, "setterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\n@param amiId The identifier of the Amazon Machine Image (AMI) from the replication run.", "setterMethodName" : "setAmiId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "amiId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "amiId", "variableType" : "String", "documentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScheduledStartTime", "beanStyleSetterMethodName" : "setScheduledStartTime", "c2jName" : "scheduledStartTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start time of the next replication run.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #scheduledStartTime(Instant)}.\n@param scheduledStartTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scheduledStartTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.\n@deprecated Use {@link #scheduledStartTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time of the next replication run.

\n@param scheduledStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduledStartTime(Instant)}\n", "documentation" : "

The start time of the next replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ScheduledStartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasScheduledStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scheduledStartTime", "fluentSetterDocumentation" : "

The start time of the next replication run.

\n@param scheduledStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scheduledStartTime", "getterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "scheduledStartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "scheduledStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ScheduledStartTime", "sensitive" : false, "setterDocumentation" : "

The start time of the next replication run.

\n@param scheduledStartTime The start time of the next replication run.", "setterMethodName" : "setScheduledStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledStartTime", "variableType" : "java.time.Instant", "documentation" : "

The start time of the next replication run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletedTime", "beanStyleSetterMethodName" : "setCompletedTime", "c2jName" : "completedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The completion time of the last replication run.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #completedTime(Instant)}.\n@param completedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The completion time of the last replication run.

\n@return The completion time of the last replication run.\n@deprecated Use {@link #completedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The completion time of the last replication run.

\n@param completedTime The completion time of the last replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completedTime(Instant)}\n", "documentation" : "

The completion time of the last replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completedTime", "fluentSetterDocumentation" : "

The completion time of the last replication run.

\n@param completedTime The completion time of the last replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completedTime", "getterDocumentation" : "

The completion time of the last replication run.

\n@return The completion time of the last replication run.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "completedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "completedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletedTime", "sensitive" : false, "setterDocumentation" : "

The completion time of the last replication run.

\n@param completedTime The completion time of the last replication run.", "setterMethodName" : "setCompletedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTime", "variableType" : "java.time.Instant", "documentation" : "

The completion time of the last replication run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the replication run.

\n@return The description of the replication run.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the replication run.

\n@return The description of the replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncrypted", "beanStyleSetterMethodName" : "setEncrypted", "c2jName" : "encrypted", "c2jShape" : "Encrypted", "defaultConsumerFluentSetterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #encrypted(Boolean)}.\n@param encrypted a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encrypted(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\n@return Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.\n@deprecated Use {@link #encrypted()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\n@param encrypted Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encrypted(Boolean)}\n", "documentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Encrypted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncrypted", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encrypted", "fluentSetterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\n@param encrypted Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encrypted", "getterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\n@return Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encrypted", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encrypted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Encrypted", "sensitive" : false, "setterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\n@param encrypted Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.", "setterMethodName" : "setEncrypted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AmiId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAmiId", "beanStyleSetterMethodName" : "setAmiId", "c2jName" : "amiId", "c2jShape" : "AmiId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #amiId(String)}.\n@param amiId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #amiId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\n@return The identifier of the Amazon Machine Image (AMI) from the replication run.\n@deprecated Use {@link #amiId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\n@param amiId The identifier of the Amazon Machine Image (AMI) from the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #amiId(String)}\n", "documentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AmiId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAmiId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "amiId", "fluentSetterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\n@param amiId The identifier of the Amazon Machine Image (AMI) from the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "amiId", "getterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\n@return The identifier of the Amazon Machine Image (AMI) from the replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "amiId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "amiId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AmiId", "sensitive" : false, "setterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\n@param amiId The identifier of the Amazon Machine Image (AMI) from the replication run.", "setterMethodName" : "setAmiId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "amiId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "amiId", "variableType" : "String", "documentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CompletedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletedTime", "beanStyleSetterMethodName" : "setCompletedTime", "c2jName" : "completedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The completion time of the last replication run.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #completedTime(Instant)}.\n@param completedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The completion time of the last replication run.

\n@return The completion time of the last replication run.\n@deprecated Use {@link #completedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The completion time of the last replication run.

\n@param completedTime The completion time of the last replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completedTime(Instant)}\n", "documentation" : "

The completion time of the last replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completedTime", "fluentSetterDocumentation" : "

The completion time of the last replication run.

\n@param completedTime The completion time of the last replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completedTime", "getterDocumentation" : "

The completion time of the last replication run.

\n@return The completion time of the last replication run.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "completedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "completedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletedTime", "sensitive" : false, "setterDocumentation" : "

The completion time of the last replication run.

\n@param completedTime The completion time of the last replication run.", "setterMethodName" : "setCompletedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTime", "variableType" : "java.time.Instant", "documentation" : "

The completion time of the last replication run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the replication run.

\n@return The description of the replication run.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the replication run.

\n@return The description of the replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Encrypted" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncrypted", "beanStyleSetterMethodName" : "setEncrypted", "c2jName" : "encrypted", "c2jShape" : "Encrypted", "defaultConsumerFluentSetterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #encrypted(Boolean)}.\n@param encrypted a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encrypted(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\n@return Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.\n@deprecated Use {@link #encrypted()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\n@param encrypted Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encrypted(Boolean)}\n", "documentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Encrypted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncrypted", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encrypted", "fluentSetterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\n@param encrypted Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encrypted", "getterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\n@return Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encrypted", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encrypted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Encrypted", "sensitive" : false, "setterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\n@param encrypted Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.", "setterMethodName" : "setEncrypted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "KmsKeyId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplicationRunId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationRunId", "beanStyleSetterMethodName" : "setReplicationRunId", "c2jName" : "replicationRunId", "c2jShape" : "ReplicationRunId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationRunId(String)}.\n@param replicationRunId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationRunId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication run.

\n@return The identifier of the replication run.\n@deprecated Use {@link #replicationRunId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationRunId(String)}\n", "documentation" : "

The identifier of the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationRunId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationRunId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationRunId", "fluentSetterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationRunId", "getterDocumentation" : "

The identifier of the replication run.

\n@return The identifier of the replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationRunId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationRunId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationRunId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.", "setterMethodName" : "setReplicationRunId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationRunId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationRunId", "variableType" : "String", "documentation" : "

The identifier of the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ScheduledStartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScheduledStartTime", "beanStyleSetterMethodName" : "setScheduledStartTime", "c2jName" : "scheduledStartTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start time of the next replication run.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #scheduledStartTime(Instant)}.\n@param scheduledStartTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scheduledStartTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.\n@deprecated Use {@link #scheduledStartTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time of the next replication run.

\n@param scheduledStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduledStartTime(Instant)}\n", "documentation" : "

The start time of the next replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ScheduledStartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasScheduledStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scheduledStartTime", "fluentSetterDocumentation" : "

The start time of the next replication run.

\n@param scheduledStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scheduledStartTime", "getterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "scheduledStartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "scheduledStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ScheduledStartTime", "sensitive" : false, "setterDocumentation" : "

The start time of the next replication run.

\n@param scheduledStartTime The start time of the next replication run.", "setterMethodName" : "setScheduledStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledStartTime", "variableType" : "java.time.Instant", "documentation" : "

The start time of the next replication run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StageDetails" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStageDetails", "beanStyleSetterMethodName" : "setStageDetails", "c2jName" : "stageDetails", "c2jShape" : "ReplicationRunStageDetails", "defaultConsumerFluentSetterDocumentation" : "

Details of the current stage of the replication run.

\nThis is a convenience that creates an instance of the {@link ReplicationRunStageDetails.Builder} avoiding the need to create one manually via {@link ReplicationRunStageDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationRunStageDetails.Builder#build()} is called immediately and its result is passed to {@link #stageDetails(ReplicationRunStageDetails)}.\n@param stageDetails a consumer that will call methods on {@link ReplicationRunStageDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stageDetails(ReplicationRunStageDetails)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Details of the current stage of the replication run.

\n@return Details of the current stage of the replication run.\n@deprecated Use {@link #stageDetails()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Details of the current stage of the replication run.

\n@param stageDetails Details of the current stage of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stageDetails(ReplicationRunStageDetails)}\n", "documentation" : "

Details of the current stage of the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StageDetails property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStageDetails", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stageDetails", "fluentSetterDocumentation" : "

Details of the current stage of the replication run.

\n@param stageDetails Details of the current stage of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stageDetails", "getterDocumentation" : "

Details of the current stage of the replication run.

\n@return Details of the current stage of the replication run.", "getterModel" : { "returnType" : "ReplicationRunStageDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stageDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stageDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StageDetails", "sensitive" : false, "setterDocumentation" : "

Details of the current stage of the replication run.

\n@param stageDetails Details of the current stage of the replication run.", "setterMethodName" : "setStageDetails", "setterModel" : { "variableDeclarationType" : "ReplicationRunStageDetails", "variableName" : "stageDetails", "variableType" : "ReplicationRunStageDetails", "documentation" : null, "simpleType" : "ReplicationRunStageDetails", "variableSetterType" : "ReplicationRunStageDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationRunStageDetails", "variableName" : "stageDetails", "variableType" : "ReplicationRunStageDetails", "documentation" : "

Details of the current stage of the replication run.

", "simpleType" : "ReplicationRunStageDetails", "variableSetterType" : "ReplicationRunStageDetails" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "State" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "state", "c2jShape" : "ReplicationRunState", "defaultConsumerFluentSetterDocumentation" : "

The state of the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The state of the replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link ReplicationRunState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

\n@return The state of the replication run.\n@see ReplicationRunState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The state of the replication run.

\n@param state The state of the replication run.\n@see ReplicationRunState\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunState\n@deprecated Use {@link #state(String)}\n", "documentation" : "

The state of the replication run.

", "endpointDiscoveryId" : false, "enumType" : "ReplicationRunState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

The state of the replication run.

\n@param state The state of the replication run.\n@see ReplicationRunState\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

The state of the replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link ReplicationRunState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

\n@return The state of the replication run.\n@see ReplicationRunState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "state", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "state", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

The state of the replication run.

\n@param state The state of the replication run.\n@see ReplicationRunState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StatusMessage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusMessage", "beanStyleSetterMethodName" : "setStatusMessage", "c2jName" : "statusMessage", "c2jShape" : "ReplicationRunStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

The description of the current status of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusMessage(String)}.\n@param statusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the current status of the replication job.

\n@return The description of the current status of the replication job.\n@deprecated Use {@link #statusMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusMessage(String)}\n", "documentation" : "

The description of the current status of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusMessage", "fluentSetterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusMessage", "getterDocumentation" : "

The description of the current status of the replication job.

\n@return The description of the current status of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusMessage", "sensitive" : false, "setterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.", "setterMethodName" : "setStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

The description of the current status of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "type", "c2jShape" : "ReplicationRunType", "defaultConsumerFluentSetterDocumentation" : "

The type of replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The type of replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ReplicationRunType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The type of replication run.\n@see ReplicationRunType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of replication run.

\n@param type The type of replication run.\n@see ReplicationRunType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

The type of replication run.

", "endpointDiscoveryId" : false, "enumType" : "ReplicationRunType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

The type of replication run.

\n@param type The type of replication run.\n@see ReplicationRunType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

The type of replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ReplicationRunType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The type of replication run.\n@see ReplicationRunType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

The type of replication run.

\n@param type The type of replication run.\n@see ReplicationRunType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationRunId", "beanStyleSetterMethodName" : "setReplicationRunId", "c2jName" : "replicationRunId", "c2jShape" : "ReplicationRunId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationRunId(String)}.\n@param replicationRunId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationRunId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication run.

\n@return The identifier of the replication run.\n@deprecated Use {@link #replicationRunId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationRunId(String)}\n", "documentation" : "

The identifier of the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationRunId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationRunId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationRunId", "fluentSetterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationRunId", "getterDocumentation" : "

The identifier of the replication run.

\n@return The identifier of the replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationRunId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationRunId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationRunId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.", "setterMethodName" : "setReplicationRunId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationRunId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationRunId", "variableType" : "String", "documentation" : "

The identifier of the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "state", "c2jShape" : "ReplicationRunState", "defaultConsumerFluentSetterDocumentation" : "

The state of the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The state of the replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link ReplicationRunState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

\n@return The state of the replication run.\n@see ReplicationRunState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The state of the replication run.

\n@param state The state of the replication run.\n@see ReplicationRunState\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunState\n@deprecated Use {@link #state(String)}\n", "documentation" : "

The state of the replication run.

", "endpointDiscoveryId" : false, "enumType" : "ReplicationRunState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasState", "fluentEnumGetterMethodName" : "state", "fluentEnumSetterMethodName" : "state", "fluentGetterMethodName" : "stateAsString", "fluentSetterDocumentation" : "

The state of the replication run.

\n@param state The state of the replication run.\n@see ReplicationRunState\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

The state of the replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link ReplicationRunState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n

\n@return The state of the replication run.\n@see ReplicationRunState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "state", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "state", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "State", "sensitive" : false, "setterDocumentation" : "

The state of the replication run.

\n@param state The state of the replication run.\n@see ReplicationRunState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "type", "c2jShape" : "ReplicationRunType", "defaultConsumerFluentSetterDocumentation" : "

The type of replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The type of replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ReplicationRunType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The type of replication run.\n@see ReplicationRunType\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of replication run.

\n@param type The type of replication run.\n@see ReplicationRunType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunType\n@deprecated Use {@link #type(String)}\n", "documentation" : "

The type of replication run.

", "endpointDiscoveryId" : false, "enumType" : "ReplicationRunType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

The type of replication run.

\n@param type The type of replication run.\n@see ReplicationRunType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationRunType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

The type of replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link ReplicationRunType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The type of replication run.\n@see ReplicationRunType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

The type of replication run.

\n@param type The type of replication run.\n@see ReplicationRunType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The type of replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStageDetails", "beanStyleSetterMethodName" : "setStageDetails", "c2jName" : "stageDetails", "c2jShape" : "ReplicationRunStageDetails", "defaultConsumerFluentSetterDocumentation" : "

Details of the current stage of the replication run.

\nThis is a convenience that creates an instance of the {@link ReplicationRunStageDetails.Builder} avoiding the need to create one manually via {@link ReplicationRunStageDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReplicationRunStageDetails.Builder#build()} is called immediately and its result is passed to {@link #stageDetails(ReplicationRunStageDetails)}.\n@param stageDetails a consumer that will call methods on {@link ReplicationRunStageDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stageDetails(ReplicationRunStageDetails)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Details of the current stage of the replication run.

\n@return Details of the current stage of the replication run.\n@deprecated Use {@link #stageDetails()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Details of the current stage of the replication run.

\n@param stageDetails Details of the current stage of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stageDetails(ReplicationRunStageDetails)}\n", "documentation" : "

Details of the current stage of the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StageDetails property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStageDetails", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stageDetails", "fluentSetterDocumentation" : "

Details of the current stage of the replication run.

\n@param stageDetails Details of the current stage of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stageDetails", "getterDocumentation" : "

Details of the current stage of the replication run.

\n@return Details of the current stage of the replication run.", "getterModel" : { "returnType" : "ReplicationRunStageDetails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stageDetails", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stageDetails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "StageDetails", "sensitive" : false, "setterDocumentation" : "

Details of the current stage of the replication run.

\n@param stageDetails Details of the current stage of the replication run.", "setterMethodName" : "setStageDetails", "setterModel" : { "variableDeclarationType" : "ReplicationRunStageDetails", "variableName" : "stageDetails", "variableType" : "ReplicationRunStageDetails", "documentation" : null, "simpleType" : "ReplicationRunStageDetails", "variableSetterType" : "ReplicationRunStageDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ReplicationRunStageDetails", "variableName" : "stageDetails", "variableType" : "ReplicationRunStageDetails", "documentation" : "

Details of the current stage of the replication run.

", "simpleType" : "ReplicationRunStageDetails", "variableSetterType" : "ReplicationRunStageDetails" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusMessage", "beanStyleSetterMethodName" : "setStatusMessage", "c2jName" : "statusMessage", "c2jShape" : "ReplicationRunStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

The description of the current status of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusMessage(String)}.\n@param statusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the current status of the replication job.

\n@return The description of the current status of the replication job.\n@deprecated Use {@link #statusMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusMessage(String)}\n", "documentation" : "

The description of the current status of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusMessage", "fluentSetterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusMessage", "getterDocumentation" : "

The description of the current status of the replication job.

\n@return The description of the current status of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusMessage", "sensitive" : false, "setterDocumentation" : "

The description of the current status of the replication job.

\n@param statusMessage The description of the current status of the replication job.", "setterMethodName" : "setStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

The description of the current status of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAmiId", "beanStyleSetterMethodName" : "setAmiId", "c2jName" : "amiId", "c2jShape" : "AmiId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #amiId(String)}.\n@param amiId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #amiId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\n@return The identifier of the Amazon Machine Image (AMI) from the replication run.\n@deprecated Use {@link #amiId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\n@param amiId The identifier of the Amazon Machine Image (AMI) from the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #amiId(String)}\n", "documentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AmiId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAmiId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "amiId", "fluentSetterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\n@param amiId The identifier of the Amazon Machine Image (AMI) from the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "amiId", "getterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\n@return The identifier of the Amazon Machine Image (AMI) from the replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "amiId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "amiId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AmiId", "sensitive" : false, "setterDocumentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

\n@param amiId The identifier of the Amazon Machine Image (AMI) from the replication run.", "setterMethodName" : "setAmiId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "amiId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "amiId", "variableType" : "String", "documentation" : "

The identifier of the Amazon Machine Image (AMI) from the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getScheduledStartTime", "beanStyleSetterMethodName" : "setScheduledStartTime", "c2jName" : "scheduledStartTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start time of the next replication run.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #scheduledStartTime(Instant)}.\n@param scheduledStartTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scheduledStartTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.\n@deprecated Use {@link #scheduledStartTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time of the next replication run.

\n@param scheduledStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduledStartTime(Instant)}\n", "documentation" : "

The start time of the next replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ScheduledStartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasScheduledStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "scheduledStartTime", "fluentSetterDocumentation" : "

The start time of the next replication run.

\n@param scheduledStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "scheduledStartTime", "getterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "scheduledStartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "scheduledStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ScheduledStartTime", "sensitive" : false, "setterDocumentation" : "

The start time of the next replication run.

\n@param scheduledStartTime The start time of the next replication run.", "setterMethodName" : "setScheduledStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "scheduledStartTime", "variableType" : "java.time.Instant", "documentation" : "

The start time of the next replication run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletedTime", "beanStyleSetterMethodName" : "setCompletedTime", "c2jName" : "completedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The completion time of the last replication run.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #completedTime(Instant)}.\n@param completedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The completion time of the last replication run.

\n@return The completion time of the last replication run.\n@deprecated Use {@link #completedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The completion time of the last replication run.

\n@param completedTime The completion time of the last replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completedTime(Instant)}\n", "documentation" : "

The completion time of the last replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completedTime", "fluentSetterDocumentation" : "

The completion time of the last replication run.

\n@param completedTime The completion time of the last replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completedTime", "getterDocumentation" : "

The completion time of the last replication run.

\n@return The completion time of the last replication run.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "completedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "completedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletedTime", "sensitive" : false, "setterDocumentation" : "

The completion time of the last replication run.

\n@param completedTime The completion time of the last replication run.", "setterMethodName" : "setCompletedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTime", "variableType" : "java.time.Instant", "documentation" : "

The completion time of the last replication run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the replication run.

\n@return The description of the replication run.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the replication run.

\n@return The description of the replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncrypted", "beanStyleSetterMethodName" : "setEncrypted", "c2jName" : "encrypted", "c2jShape" : "Encrypted", "defaultConsumerFluentSetterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #encrypted(Boolean)}.\n@param encrypted a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encrypted(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\n@return Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.\n@deprecated Use {@link #encrypted()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\n@param encrypted Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encrypted(Boolean)}\n", "documentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Encrypted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncrypted", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encrypted", "fluentSetterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\n@param encrypted Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encrypted", "getterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\n@return Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encrypted", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encrypted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Encrypted", "sensitive" : false, "setterDocumentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

\n@param encrypted Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.", "setterMethodName" : "setEncrypted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : "

Whether the replication run should produce encrypted AMI or not. See also KmsKeyId below.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationRun", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplicationRun", "variableName" : "replicationRun", "variableType" : "ReplicationRun", "documentation" : null, "simpleType" : "ReplicationRun", "variableSetterType" : "ReplicationRun" }, "wrapper" : false, "xmlNamespace" : null }, "ReplicationRunLimitExceededException" : { "c2jName" : "ReplicationRunLimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

You have exceeded the number of on-demand replication runs you can request in a 24-hour period.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ReplicationRunLimitExceededException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationRunLimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReplicationRunLimitExceededException", "variableName" : "replicationRunLimitExceededException", "variableType" : "ReplicationRunLimitExceededException", "documentation" : null, "simpleType" : "ReplicationRunLimitExceededException", "variableSetterType" : "ReplicationRunLimitExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "ReplicationRunStageDetails" : { "c2jName" : "ReplicationRunStageDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Details of the current stage of a replication run.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStage", "beanStyleSetterMethodName" : "setStage", "c2jName" : "stage", "c2jShape" : "ReplicationRunStage", "defaultConsumerFluentSetterDocumentation" : "

String describing the current stage of a replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stage(String)}.\n@param stage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

String describing the current stage of a replication run.

\n@return String describing the current stage of a replication run.\n@deprecated Use {@link #stage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String describing the current stage of a replication run.

\n@param stage String describing the current stage of a replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stage(String)}\n", "documentation" : "

String describing the current stage of a replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Stage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stage", "fluentSetterDocumentation" : "

String describing the current stage of a replication run.

\n@param stage String describing the current stage of a replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stage", "getterDocumentation" : "

String describing the current stage of a replication run.

\n@return String describing the current stage of a replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Stage", "sensitive" : false, "setterDocumentation" : "

String describing the current stage of a replication run.

\n@param stage String describing the current stage of a replication run.", "setterMethodName" : "setStage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : "

String describing the current stage of a replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStageProgress", "beanStyleSetterMethodName" : "setStageProgress", "c2jName" : "stageProgress", "c2jShape" : "ReplicationRunStageProgress", "defaultConsumerFluentSetterDocumentation" : "

String describing the progress of the current stage of a replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stageProgress(String)}.\n@param stageProgress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stageProgress(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

String describing the progress of the current stage of a replication run.

\n@return String describing the progress of the current stage of a replication run.\n@deprecated Use {@link #stageProgress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String describing the progress of the current stage of a replication run.

\n@param stageProgress String describing the progress of the current stage of a replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stageProgress(String)}\n", "documentation" : "

String describing the progress of the current stage of a replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StageProgress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStageProgress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stageProgress", "fluentSetterDocumentation" : "

String describing the progress of the current stage of a replication run.

\n@param stageProgress String describing the progress of the current stage of a replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stageProgress", "getterDocumentation" : "

String describing the progress of the current stage of a replication run.

\n@return String describing the progress of the current stage of a replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stageProgress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stageProgress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StageProgress", "sensitive" : false, "setterDocumentation" : "

String describing the progress of the current stage of a replication run.

\n@param stageProgress String describing the progress of the current stage of a replication run.", "setterMethodName" : "setStageProgress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stageProgress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stageProgress", "variableType" : "String", "documentation" : "

String describing the progress of the current stage of a replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Stage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStage", "beanStyleSetterMethodName" : "setStage", "c2jName" : "stage", "c2jShape" : "ReplicationRunStage", "defaultConsumerFluentSetterDocumentation" : "

String describing the current stage of a replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stage(String)}.\n@param stage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

String describing the current stage of a replication run.

\n@return String describing the current stage of a replication run.\n@deprecated Use {@link #stage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String describing the current stage of a replication run.

\n@param stage String describing the current stage of a replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stage(String)}\n", "documentation" : "

String describing the current stage of a replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Stage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stage", "fluentSetterDocumentation" : "

String describing the current stage of a replication run.

\n@param stage String describing the current stage of a replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stage", "getterDocumentation" : "

String describing the current stage of a replication run.

\n@return String describing the current stage of a replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Stage", "sensitive" : false, "setterDocumentation" : "

String describing the current stage of a replication run.

\n@param stage String describing the current stage of a replication run.", "setterMethodName" : "setStage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : "

String describing the current stage of a replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StageProgress" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStageProgress", "beanStyleSetterMethodName" : "setStageProgress", "c2jName" : "stageProgress", "c2jShape" : "ReplicationRunStageProgress", "defaultConsumerFluentSetterDocumentation" : "

String describing the progress of the current stage of a replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stageProgress(String)}.\n@param stageProgress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stageProgress(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

String describing the progress of the current stage of a replication run.

\n@return String describing the progress of the current stage of a replication run.\n@deprecated Use {@link #stageProgress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String describing the progress of the current stage of a replication run.

\n@param stageProgress String describing the progress of the current stage of a replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stageProgress(String)}\n", "documentation" : "

String describing the progress of the current stage of a replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StageProgress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStageProgress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stageProgress", "fluentSetterDocumentation" : "

String describing the progress of the current stage of a replication run.

\n@param stageProgress String describing the progress of the current stage of a replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stageProgress", "getterDocumentation" : "

String describing the progress of the current stage of a replication run.

\n@return String describing the progress of the current stage of a replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stageProgress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stageProgress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StageProgress", "sensitive" : false, "setterDocumentation" : "

String describing the progress of the current stage of a replication run.

\n@param stageProgress String describing the progress of the current stage of a replication run.", "setterMethodName" : "setStageProgress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stageProgress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stageProgress", "variableType" : "String", "documentation" : "

String describing the progress of the current stage of a replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStage", "beanStyleSetterMethodName" : "setStage", "c2jName" : "stage", "c2jShape" : "ReplicationRunStage", "defaultConsumerFluentSetterDocumentation" : "

String describing the current stage of a replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stage(String)}.\n@param stage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

String describing the current stage of a replication run.

\n@return String describing the current stage of a replication run.\n@deprecated Use {@link #stage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String describing the current stage of a replication run.

\n@param stage String describing the current stage of a replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stage(String)}\n", "documentation" : "

String describing the current stage of a replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Stage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stage", "fluentSetterDocumentation" : "

String describing the current stage of a replication run.

\n@param stage String describing the current stage of a replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stage", "getterDocumentation" : "

String describing the current stage of a replication run.

\n@return String describing the current stage of a replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Stage", "sensitive" : false, "setterDocumentation" : "

String describing the current stage of a replication run.

\n@param stage String describing the current stage of a replication run.", "setterMethodName" : "setStage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : "

String describing the current stage of a replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStageProgress", "beanStyleSetterMethodName" : "setStageProgress", "c2jName" : "stageProgress", "c2jShape" : "ReplicationRunStageProgress", "defaultConsumerFluentSetterDocumentation" : "

String describing the progress of the current stage of a replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stageProgress(String)}.\n@param stageProgress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stageProgress(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

String describing the progress of the current stage of a replication run.

\n@return String describing the progress of the current stage of a replication run.\n@deprecated Use {@link #stageProgress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

String describing the progress of the current stage of a replication run.

\n@param stageProgress String describing the progress of the current stage of a replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stageProgress(String)}\n", "documentation" : "

String describing the progress of the current stage of a replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StageProgress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStageProgress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stageProgress", "fluentSetterDocumentation" : "

String describing the progress of the current stage of a replication run.

\n@param stageProgress String describing the progress of the current stage of a replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stageProgress", "getterDocumentation" : "

String describing the progress of the current stage of a replication run.

\n@return String describing the progress of the current stage of a replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stageProgress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stageProgress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StageProgress", "sensitive" : false, "setterDocumentation" : "

String describing the progress of the current stage of a replication run.

\n@param stageProgress String describing the progress of the current stage of a replication run.", "setterMethodName" : "setStageProgress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stageProgress", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stageProgress", "variableType" : "String", "documentation" : "

String describing the progress of the current stage of a replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationRunStageDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplicationRunStageDetails", "variableName" : "replicationRunStageDetails", "variableType" : "ReplicationRunStageDetails", "documentation" : null, "simpleType" : "ReplicationRunStageDetails", "variableSetterType" : "ReplicationRunStageDetails" }, "wrapper" : false, "xmlNamespace" : null }, "ReplicationRunState" : { "c2jName" : "ReplicationRunState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PENDING", "value" : "PENDING" }, { "name" : "MISSED", "value" : "MISSED" }, { "name" : "ACTIVE", "value" : "ACTIVE" }, { "name" : "FAILED", "value" : "FAILED" }, { "name" : "COMPLETED", "value" : "COMPLETED" }, { "name" : "DELETING", "value" : "DELETING" }, { "name" : "DELETED", "value" : "DELETED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationRunState", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplicationRunState", "variableName" : "replicationRunState", "variableType" : "ReplicationRunState", "documentation" : null, "simpleType" : "ReplicationRunState", "variableSetterType" : "ReplicationRunState" }, "wrapper" : false, "xmlNamespace" : null }, "ReplicationRunType" : { "c2jName" : "ReplicationRunType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ON_DEMAND", "value" : "ON_DEMAND" }, { "name" : "AUTOMATIC", "value" : "AUTOMATIC" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReplicationRunType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReplicationRunType", "variableName" : "replicationRunType", "variableType" : "ReplicationRunType", "documentation" : null, "simpleType" : "ReplicationRunType", "variableSetterType" : "ReplicationRunType" }, "wrapper" : false, "xmlNamespace" : null }, "S3Location" : { "c2jName" : "S3Location", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Location of the Amazon S3 object in the customer's account.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

Amazon S3 bucket name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucket(String)}.\n@param bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucket(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Amazon S3 bucket name.

\n@return Amazon S3 bucket name.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Amazon S3 bucket name.

\n@param bucket Amazon S3 bucket name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

Amazon S3 bucket name.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

Amazon S3 bucket name.

\n@param bucket Amazon S3 bucket name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

Amazon S3 bucket name.

\n@return Amazon S3 bucket name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

Amazon S3 bucket name.

\n@param bucket Amazon S3 bucket name.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

Amazon S3 bucket name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "KeyName", "defaultConsumerFluentSetterDocumentation" : "

Amazon S3 bucket key.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Amazon S3 bucket key.

\n@return Amazon S3 bucket key.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Amazon S3 bucket key.

\n@param key Amazon S3 bucket key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

Amazon S3 bucket key.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

Amazon S3 bucket key.

\n@param key Amazon S3 bucket key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

Amazon S3 bucket key.

\n@return Amazon S3 bucket key.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

Amazon S3 bucket key.

\n@param key Amazon S3 bucket key.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

Amazon S3 bucket key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Bucket" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

Amazon S3 bucket name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucket(String)}.\n@param bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucket(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Amazon S3 bucket name.

\n@return Amazon S3 bucket name.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Amazon S3 bucket name.

\n@param bucket Amazon S3 bucket name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

Amazon S3 bucket name.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

Amazon S3 bucket name.

\n@param bucket Amazon S3 bucket name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

Amazon S3 bucket name.

\n@return Amazon S3 bucket name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

Amazon S3 bucket name.

\n@param bucket Amazon S3 bucket name.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

Amazon S3 bucket name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Key" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "KeyName", "defaultConsumerFluentSetterDocumentation" : "

Amazon S3 bucket key.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Amazon S3 bucket key.

\n@return Amazon S3 bucket key.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Amazon S3 bucket key.

\n@param key Amazon S3 bucket key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

Amazon S3 bucket key.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

Amazon S3 bucket key.

\n@param key Amazon S3 bucket key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

Amazon S3 bucket key.

\n@return Amazon S3 bucket key.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

Amazon S3 bucket key.

\n@param key Amazon S3 bucket key.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

Amazon S3 bucket key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

Amazon S3 bucket name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bucket(String)}.\n@param bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bucket(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Amazon S3 bucket name.

\n@return Amazon S3 bucket name.\n@deprecated Use {@link #bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Amazon S3 bucket name.

\n@param bucket Amazon S3 bucket name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bucket(String)}\n", "documentation" : "

Amazon S3 bucket name.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Bucket property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

Amazon S3 bucket name.

\n@param bucket Amazon S3 bucket name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

Amazon S3 bucket name.

\n@return Amazon S3 bucket name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

Amazon S3 bucket name.

\n@param bucket Amazon S3 bucket name.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

Amazon S3 bucket name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "KeyName", "defaultConsumerFluentSetterDocumentation" : "

Amazon S3 bucket key.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Amazon S3 bucket key.

\n@return Amazon S3 bucket key.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Amazon S3 bucket key.

\n@param key Amazon S3 bucket key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

Amazon S3 bucket key.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

Amazon S3 bucket key.

\n@param key Amazon S3 bucket key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

Amazon S3 bucket key.

\n@return Amazon S3 bucket key.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

Amazon S3 bucket key.

\n@param key Amazon S3 bucket key.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

Amazon S3 bucket key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "S3Location", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : null, "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "wrapper" : false, "xmlNamespace" : null }, "Server" : { "c2jName" : "Server", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents a server.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerId", "beanStyleSetterMethodName" : "setServerId", "c2jName" : "serverId", "c2jShape" : "ServerId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverId(String)}.\n@param serverId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.\n@deprecated Use {@link #serverId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverId(String)}\n", "documentation" : "

The identifier of the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverId", "fluentSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverId", "getterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerId", "sensitive" : false, "setterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.", "setterMethodName" : "setServerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : "

The identifier of the server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerType", "beanStyleSetterMethodName" : "setServerType", "c2jName" : "serverType", "c2jShape" : "ServerType", "defaultConsumerFluentSetterDocumentation" : "

The type of server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverTypeAsString(String)}.\n@param serverType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The type of server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverType} will return {@link ServerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverTypeAsString}.\n

\n@return The type of server.\n@see ServerType\n@deprecated Use {@link #serverTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType\n@deprecated Use {@link #serverType(String)}\n", "documentation" : "

The type of server.

", "endpointDiscoveryId" : false, "enumType" : "ServerType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerType", "fluentEnumGetterMethodName" : "serverType", "fluentEnumSetterMethodName" : "serverType", "fluentGetterMethodName" : "serverTypeAsString", "fluentSetterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType", "fluentSetterMethodName" : "serverType", "getterDocumentation" : "

The type of server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverType} will return {@link ServerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverTypeAsString}.\n

\n@return The type of server.\n@see ServerType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerType", "sensitive" : false, "setterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType", "setterMethodName" : "setServerType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverType", "variableType" : "String", "documentation" : "

The type of server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmServer", "beanStyleSetterMethodName" : "setVmServer", "c2jName" : "vmServer", "c2jShape" : "VmServer", "defaultConsumerFluentSetterDocumentation" : "

Information about the VM server.

\nThis is a convenience that creates an instance of the {@link VmServer.Builder} avoiding the need to create one manually via {@link VmServer#builder()}.\n\nWhen the {@link Consumer} completes, {@link VmServer.Builder#build()} is called immediately and its result is passed to {@link #vmServer(VmServer)}.\n@param vmServer a consumer that will call methods on {@link VmServer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmServer(VmServer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the VM server.

\n@return Information about the VM server.\n@deprecated Use {@link #vmServer()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmServer(VmServer)}\n", "documentation" : "

Information about the VM server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmServer property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmServer", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmServer", "fluentSetterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmServer", "getterDocumentation" : "

Information about the VM server.

\n@return Information about the VM server.", "getterModel" : { "returnType" : "VmServer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmServer", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmServer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VmServer", "sensitive" : false, "setterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.", "setterMethodName" : "setVmServer", "setterModel" : { "variableDeclarationType" : "VmServer", "variableName" : "vmServer", "variableType" : "VmServer", "documentation" : null, "simpleType" : "VmServer", "variableSetterType" : "VmServer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VmServer", "variableName" : "vmServer", "variableType" : "VmServer", "documentation" : "

Information about the VM server.

", "simpleType" : "VmServer", "variableSetterType" : "VmServer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobTerminated", "beanStyleSetterMethodName" : "setReplicationJobTerminated", "c2jName" : "replicationJobTerminated", "c2jShape" : "ReplicationJobTerminated", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #replicationJobTerminated(Boolean)}.\n@param replicationJobTerminated a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobTerminated(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\n@return Indicates whether the replication job is deleted or failed.\n@deprecated Use {@link #replicationJobTerminated()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\n@param replicationJobTerminated Indicates whether the replication job is deleted or failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobTerminated(Boolean)}\n", "documentation" : "

Indicates whether the replication job is deleted or failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobTerminated property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobTerminated", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobTerminated", "fluentSetterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\n@param replicationJobTerminated Indicates whether the replication job is deleted or failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobTerminated", "getterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\n@return Indicates whether the replication job is deleted or failed.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobTerminated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobTerminated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ReplicationJobTerminated", "sensitive" : false, "setterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\n@param replicationJobTerminated Indicates whether the replication job is deleted or failed.", "setterMethodName" : "setReplicationJobTerminated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "replicationJobTerminated", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "replicationJobTerminated", "variableType" : "Boolean", "documentation" : "

Indicates whether the replication job is deleted or failed.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationJobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplicationJobTerminated" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobTerminated", "beanStyleSetterMethodName" : "setReplicationJobTerminated", "c2jName" : "replicationJobTerminated", "c2jShape" : "ReplicationJobTerminated", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #replicationJobTerminated(Boolean)}.\n@param replicationJobTerminated a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobTerminated(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\n@return Indicates whether the replication job is deleted or failed.\n@deprecated Use {@link #replicationJobTerminated()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\n@param replicationJobTerminated Indicates whether the replication job is deleted or failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobTerminated(Boolean)}\n", "documentation" : "

Indicates whether the replication job is deleted or failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobTerminated property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobTerminated", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobTerminated", "fluentSetterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\n@param replicationJobTerminated Indicates whether the replication job is deleted or failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobTerminated", "getterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\n@return Indicates whether the replication job is deleted or failed.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobTerminated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobTerminated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ReplicationJobTerminated", "sensitive" : false, "setterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\n@param replicationJobTerminated Indicates whether the replication job is deleted or failed.", "setterMethodName" : "setReplicationJobTerminated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "replicationJobTerminated", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "replicationJobTerminated", "variableType" : "Boolean", "documentation" : "

Indicates whether the replication job is deleted or failed.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerId", "beanStyleSetterMethodName" : "setServerId", "c2jName" : "serverId", "c2jShape" : "ServerId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverId(String)}.\n@param serverId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.\n@deprecated Use {@link #serverId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverId(String)}\n", "documentation" : "

The identifier of the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverId", "fluentSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverId", "getterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerId", "sensitive" : false, "setterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.", "setterMethodName" : "setServerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : "

The identifier of the server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerType", "beanStyleSetterMethodName" : "setServerType", "c2jName" : "serverType", "c2jShape" : "ServerType", "defaultConsumerFluentSetterDocumentation" : "

The type of server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverTypeAsString(String)}.\n@param serverType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The type of server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverType} will return {@link ServerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverTypeAsString}.\n

\n@return The type of server.\n@see ServerType\n@deprecated Use {@link #serverTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType\n@deprecated Use {@link #serverType(String)}\n", "documentation" : "

The type of server.

", "endpointDiscoveryId" : false, "enumType" : "ServerType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerType", "fluentEnumGetterMethodName" : "serverType", "fluentEnumSetterMethodName" : "serverType", "fluentGetterMethodName" : "serverTypeAsString", "fluentSetterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType", "fluentSetterMethodName" : "serverType", "getterDocumentation" : "

The type of server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverType} will return {@link ServerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverTypeAsString}.\n

\n@return The type of server.\n@see ServerType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerType", "sensitive" : false, "setterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType", "setterMethodName" : "setServerType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverType", "variableType" : "String", "documentation" : "

The type of server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VmServer" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmServer", "beanStyleSetterMethodName" : "setVmServer", "c2jName" : "vmServer", "c2jShape" : "VmServer", "defaultConsumerFluentSetterDocumentation" : "

Information about the VM server.

\nThis is a convenience that creates an instance of the {@link VmServer.Builder} avoiding the need to create one manually via {@link VmServer#builder()}.\n\nWhen the {@link Consumer} completes, {@link VmServer.Builder#build()} is called immediately and its result is passed to {@link #vmServer(VmServer)}.\n@param vmServer a consumer that will call methods on {@link VmServer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmServer(VmServer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the VM server.

\n@return Information about the VM server.\n@deprecated Use {@link #vmServer()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmServer(VmServer)}\n", "documentation" : "

Information about the VM server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmServer property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmServer", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmServer", "fluentSetterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmServer", "getterDocumentation" : "

Information about the VM server.

\n@return Information about the VM server.", "getterModel" : { "returnType" : "VmServer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmServer", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmServer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VmServer", "sensitive" : false, "setterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.", "setterMethodName" : "setVmServer", "setterModel" : { "variableDeclarationType" : "VmServer", "variableName" : "vmServer", "variableType" : "VmServer", "documentation" : null, "simpleType" : "VmServer", "variableSetterType" : "VmServer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VmServer", "variableName" : "vmServer", "variableType" : "VmServer", "documentation" : "

Information about the VM server.

", "simpleType" : "VmServer", "variableSetterType" : "VmServer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerId", "beanStyleSetterMethodName" : "setServerId", "c2jName" : "serverId", "c2jShape" : "ServerId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverId(String)}.\n@param serverId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.\n@deprecated Use {@link #serverId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverId(String)}\n", "documentation" : "

The identifier of the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverId", "fluentSetterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverId", "getterDocumentation" : "

The identifier of the server.

\n@return The identifier of the server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerId", "sensitive" : false, "setterDocumentation" : "

The identifier of the server.

\n@param serverId The identifier of the server.", "setterMethodName" : "setServerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverId", "variableType" : "String", "documentation" : "

The identifier of the server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerType", "beanStyleSetterMethodName" : "setServerType", "c2jName" : "serverType", "c2jShape" : "ServerType", "defaultConsumerFluentSetterDocumentation" : "

The type of server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverTypeAsString(String)}.\n@param serverType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The type of server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverType} will return {@link ServerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverTypeAsString}.\n

\n@return The type of server.\n@see ServerType\n@deprecated Use {@link #serverTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType\n@deprecated Use {@link #serverType(String)}\n", "documentation" : "

The type of server.

", "endpointDiscoveryId" : false, "enumType" : "ServerType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerType", "fluentEnumGetterMethodName" : "serverType", "fluentEnumSetterMethodName" : "serverType", "fluentGetterMethodName" : "serverTypeAsString", "fluentSetterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ServerType", "fluentSetterMethodName" : "serverType", "getterDocumentation" : "

The type of server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #serverType} will return {@link ServerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #serverTypeAsString}.\n

\n@return The type of server.\n@see ServerType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerType", "sensitive" : false, "setterDocumentation" : "

The type of server.

\n@param serverType The type of server.\n@see ServerType", "setterMethodName" : "setServerType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverType", "variableType" : "String", "documentation" : "

The type of server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmServer", "beanStyleSetterMethodName" : "setVmServer", "c2jName" : "vmServer", "c2jShape" : "VmServer", "defaultConsumerFluentSetterDocumentation" : "

Information about the VM server.

\nThis is a convenience that creates an instance of the {@link VmServer.Builder} avoiding the need to create one manually via {@link VmServer#builder()}.\n\nWhen the {@link Consumer} completes, {@link VmServer.Builder#build()} is called immediately and its result is passed to {@link #vmServer(VmServer)}.\n@param vmServer a consumer that will call methods on {@link VmServer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmServer(VmServer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the VM server.

\n@return Information about the VM server.\n@deprecated Use {@link #vmServer()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmServer(VmServer)}\n", "documentation" : "

Information about the VM server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmServer property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmServer", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmServer", "fluentSetterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmServer", "getterDocumentation" : "

Information about the VM server.

\n@return Information about the VM server.", "getterModel" : { "returnType" : "VmServer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmServer", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmServer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VmServer", "sensitive" : false, "setterDocumentation" : "

Information about the VM server.

\n@param vmServer Information about the VM server.", "setterMethodName" : "setVmServer", "setterModel" : { "variableDeclarationType" : "VmServer", "variableName" : "vmServer", "variableType" : "VmServer", "documentation" : null, "simpleType" : "VmServer", "variableSetterType" : "VmServer" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VmServer", "variableName" : "vmServer", "variableType" : "VmServer", "documentation" : "

Information about the VM server.

", "simpleType" : "VmServer", "variableSetterType" : "VmServer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobTerminated", "beanStyleSetterMethodName" : "setReplicationJobTerminated", "c2jName" : "replicationJobTerminated", "c2jShape" : "ReplicationJobTerminated", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #replicationJobTerminated(Boolean)}.\n@param replicationJobTerminated a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobTerminated(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\n@return Indicates whether the replication job is deleted or failed.\n@deprecated Use {@link #replicationJobTerminated()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\n@param replicationJobTerminated Indicates whether the replication job is deleted or failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobTerminated(Boolean)}\n", "documentation" : "

Indicates whether the replication job is deleted or failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobTerminated property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobTerminated", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobTerminated", "fluentSetterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\n@param replicationJobTerminated Indicates whether the replication job is deleted or failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobTerminated", "getterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\n@return Indicates whether the replication job is deleted or failed.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobTerminated", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobTerminated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ReplicationJobTerminated", "sensitive" : false, "setterDocumentation" : "

Indicates whether the replication job is deleted or failed.

\n@param replicationJobTerminated Indicates whether the replication job is deleted or failed.", "setterMethodName" : "setReplicationJobTerminated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "replicationJobTerminated", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "replicationJobTerminated", "variableType" : "Boolean", "documentation" : "

Indicates whether the replication job is deleted or failed.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Server", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Server", "variableName" : "server", "variableType" : "Server", "documentation" : null, "simpleType" : "Server", "variableSetterType" : "Server" }, "wrapper" : false, "xmlNamespace" : null }, "ServerCannotBeReplicatedException" : { "c2jName" : "ServerCannotBeReplicatedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The specified server cannot be replicated.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ServerCannotBeReplicatedException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServerCannotBeReplicatedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ServerCannotBeReplicatedException", "variableName" : "serverCannotBeReplicatedException", "variableType" : "ServerCannotBeReplicatedException", "documentation" : null, "simpleType" : "ServerCannotBeReplicatedException", "variableSetterType" : "ServerCannotBeReplicatedException" }, "wrapper" : false, "xmlNamespace" : null }, "ServerCatalogStatus" : { "c2jName" : "ServerCatalogStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "NOT_IMPORTED", "value" : "NOT_IMPORTED" }, { "name" : "IMPORTING", "value" : "IMPORTING" }, { "name" : "AVAILABLE", "value" : "AVAILABLE" }, { "name" : "DELETED", "value" : "DELETED" }, { "name" : "EXPIRED", "value" : "EXPIRED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServerCatalogStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServerCatalogStatus", "variableName" : "serverCatalogStatus", "variableType" : "ServerCatalogStatus", "documentation" : null, "simpleType" : "ServerCatalogStatus", "variableSetterType" : "ServerCatalogStatus" }, "wrapper" : false, "xmlNamespace" : null }, "ServerGroup" : { "c2jName" : "ServerGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A logical grouping of servers.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerGroupId", "beanStyleSetterMethodName" : "setServerGroupId", "c2jName" : "serverGroupId", "c2jShape" : "ServerGroupId", "defaultConsumerFluentSetterDocumentation" : "

Identifier of a server group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverGroupId(String)}.\n@param serverGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of a server group.

\n@return Identifier of a server group.\n@deprecated Use {@link #serverGroupId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of a server group.

\n@param serverGroupId Identifier of a server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupId(String)}\n", "documentation" : "

Identifier of a server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupId", "fluentSetterDocumentation" : "

Identifier of a server group.

\n@param serverGroupId Identifier of a server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupId", "getterDocumentation" : "

Identifier of a server group.

\n@return Identifier of a server group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerGroupId", "sensitive" : false, "setterDocumentation" : "

Identifier of a server group.

\n@param serverGroupId Identifier of a server group.", "setterMethodName" : "setServerGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : "

Identifier of a server group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ServerGroupName", "defaultConsumerFluentSetterDocumentation" : "

Name of a server group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of a server group.

\n@return Name of a server group.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of a server group.

\n@param name Name of a server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

Name of a server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

Name of a server group.

\n@param name Name of a server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name of a server group.

\n@return Name of a server group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

Name of a server group.

\n@param name Name of a server group.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name of a server group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerList", "beanStyleSetterMethodName" : "setServerList", "c2jName" : "serverList", "c2jShape" : "ServerList", "defaultConsumerFluentSetterDocumentation" : "

List of servers belonging to a server group.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverList(List)}.\n@param serverList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of servers belonging to a server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerList()} to see if a value was sent in this field.\n

\n@return List of servers belonging to a server group.\n@deprecated Use {@link #serverList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of servers belonging to a server group.

\n@param serverList List of servers belonging to a server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverList(List)}\n", "documentation" : "

List of servers belonging to a server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverList", "fluentSetterDocumentation" : "

List of servers belonging to a server group.

\n@param serverList List of servers belonging to a server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverList", "getterDocumentation" : "

List of servers belonging to a server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerList()} to see if a value was sent in this field.\n

\n@return List of servers belonging to a server group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Server", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Server.Builder} avoiding the need to create one manually via {@link Server#builder()}.\n\nWhen the {@link Consumer} completes, {@link Server.Builder#build()} is called immediately and its result is passed to {@link #member(Server)}.\n@param member a consumer that will call methods on {@link Server.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Server)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Server)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Server", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Server", "variableName" : "member", "variableType" : "Server", "documentation" : null, "simpleType" : "Server", "variableSetterType" : "Server" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Server", "variableName" : "member", "variableType" : "Server", "documentation" : "", "simpleType" : "Server", "variableSetterType" : "Server" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Server", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Server", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerList", "sensitive" : false, "setterDocumentation" : "

List of servers belonging to a server group.

\n@param serverList List of servers belonging to a server group.", "setterMethodName" : "setServerList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverList", "variableType" : "java.util.List", "documentation" : "

List of servers belonging to a server group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ServerGroupName", "defaultConsumerFluentSetterDocumentation" : "

Name of a server group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of a server group.

\n@return Name of a server group.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of a server group.

\n@param name Name of a server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

Name of a server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

Name of a server group.

\n@param name Name of a server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name of a server group.

\n@return Name of a server group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

Name of a server group.

\n@param name Name of a server group.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name of a server group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerGroupId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerGroupId", "beanStyleSetterMethodName" : "setServerGroupId", "c2jName" : "serverGroupId", "c2jShape" : "ServerGroupId", "defaultConsumerFluentSetterDocumentation" : "

Identifier of a server group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverGroupId(String)}.\n@param serverGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of a server group.

\n@return Identifier of a server group.\n@deprecated Use {@link #serverGroupId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of a server group.

\n@param serverGroupId Identifier of a server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupId(String)}\n", "documentation" : "

Identifier of a server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupId", "fluentSetterDocumentation" : "

Identifier of a server group.

\n@param serverGroupId Identifier of a server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupId", "getterDocumentation" : "

Identifier of a server group.

\n@return Identifier of a server group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerGroupId", "sensitive" : false, "setterDocumentation" : "

Identifier of a server group.

\n@param serverGroupId Identifier of a server group.", "setterMethodName" : "setServerGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : "

Identifier of a server group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerList", "beanStyleSetterMethodName" : "setServerList", "c2jName" : "serverList", "c2jShape" : "ServerList", "defaultConsumerFluentSetterDocumentation" : "

List of servers belonging to a server group.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverList(List)}.\n@param serverList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of servers belonging to a server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerList()} to see if a value was sent in this field.\n

\n@return List of servers belonging to a server group.\n@deprecated Use {@link #serverList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of servers belonging to a server group.

\n@param serverList List of servers belonging to a server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverList(List)}\n", "documentation" : "

List of servers belonging to a server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverList", "fluentSetterDocumentation" : "

List of servers belonging to a server group.

\n@param serverList List of servers belonging to a server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverList", "getterDocumentation" : "

List of servers belonging to a server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerList()} to see if a value was sent in this field.\n

\n@return List of servers belonging to a server group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Server", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Server.Builder} avoiding the need to create one manually via {@link Server#builder()}.\n\nWhen the {@link Consumer} completes, {@link Server.Builder#build()} is called immediately and its result is passed to {@link #member(Server)}.\n@param member a consumer that will call methods on {@link Server.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Server)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Server)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Server", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Server", "variableName" : "member", "variableType" : "Server", "documentation" : null, "simpleType" : "Server", "variableSetterType" : "Server" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Server", "variableName" : "member", "variableType" : "Server", "documentation" : "", "simpleType" : "Server", "variableSetterType" : "Server" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Server", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Server", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerList", "sensitive" : false, "setterDocumentation" : "

List of servers belonging to a server group.

\n@param serverList List of servers belonging to a server group.", "setterMethodName" : "setServerList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverList", "variableType" : "java.util.List", "documentation" : "

List of servers belonging to a server group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerGroupId", "beanStyleSetterMethodName" : "setServerGroupId", "c2jName" : "serverGroupId", "c2jShape" : "ServerGroupId", "defaultConsumerFluentSetterDocumentation" : "

Identifier of a server group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverGroupId(String)}.\n@param serverGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of a server group.

\n@return Identifier of a server group.\n@deprecated Use {@link #serverGroupId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of a server group.

\n@param serverGroupId Identifier of a server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupId(String)}\n", "documentation" : "

Identifier of a server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupId", "fluentSetterDocumentation" : "

Identifier of a server group.

\n@param serverGroupId Identifier of a server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupId", "getterDocumentation" : "

Identifier of a server group.

\n@return Identifier of a server group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerGroupId", "sensitive" : false, "setterDocumentation" : "

Identifier of a server group.

\n@param serverGroupId Identifier of a server group.", "setterMethodName" : "setServerGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : "

Identifier of a server group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ServerGroupName", "defaultConsumerFluentSetterDocumentation" : "

Name of a server group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of a server group.

\n@return Name of a server group.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of a server group.

\n@param name Name of a server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

Name of a server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

Name of a server group.

\n@param name Name of a server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name of a server group.

\n@return Name of a server group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

Name of a server group.

\n@param name Name of a server group.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name of a server group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerList", "beanStyleSetterMethodName" : "setServerList", "c2jName" : "serverList", "c2jShape" : "ServerList", "defaultConsumerFluentSetterDocumentation" : "

List of servers belonging to a server group.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverList(List)}.\n@param serverList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of servers belonging to a server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerList()} to see if a value was sent in this field.\n

\n@return List of servers belonging to a server group.\n@deprecated Use {@link #serverList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of servers belonging to a server group.

\n@param serverList List of servers belonging to a server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverList(List)}\n", "documentation" : "

List of servers belonging to a server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverList", "fluentSetterDocumentation" : "

List of servers belonging to a server group.

\n@param serverList List of servers belonging to a server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverList", "getterDocumentation" : "

List of servers belonging to a server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerList()} to see if a value was sent in this field.\n

\n@return List of servers belonging to a server group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Server", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Server.Builder} avoiding the need to create one manually via {@link Server#builder()}.\n\nWhen the {@link Consumer} completes, {@link Server.Builder#build()} is called immediately and its result is passed to {@link #member(Server)}.\n@param member a consumer that will call methods on {@link Server.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Server)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Server)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Server", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Server", "variableName" : "member", "variableType" : "Server", "documentation" : null, "simpleType" : "Server", "variableSetterType" : "Server" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Server", "variableName" : "member", "variableType" : "Server", "documentation" : "", "simpleType" : "Server", "variableSetterType" : "Server" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Server", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Server", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerList", "sensitive" : false, "setterDocumentation" : "

List of servers belonging to a server group.

\n@param serverList List of servers belonging to a server group.", "setterMethodName" : "setServerList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverList", "variableType" : "java.util.List", "documentation" : "

List of servers belonging to a server group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServerGroup", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServerGroup", "variableName" : "serverGroup", "variableType" : "ServerGroup", "documentation" : null, "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "wrapper" : false, "xmlNamespace" : null }, "ServerGroupLaunchConfiguration" : { "c2jName" : "ServerGroupLaunchConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Launch configuration for a server group.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerGroupId", "beanStyleSetterMethodName" : "setServerGroupId", "c2jName" : "serverGroupId", "c2jShape" : "ServerGroupId", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverGroupId(String)}.\n@param serverGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\n@return Identifier of the server group the launch configuration is associated with.\n@deprecated Use {@link #serverGroupId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\n@param serverGroupId Identifier of the server group the launch configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupId(String)}\n", "documentation" : "

Identifier of the server group the launch configuration is associated with.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupId", "fluentSetterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\n@param serverGroupId Identifier of the server group the launch configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupId", "getterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\n@return Identifier of the server group the launch configuration is associated with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerGroupId", "sensitive" : false, "setterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\n@param serverGroupId Identifier of the server group the launch configuration is associated with.", "setterMethodName" : "setServerGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : "

Identifier of the server group the launch configuration is associated with.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLaunchOrder", "beanStyleSetterMethodName" : "setLaunchOrder", "c2jName" : "launchOrder", "c2jShape" : "LaunchOrder", "defaultConsumerFluentSetterDocumentation" : "

Launch order of servers in the server group.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #launchOrder(Integer)}.\n@param launchOrder a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchOrder(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Launch order of servers in the server group.

\n@return Launch order of servers in the server group.\n@deprecated Use {@link #launchOrder()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Launch order of servers in the server group.

\n@param launchOrder Launch order of servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #launchOrder(Integer)}\n", "documentation" : "

Launch order of servers in the server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LaunchOrder property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLaunchOrder", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "launchOrder", "fluentSetterDocumentation" : "

Launch order of servers in the server group.

\n@param launchOrder Launch order of servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "launchOrder", "getterDocumentation" : "

Launch order of servers in the server group.

\n@return Launch order of servers in the server group.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "launchOrder", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "launchOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "LaunchOrder", "sensitive" : false, "setterDocumentation" : "

Launch order of servers in the server group.

\n@param launchOrder Launch order of servers in the server group.", "setterMethodName" : "setLaunchOrder", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "launchOrder", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "launchOrder", "variableType" : "Integer", "documentation" : "

Launch order of servers in the server group.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerLaunchConfigurations", "beanStyleSetterMethodName" : "setServerLaunchConfigurations", "c2jName" : "serverLaunchConfigurations", "c2jShape" : "ServerLaunchConfigurations", "defaultConsumerFluentSetterDocumentation" : "

Launch configuration for servers in the server group.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverLaunchConfigurations(List)}.\n@param serverLaunchConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverLaunchConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Launch configuration for servers in the server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return Launch configuration for servers in the server group.\n@deprecated Use {@link #serverLaunchConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Launch configuration for servers in the server group.

\n@param serverLaunchConfigurations Launch configuration for servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverLaunchConfigurations(List)}\n", "documentation" : "

Launch configuration for servers in the server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerLaunchConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerLaunchConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverLaunchConfigurations", "fluentSetterDocumentation" : "

Launch configuration for servers in the server group.

\n@param serverLaunchConfigurations Launch configuration for servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverLaunchConfigurations", "getterDocumentation" : "

Launch configuration for servers in the server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return Launch configuration for servers in the server group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverLaunchConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverLaunchConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerLaunchConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerLaunchConfiguration.Builder} avoiding the need to create one manually via {@link ServerLaunchConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerLaunchConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerLaunchConfiguration)}.\n@param member a consumer that will call methods on {@link ServerLaunchConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerLaunchConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerLaunchConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerLaunchConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerLaunchConfiguration", "variableName" : "member", "variableType" : "ServerLaunchConfiguration", "documentation" : null, "simpleType" : "ServerLaunchConfiguration", "variableSetterType" : "ServerLaunchConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerLaunchConfiguration", "variableName" : "member", "variableType" : "ServerLaunchConfiguration", "documentation" : "", "simpleType" : "ServerLaunchConfiguration", "variableSetterType" : "ServerLaunchConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerLaunchConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerLaunchConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerLaunchConfigurations", "sensitive" : false, "setterDocumentation" : "

Launch configuration for servers in the server group.

\n@param serverLaunchConfigurations Launch configuration for servers in the server group.", "setterMethodName" : "setServerLaunchConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverLaunchConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverLaunchConfigurations", "variableType" : "java.util.List", "documentation" : "

Launch configuration for servers in the server group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LaunchOrder" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLaunchOrder", "beanStyleSetterMethodName" : "setLaunchOrder", "c2jName" : "launchOrder", "c2jShape" : "LaunchOrder", "defaultConsumerFluentSetterDocumentation" : "

Launch order of servers in the server group.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #launchOrder(Integer)}.\n@param launchOrder a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchOrder(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Launch order of servers in the server group.

\n@return Launch order of servers in the server group.\n@deprecated Use {@link #launchOrder()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Launch order of servers in the server group.

\n@param launchOrder Launch order of servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #launchOrder(Integer)}\n", "documentation" : "

Launch order of servers in the server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LaunchOrder property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLaunchOrder", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "launchOrder", "fluentSetterDocumentation" : "

Launch order of servers in the server group.

\n@param launchOrder Launch order of servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "launchOrder", "getterDocumentation" : "

Launch order of servers in the server group.

\n@return Launch order of servers in the server group.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "launchOrder", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "launchOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "LaunchOrder", "sensitive" : false, "setterDocumentation" : "

Launch order of servers in the server group.

\n@param launchOrder Launch order of servers in the server group.", "setterMethodName" : "setLaunchOrder", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "launchOrder", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "launchOrder", "variableType" : "Integer", "documentation" : "

Launch order of servers in the server group.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerGroupId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerGroupId", "beanStyleSetterMethodName" : "setServerGroupId", "c2jName" : "serverGroupId", "c2jShape" : "ServerGroupId", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverGroupId(String)}.\n@param serverGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\n@return Identifier of the server group the launch configuration is associated with.\n@deprecated Use {@link #serverGroupId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\n@param serverGroupId Identifier of the server group the launch configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupId(String)}\n", "documentation" : "

Identifier of the server group the launch configuration is associated with.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupId", "fluentSetterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\n@param serverGroupId Identifier of the server group the launch configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupId", "getterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\n@return Identifier of the server group the launch configuration is associated with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerGroupId", "sensitive" : false, "setterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\n@param serverGroupId Identifier of the server group the launch configuration is associated with.", "setterMethodName" : "setServerGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : "

Identifier of the server group the launch configuration is associated with.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerLaunchConfigurations" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerLaunchConfigurations", "beanStyleSetterMethodName" : "setServerLaunchConfigurations", "c2jName" : "serverLaunchConfigurations", "c2jShape" : "ServerLaunchConfigurations", "defaultConsumerFluentSetterDocumentation" : "

Launch configuration for servers in the server group.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverLaunchConfigurations(List)}.\n@param serverLaunchConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverLaunchConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Launch configuration for servers in the server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return Launch configuration for servers in the server group.\n@deprecated Use {@link #serverLaunchConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Launch configuration for servers in the server group.

\n@param serverLaunchConfigurations Launch configuration for servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverLaunchConfigurations(List)}\n", "documentation" : "

Launch configuration for servers in the server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerLaunchConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerLaunchConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverLaunchConfigurations", "fluentSetterDocumentation" : "

Launch configuration for servers in the server group.

\n@param serverLaunchConfigurations Launch configuration for servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverLaunchConfigurations", "getterDocumentation" : "

Launch configuration for servers in the server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return Launch configuration for servers in the server group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverLaunchConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverLaunchConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerLaunchConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerLaunchConfiguration.Builder} avoiding the need to create one manually via {@link ServerLaunchConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerLaunchConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerLaunchConfiguration)}.\n@param member a consumer that will call methods on {@link ServerLaunchConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerLaunchConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerLaunchConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerLaunchConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerLaunchConfiguration", "variableName" : "member", "variableType" : "ServerLaunchConfiguration", "documentation" : null, "simpleType" : "ServerLaunchConfiguration", "variableSetterType" : "ServerLaunchConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerLaunchConfiguration", "variableName" : "member", "variableType" : "ServerLaunchConfiguration", "documentation" : "", "simpleType" : "ServerLaunchConfiguration", "variableSetterType" : "ServerLaunchConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerLaunchConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerLaunchConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerLaunchConfigurations", "sensitive" : false, "setterDocumentation" : "

Launch configuration for servers in the server group.

\n@param serverLaunchConfigurations Launch configuration for servers in the server group.", "setterMethodName" : "setServerLaunchConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverLaunchConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverLaunchConfigurations", "variableType" : "java.util.List", "documentation" : "

Launch configuration for servers in the server group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerGroupId", "beanStyleSetterMethodName" : "setServerGroupId", "c2jName" : "serverGroupId", "c2jShape" : "ServerGroupId", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverGroupId(String)}.\n@param serverGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\n@return Identifier of the server group the launch configuration is associated with.\n@deprecated Use {@link #serverGroupId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\n@param serverGroupId Identifier of the server group the launch configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupId(String)}\n", "documentation" : "

Identifier of the server group the launch configuration is associated with.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupId", "fluentSetterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\n@param serverGroupId Identifier of the server group the launch configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupId", "getterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\n@return Identifier of the server group the launch configuration is associated with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerGroupId", "sensitive" : false, "setterDocumentation" : "

Identifier of the server group the launch configuration is associated with.

\n@param serverGroupId Identifier of the server group the launch configuration is associated with.", "setterMethodName" : "setServerGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : "

Identifier of the server group the launch configuration is associated with.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLaunchOrder", "beanStyleSetterMethodName" : "setLaunchOrder", "c2jName" : "launchOrder", "c2jShape" : "LaunchOrder", "defaultConsumerFluentSetterDocumentation" : "

Launch order of servers in the server group.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #launchOrder(Integer)}.\n@param launchOrder a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #launchOrder(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Launch order of servers in the server group.

\n@return Launch order of servers in the server group.\n@deprecated Use {@link #launchOrder()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Launch order of servers in the server group.

\n@param launchOrder Launch order of servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #launchOrder(Integer)}\n", "documentation" : "

Launch order of servers in the server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LaunchOrder property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLaunchOrder", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "launchOrder", "fluentSetterDocumentation" : "

Launch order of servers in the server group.

\n@param launchOrder Launch order of servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "launchOrder", "getterDocumentation" : "

Launch order of servers in the server group.

\n@return Launch order of servers in the server group.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "launchOrder", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "launchOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "LaunchOrder", "sensitive" : false, "setterDocumentation" : "

Launch order of servers in the server group.

\n@param launchOrder Launch order of servers in the server group.", "setterMethodName" : "setLaunchOrder", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "launchOrder", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "launchOrder", "variableType" : "Integer", "documentation" : "

Launch order of servers in the server group.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerLaunchConfigurations", "beanStyleSetterMethodName" : "setServerLaunchConfigurations", "c2jName" : "serverLaunchConfigurations", "c2jShape" : "ServerLaunchConfigurations", "defaultConsumerFluentSetterDocumentation" : "

Launch configuration for servers in the server group.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverLaunchConfigurations(List)}.\n@param serverLaunchConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverLaunchConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Launch configuration for servers in the server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return Launch configuration for servers in the server group.\n@deprecated Use {@link #serverLaunchConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Launch configuration for servers in the server group.

\n@param serverLaunchConfigurations Launch configuration for servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverLaunchConfigurations(List)}\n", "documentation" : "

Launch configuration for servers in the server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerLaunchConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerLaunchConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverLaunchConfigurations", "fluentSetterDocumentation" : "

Launch configuration for servers in the server group.

\n@param serverLaunchConfigurations Launch configuration for servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverLaunchConfigurations", "getterDocumentation" : "

Launch configuration for servers in the server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerLaunchConfigurations()} to see if a value was sent in this field.\n

\n@return Launch configuration for servers in the server group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverLaunchConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverLaunchConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerLaunchConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerLaunchConfiguration.Builder} avoiding the need to create one manually via {@link ServerLaunchConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerLaunchConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerLaunchConfiguration)}.\n@param member a consumer that will call methods on {@link ServerLaunchConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerLaunchConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerLaunchConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerLaunchConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerLaunchConfiguration", "variableName" : "member", "variableType" : "ServerLaunchConfiguration", "documentation" : null, "simpleType" : "ServerLaunchConfiguration", "variableSetterType" : "ServerLaunchConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerLaunchConfiguration", "variableName" : "member", "variableType" : "ServerLaunchConfiguration", "documentation" : "", "simpleType" : "ServerLaunchConfiguration", "variableSetterType" : "ServerLaunchConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerLaunchConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerLaunchConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerLaunchConfigurations", "sensitive" : false, "setterDocumentation" : "

Launch configuration for servers in the server group.

\n@param serverLaunchConfigurations Launch configuration for servers in the server group.", "setterMethodName" : "setServerLaunchConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverLaunchConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverLaunchConfigurations", "variableType" : "java.util.List", "documentation" : "

Launch configuration for servers in the server group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServerGroupLaunchConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServerGroupLaunchConfiguration", "variableName" : "serverGroupLaunchConfiguration", "variableType" : "ServerGroupLaunchConfiguration", "documentation" : null, "simpleType" : "ServerGroupLaunchConfiguration", "variableSetterType" : "ServerGroupLaunchConfiguration" }, "wrapper" : false, "xmlNamespace" : null }, "ServerGroupReplicationConfiguration" : { "c2jName" : "ServerGroupReplicationConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Replication configuration for a server group.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerGroupId", "beanStyleSetterMethodName" : "setServerGroupId", "c2jName" : "serverGroupId", "c2jShape" : "ServerGroupId", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverGroupId(String)}.\n@param serverGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\n@return Identifier of the server group this replication configuration is associated with.\n@deprecated Use {@link #serverGroupId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\n@param serverGroupId Identifier of the server group this replication configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupId(String)}\n", "documentation" : "

Identifier of the server group this replication configuration is associated with.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupId", "fluentSetterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\n@param serverGroupId Identifier of the server group this replication configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupId", "getterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\n@return Identifier of the server group this replication configuration is associated with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerGroupId", "sensitive" : false, "setterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\n@param serverGroupId Identifier of the server group this replication configuration is associated with.", "setterMethodName" : "setServerGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : "

Identifier of the server group this replication configuration is associated with.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerReplicationConfigurations", "beanStyleSetterMethodName" : "setServerReplicationConfigurations", "c2jName" : "serverReplicationConfigurations", "c2jShape" : "ServerReplicationConfigurations", "defaultConsumerFluentSetterDocumentation" : "

Replication configuration for servers in the server group.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverReplicationConfigurations(List)}.\n@param serverReplicationConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverReplicationConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Replication configuration for servers in the server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configuration for servers in the server group.\n@deprecated Use {@link #serverReplicationConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Replication configuration for servers in the server group.

\n@param serverReplicationConfigurations Replication configuration for servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverReplicationConfigurations(List)}\n", "documentation" : "

Replication configuration for servers in the server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerReplicationConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerReplicationConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverReplicationConfigurations", "fluentSetterDocumentation" : "

Replication configuration for servers in the server group.

\n@param serverReplicationConfigurations Replication configuration for servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverReplicationConfigurations", "getterDocumentation" : "

Replication configuration for servers in the server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configuration for servers in the server group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverReplicationConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverReplicationConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerReplicationConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerReplicationConfiguration.Builder} avoiding the need to create one manually via {@link ServerReplicationConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerReplicationConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerReplicationConfiguration)}.\n@param member a consumer that will call methods on {@link ServerReplicationConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerReplicationConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerReplicationConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerReplicationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerReplicationConfiguration", "variableName" : "member", "variableType" : "ServerReplicationConfiguration", "documentation" : null, "simpleType" : "ServerReplicationConfiguration", "variableSetterType" : "ServerReplicationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerReplicationConfiguration", "variableName" : "member", "variableType" : "ServerReplicationConfiguration", "documentation" : "", "simpleType" : "ServerReplicationConfiguration", "variableSetterType" : "ServerReplicationConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerReplicationConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerReplicationConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerReplicationConfigurations", "sensitive" : false, "setterDocumentation" : "

Replication configuration for servers in the server group.

\n@param serverReplicationConfigurations Replication configuration for servers in the server group.", "setterMethodName" : "setServerReplicationConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverReplicationConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverReplicationConfigurations", "variableType" : "java.util.List", "documentation" : "

Replication configuration for servers in the server group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ServerGroupId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerGroupId", "beanStyleSetterMethodName" : "setServerGroupId", "c2jName" : "serverGroupId", "c2jShape" : "ServerGroupId", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverGroupId(String)}.\n@param serverGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\n@return Identifier of the server group this replication configuration is associated with.\n@deprecated Use {@link #serverGroupId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\n@param serverGroupId Identifier of the server group this replication configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupId(String)}\n", "documentation" : "

Identifier of the server group this replication configuration is associated with.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupId", "fluentSetterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\n@param serverGroupId Identifier of the server group this replication configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupId", "getterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\n@return Identifier of the server group this replication configuration is associated with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerGroupId", "sensitive" : false, "setterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\n@param serverGroupId Identifier of the server group this replication configuration is associated with.", "setterMethodName" : "setServerGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : "

Identifier of the server group this replication configuration is associated with.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerReplicationConfigurations" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerReplicationConfigurations", "beanStyleSetterMethodName" : "setServerReplicationConfigurations", "c2jName" : "serverReplicationConfigurations", "c2jShape" : "ServerReplicationConfigurations", "defaultConsumerFluentSetterDocumentation" : "

Replication configuration for servers in the server group.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverReplicationConfigurations(List)}.\n@param serverReplicationConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverReplicationConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Replication configuration for servers in the server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configuration for servers in the server group.\n@deprecated Use {@link #serverReplicationConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Replication configuration for servers in the server group.

\n@param serverReplicationConfigurations Replication configuration for servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverReplicationConfigurations(List)}\n", "documentation" : "

Replication configuration for servers in the server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerReplicationConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerReplicationConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverReplicationConfigurations", "fluentSetterDocumentation" : "

Replication configuration for servers in the server group.

\n@param serverReplicationConfigurations Replication configuration for servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverReplicationConfigurations", "getterDocumentation" : "

Replication configuration for servers in the server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configuration for servers in the server group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverReplicationConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverReplicationConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerReplicationConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerReplicationConfiguration.Builder} avoiding the need to create one manually via {@link ServerReplicationConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerReplicationConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerReplicationConfiguration)}.\n@param member a consumer that will call methods on {@link ServerReplicationConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerReplicationConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerReplicationConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerReplicationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerReplicationConfiguration", "variableName" : "member", "variableType" : "ServerReplicationConfiguration", "documentation" : null, "simpleType" : "ServerReplicationConfiguration", "variableSetterType" : "ServerReplicationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerReplicationConfiguration", "variableName" : "member", "variableType" : "ServerReplicationConfiguration", "documentation" : "", "simpleType" : "ServerReplicationConfiguration", "variableSetterType" : "ServerReplicationConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerReplicationConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerReplicationConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerReplicationConfigurations", "sensitive" : false, "setterDocumentation" : "

Replication configuration for servers in the server group.

\n@param serverReplicationConfigurations Replication configuration for servers in the server group.", "setterMethodName" : "setServerReplicationConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverReplicationConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverReplicationConfigurations", "variableType" : "java.util.List", "documentation" : "

Replication configuration for servers in the server group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerGroupId", "beanStyleSetterMethodName" : "setServerGroupId", "c2jName" : "serverGroupId", "c2jShape" : "ServerGroupId", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serverGroupId(String)}.\n@param serverGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroupId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\n@return Identifier of the server group this replication configuration is associated with.\n@deprecated Use {@link #serverGroupId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\n@param serverGroupId Identifier of the server group this replication configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroupId(String)}\n", "documentation" : "

Identifier of the server group this replication configuration is associated with.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroupId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroupId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroupId", "fluentSetterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\n@param serverGroupId Identifier of the server group this replication configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroupId", "getterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\n@return Identifier of the server group this replication configuration is associated with.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServerGroupId", "sensitive" : false, "setterDocumentation" : "

Identifier of the server group this replication configuration is associated with.

\n@param serverGroupId Identifier of the server group this replication configuration is associated with.", "setterMethodName" : "setServerGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serverGroupId", "variableType" : "String", "documentation" : "

Identifier of the server group this replication configuration is associated with.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerReplicationConfigurations", "beanStyleSetterMethodName" : "setServerReplicationConfigurations", "c2jName" : "serverReplicationConfigurations", "c2jShape" : "ServerReplicationConfigurations", "defaultConsumerFluentSetterDocumentation" : "

Replication configuration for servers in the server group.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverReplicationConfigurations(List)}.\n@param serverReplicationConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverReplicationConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Replication configuration for servers in the server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configuration for servers in the server group.\n@deprecated Use {@link #serverReplicationConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Replication configuration for servers in the server group.

\n@param serverReplicationConfigurations Replication configuration for servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverReplicationConfigurations(List)}\n", "documentation" : "

Replication configuration for servers in the server group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerReplicationConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerReplicationConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverReplicationConfigurations", "fluentSetterDocumentation" : "

Replication configuration for servers in the server group.

\n@param serverReplicationConfigurations Replication configuration for servers in the server group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverReplicationConfigurations", "getterDocumentation" : "

Replication configuration for servers in the server group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerReplicationConfigurations()} to see if a value was sent in this field.\n

\n@return Replication configuration for servers in the server group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverReplicationConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverReplicationConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerReplicationConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerReplicationConfiguration.Builder} avoiding the need to create one manually via {@link ServerReplicationConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerReplicationConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(ServerReplicationConfiguration)}.\n@param member a consumer that will call methods on {@link ServerReplicationConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerReplicationConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerReplicationConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerReplicationConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerReplicationConfiguration", "variableName" : "member", "variableType" : "ServerReplicationConfiguration", "documentation" : null, "simpleType" : "ServerReplicationConfiguration", "variableSetterType" : "ServerReplicationConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerReplicationConfiguration", "variableName" : "member", "variableType" : "ServerReplicationConfiguration", "documentation" : "", "simpleType" : "ServerReplicationConfiguration", "variableSetterType" : "ServerReplicationConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerReplicationConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerReplicationConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerReplicationConfigurations", "sensitive" : false, "setterDocumentation" : "

Replication configuration for servers in the server group.

\n@param serverReplicationConfigurations Replication configuration for servers in the server group.", "setterMethodName" : "setServerReplicationConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverReplicationConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverReplicationConfigurations", "variableType" : "java.util.List", "documentation" : "

Replication configuration for servers in the server group.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServerGroupReplicationConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServerGroupReplicationConfiguration", "variableName" : "serverGroupReplicationConfiguration", "variableType" : "ServerGroupReplicationConfiguration", "documentation" : null, "simpleType" : "ServerGroupReplicationConfiguration", "variableSetterType" : "ServerGroupReplicationConfiguration" }, "wrapper" : false, "xmlNamespace" : null }, "ServerLaunchConfiguration" : { "c2jName" : "ServerLaunchConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Launch configuration for a server.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServer", "beanStyleSetterMethodName" : "setServer", "c2jName" : "server", "c2jShape" : "Server", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\nThis is a convenience that creates an instance of the {@link Server.Builder} avoiding the need to create one manually via {@link Server#builder()}.\n\nWhen the {@link Consumer} completes, {@link Server.Builder#build()} is called immediately and its result is passed to {@link #server(Server)}.\n@param server a consumer that will call methods on {@link Server.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #server(Server)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\n@return Identifier of the server the launch configuration is associated with.\n@deprecated Use {@link #server()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\n@param server Identifier of the server the launch configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #server(Server)}\n", "documentation" : "

Identifier of the server the launch configuration is associated with.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Server property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServer", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "server", "fluentSetterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\n@param server Identifier of the server the launch configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "server", "getterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\n@return Identifier of the server the launch configuration is associated with.", "getterModel" : { "returnType" : "Server", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "server", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "server", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Server", "sensitive" : false, "setterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\n@param server Identifier of the server the launch configuration is associated with.", "setterMethodName" : "setServer", "setterModel" : { "variableDeclarationType" : "Server", "variableName" : "server", "variableType" : "Server", "documentation" : null, "simpleType" : "Server", "variableSetterType" : "Server" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Server", "variableName" : "server", "variableType" : "Server", "documentation" : "

Identifier of the server the launch configuration is associated with.

", "simpleType" : "Server", "variableSetterType" : "Server" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogicalId", "beanStyleSetterMethodName" : "setLogicalId", "c2jName" : "logicalId", "c2jShape" : "LogicalId", "defaultConsumerFluentSetterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logicalId(String)}.\n@param logicalId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logicalId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\n@return Logical ID of the server in the Amazon CloudFormation template.\n@deprecated Use {@link #logicalId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\n@param logicalId Logical ID of the server in the Amazon CloudFormation template.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logicalId(String)}\n", "documentation" : "

Logical ID of the server in the Amazon CloudFormation template.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogicalId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogicalId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logicalId", "fluentSetterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\n@param logicalId Logical ID of the server in the Amazon CloudFormation template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logicalId", "getterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\n@return Logical ID of the server in the Amazon CloudFormation template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logicalId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logicalId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogicalId", "sensitive" : false, "setterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\n@param logicalId Logical ID of the server in the Amazon CloudFormation template.", "setterMethodName" : "setLogicalId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalId", "variableType" : "String", "documentation" : "

Logical ID of the server in the Amazon CloudFormation template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVpc", "beanStyleSetterMethodName" : "setVpc", "c2jName" : "vpc", "c2jShape" : "VPC", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the VPC the server should be launched into.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpc(String)}.\n@param vpc a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpc(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the VPC the server should be launched into.

\n@return Identifier of the VPC the server should be launched into.\n@deprecated Use {@link #vpc()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the VPC the server should be launched into.

\n@param vpc Identifier of the VPC the server should be launched into.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vpc(String)}\n", "documentation" : "

Identifier of the VPC the server should be launched into.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Vpc property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVpc", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpc", "fluentSetterDocumentation" : "

Identifier of the VPC the server should be launched into.

\n@param vpc Identifier of the VPC the server should be launched into.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpc", "getterDocumentation" : "

Identifier of the VPC the server should be launched into.

\n@return Identifier of the VPC the server should be launched into.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vpc", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vpc", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Vpc", "sensitive" : false, "setterDocumentation" : "

Identifier of the VPC the server should be launched into.

\n@param vpc Identifier of the VPC the server should be launched into.", "setterMethodName" : "setVpc", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpc", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpc", "variableType" : "String", "documentation" : "

Identifier of the VPC the server should be launched into.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnet", "beanStyleSetterMethodName" : "setSubnet", "c2jName" : "subnet", "c2jShape" : "Subnet", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the subnet the server should be launched into.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnet(String)}.\n@param subnet a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnet(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the subnet the server should be launched into.

\n@return Identifier of the subnet the server should be launched into.\n@deprecated Use {@link #subnet()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the subnet the server should be launched into.

\n@param subnet Identifier of the subnet the server should be launched into.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnet(String)}\n", "documentation" : "

Identifier of the subnet the server should be launched into.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Subnet property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnet", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnet", "fluentSetterDocumentation" : "

Identifier of the subnet the server should be launched into.

\n@param subnet Identifier of the subnet the server should be launched into.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnet", "getterDocumentation" : "

Identifier of the subnet the server should be launched into.

\n@return Identifier of the subnet the server should be launched into.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "subnet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subnet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Subnet", "sensitive" : false, "setterDocumentation" : "

Identifier of the subnet the server should be launched into.

\n@param subnet Identifier of the subnet the server should be launched into.", "setterMethodName" : "setSubnet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnet", "variableType" : "String", "documentation" : "

Identifier of the subnet the server should be launched into.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSecurityGroup", "beanStyleSetterMethodName" : "setSecurityGroup", "c2jName" : "securityGroup", "c2jShape" : "SecurityGroup", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the security group that applies to the launched server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #securityGroup(String)}.\n@param securityGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroup(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the security group that applies to the launched server.

\n@return Identifier of the security group that applies to the launched server.\n@deprecated Use {@link #securityGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the security group that applies to the launched server.

\n@param securityGroup Identifier of the security group that applies to the launched server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroup(String)}\n", "documentation" : "

Identifier of the security group that applies to the launched server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroup", "fluentSetterDocumentation" : "

Identifier of the security group that applies to the launched server.

\n@param securityGroup Identifier of the security group that applies to the launched server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroup", "getterDocumentation" : "

Identifier of the security group that applies to the launched server.

\n@return Identifier of the security group that applies to the launched server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "securityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "securityGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SecurityGroup", "sensitive" : false, "setterDocumentation" : "

Identifier of the security group that applies to the launched server.

\n@param securityGroup Identifier of the security group that applies to the launched server.", "setterMethodName" : "setSecurityGroup", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "securityGroup", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "securityGroup", "variableType" : "String", "documentation" : "

Identifier of the security group that applies to the launched server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEc2KeyName", "beanStyleSetterMethodName" : "setEc2KeyName", "c2jName" : "ec2KeyName", "c2jShape" : "EC2KeyName", "defaultConsumerFluentSetterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2KeyName(String)}.\n@param ec2KeyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2KeyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\n@return Name of the EC2 SSH Key to be used for connecting to the launched server.\n@deprecated Use {@link #ec2KeyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\n@param ec2KeyName Name of the EC2 SSH Key to be used for connecting to the launched server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ec2KeyName(String)}\n", "documentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Ec2KeyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEc2KeyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2KeyName", "fluentSetterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\n@param ec2KeyName Name of the EC2 SSH Key to be used for connecting to the launched server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2KeyName", "getterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\n@return Name of the EC2 SSH Key to be used for connecting to the launched server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ec2KeyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ec2KeyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Ec2KeyName", "sensitive" : false, "setterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\n@param ec2KeyName Name of the EC2 SSH Key to be used for connecting to the launched server.", "setterMethodName" : "setEc2KeyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2KeyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2KeyName", "variableType" : "String", "documentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserData", "beanStyleSetterMethodName" : "setUserData", "c2jName" : "userData", "c2jShape" : "UserData", "defaultConsumerFluentSetterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\nThis is a convenience that creates an instance of the {@link UserData.Builder} avoiding the need to create one manually via {@link UserData#builder()}.\n\nWhen the {@link Consumer} completes, {@link UserData.Builder#build()} is called immediately and its result is passed to {@link #userData(UserData)}.\n@param userData a consumer that will call methods on {@link UserData.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #userData(UserData)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\n@return Location of the user-data script to be executed when launching the server.\n@deprecated Use {@link #userData()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\n@param userData Location of the user-data script to be executed when launching the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #userData(UserData)}\n", "documentation" : "

Location of the user-data script to be executed when launching the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UserData property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUserData", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "userData", "fluentSetterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\n@param userData Location of the user-data script to be executed when launching the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userData", "getterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\n@return Location of the user-data script to be executed when launching the server.", "getterModel" : { "returnType" : "UserData", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "userData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "userData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UserData", "sensitive" : false, "setterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\n@param userData Location of the user-data script to be executed when launching the server.", "setterMethodName" : "setUserData", "setterModel" : { "variableDeclarationType" : "UserData", "variableName" : "userData", "variableType" : "UserData", "documentation" : null, "simpleType" : "UserData", "variableSetterType" : "UserData" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "UserData", "variableName" : "userData", "variableType" : "UserData", "documentation" : "

Location of the user-data script to be executed when launching the server.

", "simpleType" : "UserData", "variableSetterType" : "UserData" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInstanceType", "beanStyleSetterMethodName" : "setInstanceType", "c2jName" : "instanceType", "c2jShape" : "InstanceType", "defaultConsumerFluentSetterDocumentation" : "

Instance type to be used for launching the server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #instanceType(String)}.\n@param instanceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #instanceType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Instance type to be used for launching the server.

\n@return Instance type to be used for launching the server.\n@deprecated Use {@link #instanceType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Instance type to be used for launching the server.

\n@param instanceType Instance type to be used for launching the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #instanceType(String)}\n", "documentation" : "

Instance type to be used for launching the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InstanceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInstanceType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "instanceType", "fluentSetterDocumentation" : "

Instance type to be used for launching the server.

\n@param instanceType Instance type to be used for launching the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "instanceType", "getterDocumentation" : "

Instance type to be used for launching the server.

\n@return Instance type to be used for launching the server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "instanceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "instanceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "InstanceType", "sensitive" : false, "setterDocumentation" : "

Instance type to be used for launching the server.

\n@param instanceType Instance type to be used for launching the server.", "setterMethodName" : "setInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "

Instance type to be used for launching the server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAssociatePublicIpAddress", "beanStyleSetterMethodName" : "setAssociatePublicIpAddress", "c2jName" : "associatePublicIpAddress", "c2jShape" : "AssociatePublicIpAddress", "defaultConsumerFluentSetterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #associatePublicIpAddress(Boolean)}.\n@param associatePublicIpAddress a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #associatePublicIpAddress(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\n@return If true, a publicly accessible IP address is created when launching the server.\n@deprecated Use {@link #associatePublicIpAddress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\n@param associatePublicIpAddress If true, a publicly accessible IP address is created when launching the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #associatePublicIpAddress(Boolean)}\n", "documentation" : "

If true, a publicly accessible IP address is created when launching the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AssociatePublicIpAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAssociatePublicIpAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "associatePublicIpAddress", "fluentSetterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\n@param associatePublicIpAddress If true, a publicly accessible IP address is created when launching the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "associatePublicIpAddress", "getterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\n@return If true, a publicly accessible IP address is created when launching the server.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "associatePublicIpAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "associatePublicIpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AssociatePublicIpAddress", "sensitive" : false, "setterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\n@param associatePublicIpAddress If true, a publicly accessible IP address is created when launching the server.", "setterMethodName" : "setAssociatePublicIpAddress", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "documentation" : "

If true, a publicly accessible IP address is created when launching the server.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AssociatePublicIpAddress" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAssociatePublicIpAddress", "beanStyleSetterMethodName" : "setAssociatePublicIpAddress", "c2jName" : "associatePublicIpAddress", "c2jShape" : "AssociatePublicIpAddress", "defaultConsumerFluentSetterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #associatePublicIpAddress(Boolean)}.\n@param associatePublicIpAddress a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #associatePublicIpAddress(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\n@return If true, a publicly accessible IP address is created when launching the server.\n@deprecated Use {@link #associatePublicIpAddress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\n@param associatePublicIpAddress If true, a publicly accessible IP address is created when launching the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #associatePublicIpAddress(Boolean)}\n", "documentation" : "

If true, a publicly accessible IP address is created when launching the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AssociatePublicIpAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAssociatePublicIpAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "associatePublicIpAddress", "fluentSetterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\n@param associatePublicIpAddress If true, a publicly accessible IP address is created when launching the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "associatePublicIpAddress", "getterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\n@return If true, a publicly accessible IP address is created when launching the server.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "associatePublicIpAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "associatePublicIpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AssociatePublicIpAddress", "sensitive" : false, "setterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\n@param associatePublicIpAddress If true, a publicly accessible IP address is created when launching the server.", "setterMethodName" : "setAssociatePublicIpAddress", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "documentation" : "

If true, a publicly accessible IP address is created when launching the server.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Ec2KeyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEc2KeyName", "beanStyleSetterMethodName" : "setEc2KeyName", "c2jName" : "ec2KeyName", "c2jShape" : "EC2KeyName", "defaultConsumerFluentSetterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2KeyName(String)}.\n@param ec2KeyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2KeyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\n@return Name of the EC2 SSH Key to be used for connecting to the launched server.\n@deprecated Use {@link #ec2KeyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\n@param ec2KeyName Name of the EC2 SSH Key to be used for connecting to the launched server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ec2KeyName(String)}\n", "documentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Ec2KeyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEc2KeyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2KeyName", "fluentSetterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\n@param ec2KeyName Name of the EC2 SSH Key to be used for connecting to the launched server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2KeyName", "getterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\n@return Name of the EC2 SSH Key to be used for connecting to the launched server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ec2KeyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ec2KeyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Ec2KeyName", "sensitive" : false, "setterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\n@param ec2KeyName Name of the EC2 SSH Key to be used for connecting to the launched server.", "setterMethodName" : "setEc2KeyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2KeyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2KeyName", "variableType" : "String", "documentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "InstanceType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInstanceType", "beanStyleSetterMethodName" : "setInstanceType", "c2jName" : "instanceType", "c2jShape" : "InstanceType", "defaultConsumerFluentSetterDocumentation" : "

Instance type to be used for launching the server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #instanceType(String)}.\n@param instanceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #instanceType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Instance type to be used for launching the server.

\n@return Instance type to be used for launching the server.\n@deprecated Use {@link #instanceType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Instance type to be used for launching the server.

\n@param instanceType Instance type to be used for launching the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #instanceType(String)}\n", "documentation" : "

Instance type to be used for launching the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InstanceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInstanceType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "instanceType", "fluentSetterDocumentation" : "

Instance type to be used for launching the server.

\n@param instanceType Instance type to be used for launching the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "instanceType", "getterDocumentation" : "

Instance type to be used for launching the server.

\n@return Instance type to be used for launching the server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "instanceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "instanceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "InstanceType", "sensitive" : false, "setterDocumentation" : "

Instance type to be used for launching the server.

\n@param instanceType Instance type to be used for launching the server.", "setterMethodName" : "setInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "

Instance type to be used for launching the server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogicalId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogicalId", "beanStyleSetterMethodName" : "setLogicalId", "c2jName" : "logicalId", "c2jShape" : "LogicalId", "defaultConsumerFluentSetterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logicalId(String)}.\n@param logicalId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logicalId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\n@return Logical ID of the server in the Amazon CloudFormation template.\n@deprecated Use {@link #logicalId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\n@param logicalId Logical ID of the server in the Amazon CloudFormation template.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logicalId(String)}\n", "documentation" : "

Logical ID of the server in the Amazon CloudFormation template.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogicalId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogicalId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logicalId", "fluentSetterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\n@param logicalId Logical ID of the server in the Amazon CloudFormation template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logicalId", "getterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\n@return Logical ID of the server in the Amazon CloudFormation template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logicalId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logicalId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogicalId", "sensitive" : false, "setterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\n@param logicalId Logical ID of the server in the Amazon CloudFormation template.", "setterMethodName" : "setLogicalId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalId", "variableType" : "String", "documentation" : "

Logical ID of the server in the Amazon CloudFormation template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SecurityGroup" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSecurityGroup", "beanStyleSetterMethodName" : "setSecurityGroup", "c2jName" : "securityGroup", "c2jShape" : "SecurityGroup", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the security group that applies to the launched server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #securityGroup(String)}.\n@param securityGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroup(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the security group that applies to the launched server.

\n@return Identifier of the security group that applies to the launched server.\n@deprecated Use {@link #securityGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the security group that applies to the launched server.

\n@param securityGroup Identifier of the security group that applies to the launched server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroup(String)}\n", "documentation" : "

Identifier of the security group that applies to the launched server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroup", "fluentSetterDocumentation" : "

Identifier of the security group that applies to the launched server.

\n@param securityGroup Identifier of the security group that applies to the launched server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroup", "getterDocumentation" : "

Identifier of the security group that applies to the launched server.

\n@return Identifier of the security group that applies to the launched server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "securityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "securityGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SecurityGroup", "sensitive" : false, "setterDocumentation" : "

Identifier of the security group that applies to the launched server.

\n@param securityGroup Identifier of the security group that applies to the launched server.", "setterMethodName" : "setSecurityGroup", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "securityGroup", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "securityGroup", "variableType" : "String", "documentation" : "

Identifier of the security group that applies to the launched server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Server" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServer", "beanStyleSetterMethodName" : "setServer", "c2jName" : "server", "c2jShape" : "Server", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\nThis is a convenience that creates an instance of the {@link Server.Builder} avoiding the need to create one manually via {@link Server#builder()}.\n\nWhen the {@link Consumer} completes, {@link Server.Builder#build()} is called immediately and its result is passed to {@link #server(Server)}.\n@param server a consumer that will call methods on {@link Server.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #server(Server)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\n@return Identifier of the server the launch configuration is associated with.\n@deprecated Use {@link #server()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\n@param server Identifier of the server the launch configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #server(Server)}\n", "documentation" : "

Identifier of the server the launch configuration is associated with.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Server property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServer", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "server", "fluentSetterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\n@param server Identifier of the server the launch configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "server", "getterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\n@return Identifier of the server the launch configuration is associated with.", "getterModel" : { "returnType" : "Server", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "server", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "server", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Server", "sensitive" : false, "setterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\n@param server Identifier of the server the launch configuration is associated with.", "setterMethodName" : "setServer", "setterModel" : { "variableDeclarationType" : "Server", "variableName" : "server", "variableType" : "Server", "documentation" : null, "simpleType" : "Server", "variableSetterType" : "Server" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Server", "variableName" : "server", "variableType" : "Server", "documentation" : "

Identifier of the server the launch configuration is associated with.

", "simpleType" : "Server", "variableSetterType" : "Server" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Subnet" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnet", "beanStyleSetterMethodName" : "setSubnet", "c2jName" : "subnet", "c2jShape" : "Subnet", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the subnet the server should be launched into.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnet(String)}.\n@param subnet a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnet(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the subnet the server should be launched into.

\n@return Identifier of the subnet the server should be launched into.\n@deprecated Use {@link #subnet()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the subnet the server should be launched into.

\n@param subnet Identifier of the subnet the server should be launched into.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnet(String)}\n", "documentation" : "

Identifier of the subnet the server should be launched into.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Subnet property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnet", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnet", "fluentSetterDocumentation" : "

Identifier of the subnet the server should be launched into.

\n@param subnet Identifier of the subnet the server should be launched into.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnet", "getterDocumentation" : "

Identifier of the subnet the server should be launched into.

\n@return Identifier of the subnet the server should be launched into.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "subnet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subnet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Subnet", "sensitive" : false, "setterDocumentation" : "

Identifier of the subnet the server should be launched into.

\n@param subnet Identifier of the subnet the server should be launched into.", "setterMethodName" : "setSubnet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnet", "variableType" : "String", "documentation" : "

Identifier of the subnet the server should be launched into.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UserData" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserData", "beanStyleSetterMethodName" : "setUserData", "c2jName" : "userData", "c2jShape" : "UserData", "defaultConsumerFluentSetterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\nThis is a convenience that creates an instance of the {@link UserData.Builder} avoiding the need to create one manually via {@link UserData#builder()}.\n\nWhen the {@link Consumer} completes, {@link UserData.Builder#build()} is called immediately and its result is passed to {@link #userData(UserData)}.\n@param userData a consumer that will call methods on {@link UserData.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #userData(UserData)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\n@return Location of the user-data script to be executed when launching the server.\n@deprecated Use {@link #userData()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\n@param userData Location of the user-data script to be executed when launching the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #userData(UserData)}\n", "documentation" : "

Location of the user-data script to be executed when launching the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UserData property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUserData", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "userData", "fluentSetterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\n@param userData Location of the user-data script to be executed when launching the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userData", "getterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\n@return Location of the user-data script to be executed when launching the server.", "getterModel" : { "returnType" : "UserData", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "userData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "userData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UserData", "sensitive" : false, "setterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\n@param userData Location of the user-data script to be executed when launching the server.", "setterMethodName" : "setUserData", "setterModel" : { "variableDeclarationType" : "UserData", "variableName" : "userData", "variableType" : "UserData", "documentation" : null, "simpleType" : "UserData", "variableSetterType" : "UserData" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "UserData", "variableName" : "userData", "variableType" : "UserData", "documentation" : "

Location of the user-data script to be executed when launching the server.

", "simpleType" : "UserData", "variableSetterType" : "UserData" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Vpc" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVpc", "beanStyleSetterMethodName" : "setVpc", "c2jName" : "vpc", "c2jShape" : "VPC", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the VPC the server should be launched into.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpc(String)}.\n@param vpc a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpc(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the VPC the server should be launched into.

\n@return Identifier of the VPC the server should be launched into.\n@deprecated Use {@link #vpc()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the VPC the server should be launched into.

\n@param vpc Identifier of the VPC the server should be launched into.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vpc(String)}\n", "documentation" : "

Identifier of the VPC the server should be launched into.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Vpc property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVpc", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpc", "fluentSetterDocumentation" : "

Identifier of the VPC the server should be launched into.

\n@param vpc Identifier of the VPC the server should be launched into.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpc", "getterDocumentation" : "

Identifier of the VPC the server should be launched into.

\n@return Identifier of the VPC the server should be launched into.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vpc", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vpc", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Vpc", "sensitive" : false, "setterDocumentation" : "

Identifier of the VPC the server should be launched into.

\n@param vpc Identifier of the VPC the server should be launched into.", "setterMethodName" : "setVpc", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpc", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpc", "variableType" : "String", "documentation" : "

Identifier of the VPC the server should be launched into.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServer", "beanStyleSetterMethodName" : "setServer", "c2jName" : "server", "c2jShape" : "Server", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\nThis is a convenience that creates an instance of the {@link Server.Builder} avoiding the need to create one manually via {@link Server#builder()}.\n\nWhen the {@link Consumer} completes, {@link Server.Builder#build()} is called immediately and its result is passed to {@link #server(Server)}.\n@param server a consumer that will call methods on {@link Server.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #server(Server)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\n@return Identifier of the server the launch configuration is associated with.\n@deprecated Use {@link #server()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\n@param server Identifier of the server the launch configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #server(Server)}\n", "documentation" : "

Identifier of the server the launch configuration is associated with.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Server property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServer", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "server", "fluentSetterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\n@param server Identifier of the server the launch configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "server", "getterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\n@return Identifier of the server the launch configuration is associated with.", "getterModel" : { "returnType" : "Server", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "server", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "server", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Server", "sensitive" : false, "setterDocumentation" : "

Identifier of the server the launch configuration is associated with.

\n@param server Identifier of the server the launch configuration is associated with.", "setterMethodName" : "setServer", "setterModel" : { "variableDeclarationType" : "Server", "variableName" : "server", "variableType" : "Server", "documentation" : null, "simpleType" : "Server", "variableSetterType" : "Server" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Server", "variableName" : "server", "variableType" : "Server", "documentation" : "

Identifier of the server the launch configuration is associated with.

", "simpleType" : "Server", "variableSetterType" : "Server" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogicalId", "beanStyleSetterMethodName" : "setLogicalId", "c2jName" : "logicalId", "c2jShape" : "LogicalId", "defaultConsumerFluentSetterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logicalId(String)}.\n@param logicalId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logicalId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\n@return Logical ID of the server in the Amazon CloudFormation template.\n@deprecated Use {@link #logicalId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\n@param logicalId Logical ID of the server in the Amazon CloudFormation template.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logicalId(String)}\n", "documentation" : "

Logical ID of the server in the Amazon CloudFormation template.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogicalId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogicalId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logicalId", "fluentSetterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\n@param logicalId Logical ID of the server in the Amazon CloudFormation template.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logicalId", "getterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\n@return Logical ID of the server in the Amazon CloudFormation template.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logicalId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logicalId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogicalId", "sensitive" : false, "setterDocumentation" : "

Logical ID of the server in the Amazon CloudFormation template.

\n@param logicalId Logical ID of the server in the Amazon CloudFormation template.", "setterMethodName" : "setLogicalId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logicalId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logicalId", "variableType" : "String", "documentation" : "

Logical ID of the server in the Amazon CloudFormation template.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVpc", "beanStyleSetterMethodName" : "setVpc", "c2jName" : "vpc", "c2jShape" : "VPC", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the VPC the server should be launched into.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vpc(String)}.\n@param vpc a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vpc(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the VPC the server should be launched into.

\n@return Identifier of the VPC the server should be launched into.\n@deprecated Use {@link #vpc()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the VPC the server should be launched into.

\n@param vpc Identifier of the VPC the server should be launched into.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vpc(String)}\n", "documentation" : "

Identifier of the VPC the server should be launched into.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Vpc property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVpc", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vpc", "fluentSetterDocumentation" : "

Identifier of the VPC the server should be launched into.

\n@param vpc Identifier of the VPC the server should be launched into.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vpc", "getterDocumentation" : "

Identifier of the VPC the server should be launched into.

\n@return Identifier of the VPC the server should be launched into.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vpc", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vpc", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Vpc", "sensitive" : false, "setterDocumentation" : "

Identifier of the VPC the server should be launched into.

\n@param vpc Identifier of the VPC the server should be launched into.", "setterMethodName" : "setVpc", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpc", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vpc", "variableType" : "String", "documentation" : "

Identifier of the VPC the server should be launched into.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubnet", "beanStyleSetterMethodName" : "setSubnet", "c2jName" : "subnet", "c2jShape" : "Subnet", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the subnet the server should be launched into.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subnet(String)}.\n@param subnet a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subnet(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the subnet the server should be launched into.

\n@return Identifier of the subnet the server should be launched into.\n@deprecated Use {@link #subnet()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the subnet the server should be launched into.

\n@param subnet Identifier of the subnet the server should be launched into.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subnet(String)}\n", "documentation" : "

Identifier of the subnet the server should be launched into.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Subnet property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubnet", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subnet", "fluentSetterDocumentation" : "

Identifier of the subnet the server should be launched into.

\n@param subnet Identifier of the subnet the server should be launched into.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subnet", "getterDocumentation" : "

Identifier of the subnet the server should be launched into.

\n@return Identifier of the subnet the server should be launched into.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "subnet", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subnet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Subnet", "sensitive" : false, "setterDocumentation" : "

Identifier of the subnet the server should be launched into.

\n@param subnet Identifier of the subnet the server should be launched into.", "setterMethodName" : "setSubnet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subnet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subnet", "variableType" : "String", "documentation" : "

Identifier of the subnet the server should be launched into.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSecurityGroup", "beanStyleSetterMethodName" : "setSecurityGroup", "c2jName" : "securityGroup", "c2jShape" : "SecurityGroup", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the security group that applies to the launched server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #securityGroup(String)}.\n@param securityGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #securityGroup(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the security group that applies to the launched server.

\n@return Identifier of the security group that applies to the launched server.\n@deprecated Use {@link #securityGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the security group that applies to the launched server.

\n@param securityGroup Identifier of the security group that applies to the launched server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #securityGroup(String)}\n", "documentation" : "

Identifier of the security group that applies to the launched server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SecurityGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSecurityGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "securityGroup", "fluentSetterDocumentation" : "

Identifier of the security group that applies to the launched server.

\n@param securityGroup Identifier of the security group that applies to the launched server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "securityGroup", "getterDocumentation" : "

Identifier of the security group that applies to the launched server.

\n@return Identifier of the security group that applies to the launched server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "securityGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "securityGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SecurityGroup", "sensitive" : false, "setterDocumentation" : "

Identifier of the security group that applies to the launched server.

\n@param securityGroup Identifier of the security group that applies to the launched server.", "setterMethodName" : "setSecurityGroup", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "securityGroup", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "securityGroup", "variableType" : "String", "documentation" : "

Identifier of the security group that applies to the launched server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEc2KeyName", "beanStyleSetterMethodName" : "setEc2KeyName", "c2jName" : "ec2KeyName", "c2jShape" : "EC2KeyName", "defaultConsumerFluentSetterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2KeyName(String)}.\n@param ec2KeyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2KeyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\n@return Name of the EC2 SSH Key to be used for connecting to the launched server.\n@deprecated Use {@link #ec2KeyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\n@param ec2KeyName Name of the EC2 SSH Key to be used for connecting to the launched server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ec2KeyName(String)}\n", "documentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Ec2KeyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEc2KeyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2KeyName", "fluentSetterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\n@param ec2KeyName Name of the EC2 SSH Key to be used for connecting to the launched server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2KeyName", "getterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\n@return Name of the EC2 SSH Key to be used for connecting to the launched server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ec2KeyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ec2KeyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Ec2KeyName", "sensitive" : false, "setterDocumentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

\n@param ec2KeyName Name of the EC2 SSH Key to be used for connecting to the launched server.", "setterMethodName" : "setEc2KeyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2KeyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2KeyName", "variableType" : "String", "documentation" : "

Name of the EC2 SSH Key to be used for connecting to the launched server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUserData", "beanStyleSetterMethodName" : "setUserData", "c2jName" : "userData", "c2jShape" : "UserData", "defaultConsumerFluentSetterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\nThis is a convenience that creates an instance of the {@link UserData.Builder} avoiding the need to create one manually via {@link UserData#builder()}.\n\nWhen the {@link Consumer} completes, {@link UserData.Builder#build()} is called immediately and its result is passed to {@link #userData(UserData)}.\n@param userData a consumer that will call methods on {@link UserData.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #userData(UserData)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\n@return Location of the user-data script to be executed when launching the server.\n@deprecated Use {@link #userData()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\n@param userData Location of the user-data script to be executed when launching the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #userData(UserData)}\n", "documentation" : "

Location of the user-data script to be executed when launching the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UserData property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUserData", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "userData", "fluentSetterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\n@param userData Location of the user-data script to be executed when launching the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userData", "getterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\n@return Location of the user-data script to be executed when launching the server.", "getterModel" : { "returnType" : "UserData", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "userData", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "userData", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "UserData", "sensitive" : false, "setterDocumentation" : "

Location of the user-data script to be executed when launching the server.

\n@param userData Location of the user-data script to be executed when launching the server.", "setterMethodName" : "setUserData", "setterModel" : { "variableDeclarationType" : "UserData", "variableName" : "userData", "variableType" : "UserData", "documentation" : null, "simpleType" : "UserData", "variableSetterType" : "UserData" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "UserData", "variableName" : "userData", "variableType" : "UserData", "documentation" : "

Location of the user-data script to be executed when launching the server.

", "simpleType" : "UserData", "variableSetterType" : "UserData" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInstanceType", "beanStyleSetterMethodName" : "setInstanceType", "c2jName" : "instanceType", "c2jShape" : "InstanceType", "defaultConsumerFluentSetterDocumentation" : "

Instance type to be used for launching the server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #instanceType(String)}.\n@param instanceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #instanceType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Instance type to be used for launching the server.

\n@return Instance type to be used for launching the server.\n@deprecated Use {@link #instanceType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Instance type to be used for launching the server.

\n@param instanceType Instance type to be used for launching the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #instanceType(String)}\n", "documentation" : "

Instance type to be used for launching the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the InstanceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInstanceType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "instanceType", "fluentSetterDocumentation" : "

Instance type to be used for launching the server.

\n@param instanceType Instance type to be used for launching the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "instanceType", "getterDocumentation" : "

Instance type to be used for launching the server.

\n@return Instance type to be used for launching the server.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "instanceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "instanceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "InstanceType", "sensitive" : false, "setterDocumentation" : "

Instance type to be used for launching the server.

\n@param instanceType Instance type to be used for launching the server.", "setterMethodName" : "setInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "

Instance type to be used for launching the server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAssociatePublicIpAddress", "beanStyleSetterMethodName" : "setAssociatePublicIpAddress", "c2jName" : "associatePublicIpAddress", "c2jShape" : "AssociatePublicIpAddress", "defaultConsumerFluentSetterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #associatePublicIpAddress(Boolean)}.\n@param associatePublicIpAddress a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #associatePublicIpAddress(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\n@return If true, a publicly accessible IP address is created when launching the server.\n@deprecated Use {@link #associatePublicIpAddress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\n@param associatePublicIpAddress If true, a publicly accessible IP address is created when launching the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #associatePublicIpAddress(Boolean)}\n", "documentation" : "

If true, a publicly accessible IP address is created when launching the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AssociatePublicIpAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAssociatePublicIpAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "associatePublicIpAddress", "fluentSetterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\n@param associatePublicIpAddress If true, a publicly accessible IP address is created when launching the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "associatePublicIpAddress", "getterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\n@return If true, a publicly accessible IP address is created when launching the server.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "associatePublicIpAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "associatePublicIpAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AssociatePublicIpAddress", "sensitive" : false, "setterDocumentation" : "

If true, a publicly accessible IP address is created when launching the server.

\n@param associatePublicIpAddress If true, a publicly accessible IP address is created when launching the server.", "setterMethodName" : "setAssociatePublicIpAddress", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "associatePublicIpAddress", "variableType" : "Boolean", "documentation" : "

If true, a publicly accessible IP address is created when launching the server.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServerLaunchConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServerLaunchConfiguration", "variableName" : "serverLaunchConfiguration", "variableType" : "ServerLaunchConfiguration", "documentation" : null, "simpleType" : "ServerLaunchConfiguration", "variableSetterType" : "ServerLaunchConfiguration" }, "wrapper" : false, "xmlNamespace" : null }, "ServerReplicationConfiguration" : { "c2jName" : "ServerReplicationConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Replication configuration of a server.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServer", "beanStyleSetterMethodName" : "setServer", "c2jName" : "server", "c2jShape" : "Server", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\nThis is a convenience that creates an instance of the {@link Server.Builder} avoiding the need to create one manually via {@link Server#builder()}.\n\nWhen the {@link Consumer} completes, {@link Server.Builder#build()} is called immediately and its result is passed to {@link #server(Server)}.\n@param server a consumer that will call methods on {@link Server.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #server(Server)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\n@return Identifier of the server this replication configuration is associated with.\n@deprecated Use {@link #server()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\n@param server Identifier of the server this replication configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #server(Server)}\n", "documentation" : "

Identifier of the server this replication configuration is associated with.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Server property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServer", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "server", "fluentSetterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\n@param server Identifier of the server this replication configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "server", "getterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\n@return Identifier of the server this replication configuration is associated with.", "getterModel" : { "returnType" : "Server", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "server", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "server", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Server", "sensitive" : false, "setterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\n@param server Identifier of the server this replication configuration is associated with.", "setterMethodName" : "setServer", "setterModel" : { "variableDeclarationType" : "Server", "variableName" : "server", "variableType" : "Server", "documentation" : null, "simpleType" : "Server", "variableSetterType" : "Server" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Server", "variableName" : "server", "variableType" : "Server", "documentation" : "

Identifier of the server this replication configuration is associated with.

", "simpleType" : "Server", "variableSetterType" : "Server" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerReplicationParameters", "beanStyleSetterMethodName" : "setServerReplicationParameters", "c2jName" : "serverReplicationParameters", "c2jShape" : "ServerReplicationParameters", "defaultConsumerFluentSetterDocumentation" : "

Parameters for replicating the server.

\nThis is a convenience that creates an instance of the {@link ServerReplicationParameters.Builder} avoiding the need to create one manually via {@link ServerReplicationParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerReplicationParameters.Builder#build()} is called immediately and its result is passed to {@link #serverReplicationParameters(ServerReplicationParameters)}.\n@param serverReplicationParameters a consumer that will call methods on {@link ServerReplicationParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverReplicationParameters(ServerReplicationParameters)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Parameters for replicating the server.

\n@return Parameters for replicating the server.\n@deprecated Use {@link #serverReplicationParameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Parameters for replicating the server.

\n@param serverReplicationParameters Parameters for replicating the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverReplicationParameters(ServerReplicationParameters)}\n", "documentation" : "

Parameters for replicating the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerReplicationParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerReplicationParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverReplicationParameters", "fluentSetterDocumentation" : "

Parameters for replicating the server.

\n@param serverReplicationParameters Parameters for replicating the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverReplicationParameters", "getterDocumentation" : "

Parameters for replicating the server.

\n@return Parameters for replicating the server.", "getterModel" : { "returnType" : "ServerReplicationParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverReplicationParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverReplicationParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServerReplicationParameters", "sensitive" : false, "setterDocumentation" : "

Parameters for replicating the server.

\n@param serverReplicationParameters Parameters for replicating the server.", "setterMethodName" : "setServerReplicationParameters", "setterModel" : { "variableDeclarationType" : "ServerReplicationParameters", "variableName" : "serverReplicationParameters", "variableType" : "ServerReplicationParameters", "documentation" : null, "simpleType" : "ServerReplicationParameters", "variableSetterType" : "ServerReplicationParameters" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerReplicationParameters", "variableName" : "serverReplicationParameters", "variableType" : "ServerReplicationParameters", "documentation" : "

Parameters for replicating the server.

", "simpleType" : "ServerReplicationParameters", "variableSetterType" : "ServerReplicationParameters" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Server" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServer", "beanStyleSetterMethodName" : "setServer", "c2jName" : "server", "c2jShape" : "Server", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\nThis is a convenience that creates an instance of the {@link Server.Builder} avoiding the need to create one manually via {@link Server#builder()}.\n\nWhen the {@link Consumer} completes, {@link Server.Builder#build()} is called immediately and its result is passed to {@link #server(Server)}.\n@param server a consumer that will call methods on {@link Server.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #server(Server)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\n@return Identifier of the server this replication configuration is associated with.\n@deprecated Use {@link #server()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\n@param server Identifier of the server this replication configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #server(Server)}\n", "documentation" : "

Identifier of the server this replication configuration is associated with.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Server property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServer", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "server", "fluentSetterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\n@param server Identifier of the server this replication configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "server", "getterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\n@return Identifier of the server this replication configuration is associated with.", "getterModel" : { "returnType" : "Server", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "server", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "server", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Server", "sensitive" : false, "setterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\n@param server Identifier of the server this replication configuration is associated with.", "setterMethodName" : "setServer", "setterModel" : { "variableDeclarationType" : "Server", "variableName" : "server", "variableType" : "Server", "documentation" : null, "simpleType" : "Server", "variableSetterType" : "Server" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Server", "variableName" : "server", "variableType" : "Server", "documentation" : "

Identifier of the server this replication configuration is associated with.

", "simpleType" : "Server", "variableSetterType" : "Server" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerReplicationParameters" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerReplicationParameters", "beanStyleSetterMethodName" : "setServerReplicationParameters", "c2jName" : "serverReplicationParameters", "c2jShape" : "ServerReplicationParameters", "defaultConsumerFluentSetterDocumentation" : "

Parameters for replicating the server.

\nThis is a convenience that creates an instance of the {@link ServerReplicationParameters.Builder} avoiding the need to create one manually via {@link ServerReplicationParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerReplicationParameters.Builder#build()} is called immediately and its result is passed to {@link #serverReplicationParameters(ServerReplicationParameters)}.\n@param serverReplicationParameters a consumer that will call methods on {@link ServerReplicationParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverReplicationParameters(ServerReplicationParameters)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Parameters for replicating the server.

\n@return Parameters for replicating the server.\n@deprecated Use {@link #serverReplicationParameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Parameters for replicating the server.

\n@param serverReplicationParameters Parameters for replicating the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverReplicationParameters(ServerReplicationParameters)}\n", "documentation" : "

Parameters for replicating the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerReplicationParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerReplicationParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverReplicationParameters", "fluentSetterDocumentation" : "

Parameters for replicating the server.

\n@param serverReplicationParameters Parameters for replicating the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverReplicationParameters", "getterDocumentation" : "

Parameters for replicating the server.

\n@return Parameters for replicating the server.", "getterModel" : { "returnType" : "ServerReplicationParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverReplicationParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverReplicationParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServerReplicationParameters", "sensitive" : false, "setterDocumentation" : "

Parameters for replicating the server.

\n@param serverReplicationParameters Parameters for replicating the server.", "setterMethodName" : "setServerReplicationParameters", "setterModel" : { "variableDeclarationType" : "ServerReplicationParameters", "variableName" : "serverReplicationParameters", "variableType" : "ServerReplicationParameters", "documentation" : null, "simpleType" : "ServerReplicationParameters", "variableSetterType" : "ServerReplicationParameters" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerReplicationParameters", "variableName" : "serverReplicationParameters", "variableType" : "ServerReplicationParameters", "documentation" : "

Parameters for replicating the server.

", "simpleType" : "ServerReplicationParameters", "variableSetterType" : "ServerReplicationParameters" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServer", "beanStyleSetterMethodName" : "setServer", "c2jName" : "server", "c2jShape" : "Server", "defaultConsumerFluentSetterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\nThis is a convenience that creates an instance of the {@link Server.Builder} avoiding the need to create one manually via {@link Server#builder()}.\n\nWhen the {@link Consumer} completes, {@link Server.Builder#build()} is called immediately and its result is passed to {@link #server(Server)}.\n@param server a consumer that will call methods on {@link Server.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #server(Server)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\n@return Identifier of the server this replication configuration is associated with.\n@deprecated Use {@link #server()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\n@param server Identifier of the server this replication configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #server(Server)}\n", "documentation" : "

Identifier of the server this replication configuration is associated with.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Server property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServer", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "server", "fluentSetterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\n@param server Identifier of the server this replication configuration is associated with.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "server", "getterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\n@return Identifier of the server this replication configuration is associated with.", "getterModel" : { "returnType" : "Server", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "server", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "server", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Server", "sensitive" : false, "setterDocumentation" : "

Identifier of the server this replication configuration is associated with.

\n@param server Identifier of the server this replication configuration is associated with.", "setterMethodName" : "setServer", "setterModel" : { "variableDeclarationType" : "Server", "variableName" : "server", "variableType" : "Server", "documentation" : null, "simpleType" : "Server", "variableSetterType" : "Server" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Server", "variableName" : "server", "variableType" : "Server", "documentation" : "

Identifier of the server this replication configuration is associated with.

", "simpleType" : "Server", "variableSetterType" : "Server" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getServerReplicationParameters", "beanStyleSetterMethodName" : "setServerReplicationParameters", "c2jName" : "serverReplicationParameters", "c2jShape" : "ServerReplicationParameters", "defaultConsumerFluentSetterDocumentation" : "

Parameters for replicating the server.

\nThis is a convenience that creates an instance of the {@link ServerReplicationParameters.Builder} avoiding the need to create one manually via {@link ServerReplicationParameters#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerReplicationParameters.Builder#build()} is called immediately and its result is passed to {@link #serverReplicationParameters(ServerReplicationParameters)}.\n@param serverReplicationParameters a consumer that will call methods on {@link ServerReplicationParameters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverReplicationParameters(ServerReplicationParameters)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Parameters for replicating the server.

\n@return Parameters for replicating the server.\n@deprecated Use {@link #serverReplicationParameters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Parameters for replicating the server.

\n@param serverReplicationParameters Parameters for replicating the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverReplicationParameters(ServerReplicationParameters)}\n", "documentation" : "

Parameters for replicating the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerReplicationParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerReplicationParameters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverReplicationParameters", "fluentSetterDocumentation" : "

Parameters for replicating the server.

\n@param serverReplicationParameters Parameters for replicating the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverReplicationParameters", "getterDocumentation" : "

Parameters for replicating the server.

\n@return Parameters for replicating the server.", "getterModel" : { "returnType" : "ServerReplicationParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverReplicationParameters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverReplicationParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ServerReplicationParameters", "sensitive" : false, "setterDocumentation" : "

Parameters for replicating the server.

\n@param serverReplicationParameters Parameters for replicating the server.", "setterMethodName" : "setServerReplicationParameters", "setterModel" : { "variableDeclarationType" : "ServerReplicationParameters", "variableName" : "serverReplicationParameters", "variableType" : "ServerReplicationParameters", "documentation" : null, "simpleType" : "ServerReplicationParameters", "variableSetterType" : "ServerReplicationParameters" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerReplicationParameters", "variableName" : "serverReplicationParameters", "variableType" : "ServerReplicationParameters", "documentation" : "

Parameters for replicating the server.

", "simpleType" : "ServerReplicationParameters", "variableSetterType" : "ServerReplicationParameters" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServerReplicationConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServerReplicationConfiguration", "variableName" : "serverReplicationConfiguration", "variableType" : "ServerReplicationConfiguration", "documentation" : null, "simpleType" : "ServerReplicationConfiguration", "variableSetterType" : "ServerReplicationConfiguration" }, "wrapper" : false, "xmlNamespace" : null }, "ServerReplicationParameters" : { "c2jName" : "ServerReplicationParameters", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Replication parameters for replicating a server.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSeedTime", "beanStyleSetterMethodName" : "setSeedTime", "c2jName" : "seedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Seed time for creating a replication job for the server.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #seedTime(Instant)}.\n@param seedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #seedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Seed time for creating a replication job for the server.

\n@return Seed time for creating a replication job for the server.\n@deprecated Use {@link #seedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Seed time for creating a replication job for the server.

\n@param seedTime Seed time for creating a replication job for the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #seedTime(Instant)}\n", "documentation" : "

Seed time for creating a replication job for the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SeedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSeedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "seedTime", "fluentSetterDocumentation" : "

Seed time for creating a replication job for the server.

\n@param seedTime Seed time for creating a replication job for the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "seedTime", "getterDocumentation" : "

Seed time for creating a replication job for the server.

\n@return Seed time for creating a replication job for the server.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "seedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "seedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SeedTime", "sensitive" : false, "setterDocumentation" : "

Seed time for creating a replication job for the server.

\n@param seedTime Seed time for creating a replication job for the server.", "setterMethodName" : "setSeedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedTime", "variableType" : "java.time.Instant", "documentation" : "

Seed time for creating a replication job for the server.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrequency", "beanStyleSetterMethodName" : "setFrequency", "c2jName" : "frequency", "c2jShape" : "Frequency", "defaultConsumerFluentSetterDocumentation" : "

Frequency of creating replication jobs for the server.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #frequency(Integer)}.\n@param frequency a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #frequency(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Frequency of creating replication jobs for the server.

\n@return Frequency of creating replication jobs for the server.\n@deprecated Use {@link #frequency()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Frequency of creating replication jobs for the server.

\n@param frequency Frequency of creating replication jobs for the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #frequency(Integer)}\n", "documentation" : "

Frequency of creating replication jobs for the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Frequency property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrequency", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frequency", "fluentSetterDocumentation" : "

Frequency of creating replication jobs for the server.

\n@param frequency Frequency of creating replication jobs for the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frequency", "getterDocumentation" : "

Frequency of creating replication jobs for the server.

\n@return Frequency of creating replication jobs for the server.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "frequency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "frequency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Frequency", "sensitive" : false, "setterDocumentation" : "

Frequency of creating replication jobs for the server.

\n@param frequency Frequency of creating replication jobs for the server.", "setterMethodName" : "setFrequency", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : "

Frequency of creating replication jobs for the server.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRunOnce", "beanStyleSetterMethodName" : "setRunOnce", "c2jName" : "runOnce", "c2jShape" : "RunOnce", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #runOnce(Boolean)}.\n@param runOnce a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #runOnce(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

\n@return \n@deprecated Use {@link #runOnce()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #runOnce(Boolean)}\n", "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RunOnce property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRunOnce", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "runOnce", "fluentSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "runOnce", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "runOnce", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "runOnce", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RunOnce", "sensitive" : false, "setterDocumentation" : "

\n@param runOnce ", "setterMethodName" : "setRunOnce", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : "

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLicenseType", "beanStyleSetterMethodName" : "setLicenseType", "c2jName" : "licenseType", "c2jShape" : "LicenseType", "defaultConsumerFluentSetterDocumentation" : "

License type for creating a replication job for the server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #licenseTypeAsString(String)}.\n@param licenseType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #licenseType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

License type for creating a replication job for the server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return License type for creating a replication job for the server.\n@see LicenseType\n@deprecated Use {@link #licenseTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

License type for creating a replication job for the server.

\n@param licenseType License type for creating a replication job for the server.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType\n@deprecated Use {@link #licenseType(String)}\n", "documentation" : "

License type for creating a replication job for the server.

", "endpointDiscoveryId" : false, "enumType" : "LicenseType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LicenseType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLicenseType", "fluentEnumGetterMethodName" : "licenseType", "fluentEnumSetterMethodName" : "licenseType", "fluentGetterMethodName" : "licenseTypeAsString", "fluentSetterDocumentation" : "

License type for creating a replication job for the server.

\n@param licenseType License type for creating a replication job for the server.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType", "fluentSetterMethodName" : "licenseType", "getterDocumentation" : "

License type for creating a replication job for the server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return License type for creating a replication job for the server.\n@see LicenseType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "licenseType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "licenseType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LicenseType", "sensitive" : false, "setterDocumentation" : "

License type for creating a replication job for the server.

\n@param licenseType License type for creating a replication job for the server.\n@see LicenseType", "setterMethodName" : "setLicenseType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : "

License type for creating a replication job for the server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNumberOfRecentAmisToKeep", "beanStyleSetterMethodName" : "setNumberOfRecentAmisToKeep", "c2jName" : "numberOfRecentAmisToKeep", "c2jShape" : "NumberOfRecentAmisToKeep", "defaultConsumerFluentSetterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numberOfRecentAmisToKeep(Integer)}.\n@param numberOfRecentAmisToKeep a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numberOfRecentAmisToKeep(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\n@return Number of recent AMIs to keep when creating a replication job for this server.\n@deprecated Use {@link #numberOfRecentAmisToKeep()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep when creating a replication job for this server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfRecentAmisToKeep(Integer)}\n", "documentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NumberOfRecentAmisToKeep property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNumberOfRecentAmisToKeep", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberOfRecentAmisToKeep", "fluentSetterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep when creating a replication job for this server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberOfRecentAmisToKeep", "getterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\n@return Number of recent AMIs to keep when creating a replication job for this server.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "numberOfRecentAmisToKeep", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "numberOfRecentAmisToKeep", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumberOfRecentAmisToKeep", "sensitive" : false, "setterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep when creating a replication job for this server.", "setterMethodName" : "setNumberOfRecentAmisToKeep", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncrypted", "beanStyleSetterMethodName" : "setEncrypted", "c2jName" : "encrypted", "c2jShape" : "Encrypted", "defaultConsumerFluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #encrypted(Boolean)}.\n@param encrypted a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encrypted(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@deprecated Use {@link #encrypted()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encrypted(Boolean)}\n", "documentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Encrypted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncrypted", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encrypted", "fluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encrypted", "getterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs. See also KmsKeyId below.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encrypted", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encrypted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Encrypted", "sensitive" : false, "setterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.", "setterMethodName" : "setEncrypted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Encrypted" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncrypted", "beanStyleSetterMethodName" : "setEncrypted", "c2jName" : "encrypted", "c2jShape" : "Encrypted", "defaultConsumerFluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #encrypted(Boolean)}.\n@param encrypted a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encrypted(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@deprecated Use {@link #encrypted()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encrypted(Boolean)}\n", "documentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Encrypted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncrypted", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encrypted", "fluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encrypted", "getterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs. See also KmsKeyId below.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encrypted", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encrypted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Encrypted", "sensitive" : false, "setterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.", "setterMethodName" : "setEncrypted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Frequency" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrequency", "beanStyleSetterMethodName" : "setFrequency", "c2jName" : "frequency", "c2jShape" : "Frequency", "defaultConsumerFluentSetterDocumentation" : "

Frequency of creating replication jobs for the server.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #frequency(Integer)}.\n@param frequency a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #frequency(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Frequency of creating replication jobs for the server.

\n@return Frequency of creating replication jobs for the server.\n@deprecated Use {@link #frequency()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Frequency of creating replication jobs for the server.

\n@param frequency Frequency of creating replication jobs for the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #frequency(Integer)}\n", "documentation" : "

Frequency of creating replication jobs for the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Frequency property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrequency", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frequency", "fluentSetterDocumentation" : "

Frequency of creating replication jobs for the server.

\n@param frequency Frequency of creating replication jobs for the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frequency", "getterDocumentation" : "

Frequency of creating replication jobs for the server.

\n@return Frequency of creating replication jobs for the server.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "frequency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "frequency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Frequency", "sensitive" : false, "setterDocumentation" : "

Frequency of creating replication jobs for the server.

\n@param frequency Frequency of creating replication jobs for the server.", "setterMethodName" : "setFrequency", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : "

Frequency of creating replication jobs for the server.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "KmsKeyId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LicenseType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLicenseType", "beanStyleSetterMethodName" : "setLicenseType", "c2jName" : "licenseType", "c2jShape" : "LicenseType", "defaultConsumerFluentSetterDocumentation" : "

License type for creating a replication job for the server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #licenseTypeAsString(String)}.\n@param licenseType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #licenseType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

License type for creating a replication job for the server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return License type for creating a replication job for the server.\n@see LicenseType\n@deprecated Use {@link #licenseTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

License type for creating a replication job for the server.

\n@param licenseType License type for creating a replication job for the server.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType\n@deprecated Use {@link #licenseType(String)}\n", "documentation" : "

License type for creating a replication job for the server.

", "endpointDiscoveryId" : false, "enumType" : "LicenseType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LicenseType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLicenseType", "fluentEnumGetterMethodName" : "licenseType", "fluentEnumSetterMethodName" : "licenseType", "fluentGetterMethodName" : "licenseTypeAsString", "fluentSetterDocumentation" : "

License type for creating a replication job for the server.

\n@param licenseType License type for creating a replication job for the server.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType", "fluentSetterMethodName" : "licenseType", "getterDocumentation" : "

License type for creating a replication job for the server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return License type for creating a replication job for the server.\n@see LicenseType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "licenseType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "licenseType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LicenseType", "sensitive" : false, "setterDocumentation" : "

License type for creating a replication job for the server.

\n@param licenseType License type for creating a replication job for the server.\n@see LicenseType", "setterMethodName" : "setLicenseType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : "

License type for creating a replication job for the server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NumberOfRecentAmisToKeep" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNumberOfRecentAmisToKeep", "beanStyleSetterMethodName" : "setNumberOfRecentAmisToKeep", "c2jName" : "numberOfRecentAmisToKeep", "c2jShape" : "NumberOfRecentAmisToKeep", "defaultConsumerFluentSetterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numberOfRecentAmisToKeep(Integer)}.\n@param numberOfRecentAmisToKeep a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numberOfRecentAmisToKeep(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\n@return Number of recent AMIs to keep when creating a replication job for this server.\n@deprecated Use {@link #numberOfRecentAmisToKeep()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep when creating a replication job for this server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfRecentAmisToKeep(Integer)}\n", "documentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NumberOfRecentAmisToKeep property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNumberOfRecentAmisToKeep", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberOfRecentAmisToKeep", "fluentSetterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep when creating a replication job for this server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberOfRecentAmisToKeep", "getterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\n@return Number of recent AMIs to keep when creating a replication job for this server.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "numberOfRecentAmisToKeep", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "numberOfRecentAmisToKeep", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumberOfRecentAmisToKeep", "sensitive" : false, "setterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep when creating a replication job for this server.", "setterMethodName" : "setNumberOfRecentAmisToKeep", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RunOnce" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRunOnce", "beanStyleSetterMethodName" : "setRunOnce", "c2jName" : "runOnce", "c2jShape" : "RunOnce", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #runOnce(Boolean)}.\n@param runOnce a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #runOnce(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

\n@return \n@deprecated Use {@link #runOnce()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #runOnce(Boolean)}\n", "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RunOnce property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRunOnce", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "runOnce", "fluentSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "runOnce", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "runOnce", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "runOnce", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RunOnce", "sensitive" : false, "setterDocumentation" : "

\n@param runOnce ", "setterMethodName" : "setRunOnce", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : "

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SeedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSeedTime", "beanStyleSetterMethodName" : "setSeedTime", "c2jName" : "seedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Seed time for creating a replication job for the server.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #seedTime(Instant)}.\n@param seedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #seedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Seed time for creating a replication job for the server.

\n@return Seed time for creating a replication job for the server.\n@deprecated Use {@link #seedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Seed time for creating a replication job for the server.

\n@param seedTime Seed time for creating a replication job for the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #seedTime(Instant)}\n", "documentation" : "

Seed time for creating a replication job for the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SeedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSeedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "seedTime", "fluentSetterDocumentation" : "

Seed time for creating a replication job for the server.

\n@param seedTime Seed time for creating a replication job for the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "seedTime", "getterDocumentation" : "

Seed time for creating a replication job for the server.

\n@return Seed time for creating a replication job for the server.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "seedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "seedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SeedTime", "sensitive" : false, "setterDocumentation" : "

Seed time for creating a replication job for the server.

\n@param seedTime Seed time for creating a replication job for the server.", "setterMethodName" : "setSeedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedTime", "variableType" : "java.time.Instant", "documentation" : "

Seed time for creating a replication job for the server.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSeedTime", "beanStyleSetterMethodName" : "setSeedTime", "c2jName" : "seedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

Seed time for creating a replication job for the server.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #seedTime(Instant)}.\n@param seedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #seedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Seed time for creating a replication job for the server.

\n@return Seed time for creating a replication job for the server.\n@deprecated Use {@link #seedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Seed time for creating a replication job for the server.

\n@param seedTime Seed time for creating a replication job for the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #seedTime(Instant)}\n", "documentation" : "

Seed time for creating a replication job for the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SeedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSeedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "seedTime", "fluentSetterDocumentation" : "

Seed time for creating a replication job for the server.

\n@param seedTime Seed time for creating a replication job for the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "seedTime", "getterDocumentation" : "

Seed time for creating a replication job for the server.

\n@return Seed time for creating a replication job for the server.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "seedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "seedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "SeedTime", "sensitive" : false, "setterDocumentation" : "

Seed time for creating a replication job for the server.

\n@param seedTime Seed time for creating a replication job for the server.", "setterMethodName" : "setSeedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "seedTime", "variableType" : "java.time.Instant", "documentation" : "

Seed time for creating a replication job for the server.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrequency", "beanStyleSetterMethodName" : "setFrequency", "c2jName" : "frequency", "c2jShape" : "Frequency", "defaultConsumerFluentSetterDocumentation" : "

Frequency of creating replication jobs for the server.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #frequency(Integer)}.\n@param frequency a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #frequency(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Frequency of creating replication jobs for the server.

\n@return Frequency of creating replication jobs for the server.\n@deprecated Use {@link #frequency()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Frequency of creating replication jobs for the server.

\n@param frequency Frequency of creating replication jobs for the server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #frequency(Integer)}\n", "documentation" : "

Frequency of creating replication jobs for the server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Frequency property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrequency", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frequency", "fluentSetterDocumentation" : "

Frequency of creating replication jobs for the server.

\n@param frequency Frequency of creating replication jobs for the server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frequency", "getterDocumentation" : "

Frequency of creating replication jobs for the server.

\n@return Frequency of creating replication jobs for the server.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "frequency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "frequency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Frequency", "sensitive" : false, "setterDocumentation" : "

Frequency of creating replication jobs for the server.

\n@param frequency Frequency of creating replication jobs for the server.", "setterMethodName" : "setFrequency", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : "

Frequency of creating replication jobs for the server.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRunOnce", "beanStyleSetterMethodName" : "setRunOnce", "c2jName" : "runOnce", "c2jShape" : "RunOnce", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #runOnce(Boolean)}.\n@param runOnce a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #runOnce(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

\n@return \n@deprecated Use {@link #runOnce()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #runOnce(Boolean)}\n", "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RunOnce property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRunOnce", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "runOnce", "fluentSetterDocumentation" : "

\n@param runOnce \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "runOnce", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "runOnce", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "runOnce", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RunOnce", "sensitive" : false, "setterDocumentation" : "

\n@param runOnce ", "setterMethodName" : "setRunOnce", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "runOnce", "variableType" : "Boolean", "documentation" : "

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLicenseType", "beanStyleSetterMethodName" : "setLicenseType", "c2jName" : "licenseType", "c2jShape" : "LicenseType", "defaultConsumerFluentSetterDocumentation" : "

License type for creating a replication job for the server.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #licenseTypeAsString(String)}.\n@param licenseType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #licenseType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

License type for creating a replication job for the server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return License type for creating a replication job for the server.\n@see LicenseType\n@deprecated Use {@link #licenseTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

License type for creating a replication job for the server.

\n@param licenseType License type for creating a replication job for the server.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType\n@deprecated Use {@link #licenseType(String)}\n", "documentation" : "

License type for creating a replication job for the server.

", "endpointDiscoveryId" : false, "enumType" : "LicenseType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LicenseType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLicenseType", "fluentEnumGetterMethodName" : "licenseType", "fluentEnumSetterMethodName" : "licenseType", "fluentGetterMethodName" : "licenseTypeAsString", "fluentSetterDocumentation" : "

License type for creating a replication job for the server.

\n@param licenseType License type for creating a replication job for the server.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType", "fluentSetterMethodName" : "licenseType", "getterDocumentation" : "

License type for creating a replication job for the server.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return License type for creating a replication job for the server.\n@see LicenseType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "licenseType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "licenseType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LicenseType", "sensitive" : false, "setterDocumentation" : "

License type for creating a replication job for the server.

\n@param licenseType License type for creating a replication job for the server.\n@see LicenseType", "setterMethodName" : "setLicenseType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : "

License type for creating a replication job for the server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNumberOfRecentAmisToKeep", "beanStyleSetterMethodName" : "setNumberOfRecentAmisToKeep", "c2jName" : "numberOfRecentAmisToKeep", "c2jShape" : "NumberOfRecentAmisToKeep", "defaultConsumerFluentSetterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numberOfRecentAmisToKeep(Integer)}.\n@param numberOfRecentAmisToKeep a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numberOfRecentAmisToKeep(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\n@return Number of recent AMIs to keep when creating a replication job for this server.\n@deprecated Use {@link #numberOfRecentAmisToKeep()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep when creating a replication job for this server.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfRecentAmisToKeep(Integer)}\n", "documentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NumberOfRecentAmisToKeep property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNumberOfRecentAmisToKeep", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberOfRecentAmisToKeep", "fluentSetterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep when creating a replication job for this server.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberOfRecentAmisToKeep", "getterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\n@return Number of recent AMIs to keep when creating a replication job for this server.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "numberOfRecentAmisToKeep", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "numberOfRecentAmisToKeep", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumberOfRecentAmisToKeep", "sensitive" : false, "setterDocumentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

\n@param numberOfRecentAmisToKeep Number of recent AMIs to keep when creating a replication job for this server.", "setterMethodName" : "setNumberOfRecentAmisToKeep", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : "

Number of recent AMIs to keep when creating a replication job for this server.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncrypted", "beanStyleSetterMethodName" : "setEncrypted", "c2jName" : "encrypted", "c2jShape" : "Encrypted", "defaultConsumerFluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #encrypted(Boolean)}.\n@param encrypted a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encrypted(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@deprecated Use {@link #encrypted()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encrypted(Boolean)}\n", "documentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Encrypted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncrypted", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encrypted", "fluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encrypted", "getterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs. See also KmsKeyId below.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encrypted", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encrypted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Encrypted", "sensitive" : false, "setterDocumentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs. See also KmsKeyId below.", "setterMethodName" : "setEncrypted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : "

When true, the replication job produces encrypted AMIs. See also KmsKeyId below.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServerReplicationParameters", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServerReplicationParameters", "variableName" : "serverReplicationParameters", "variableType" : "ServerReplicationParameters", "documentation" : null, "simpleType" : "ServerReplicationParameters", "variableSetterType" : "ServerReplicationParameters" }, "wrapper" : false, "xmlNamespace" : null }, "ServerType" : { "c2jName" : "ServerType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "VIRTUAL_MACHINE", "value" : "VIRTUAL_MACHINE" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServerType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServerType", "variableName" : "serverType", "variableType" : "ServerType", "documentation" : null, "simpleType" : "ServerType", "variableSetterType" : "ServerType" }, "wrapper" : false, "xmlNamespace" : null }, "StartAppReplicationRequest" : { "c2jName" : "StartAppReplicationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "StartAppReplication", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.StartAppReplication", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to replicate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to replicate.

\n@return ID of the application to replicate.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to replicate.

\n@param appId ID of the application to replicate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to replicate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to replicate.

\n@param appId ID of the application to replicate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to replicate.

\n@return ID of the application to replicate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to replicate.

\n@param appId ID of the application to replicate.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to replicate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to replicate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to replicate.

\n@return ID of the application to replicate.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to replicate.

\n@param appId ID of the application to replicate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to replicate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to replicate.

\n@param appId ID of the application to replicate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to replicate.

\n@return ID of the application to replicate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to replicate.

\n@param appId ID of the application to replicate.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to replicate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to replicate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to replicate.

\n@return ID of the application to replicate.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to replicate.

\n@param appId ID of the application to replicate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to replicate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to replicate.

\n@param appId ID of the application to replicate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to replicate.

\n@return ID of the application to replicate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to replicate.

\n@param appId ID of the application to replicate.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to replicate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartAppReplicationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartAppReplicationRequest", "variableName" : "startAppReplicationRequest", "variableType" : "StartAppReplicationRequest", "documentation" : null, "simpleType" : "StartAppReplicationRequest", "variableSetterType" : "StartAppReplicationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "StartAppReplicationResponse" : { "c2jName" : "StartAppReplicationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartAppReplicationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartAppReplicationResponse", "variableName" : "startAppReplicationResponse", "variableType" : "StartAppReplicationResponse", "documentation" : null, "simpleType" : "StartAppReplicationResponse", "variableSetterType" : "StartAppReplicationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "StartOnDemandReplicationRunRequest" : { "c2jName" : "StartOnDemandReplicationRunRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "StartOnDemandReplicationRun", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.StartOnDemandReplicationRun", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the replication run.

\n@return The description of the replication run.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the replication run.

\n@return The description of the replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the replication run.

\n@return The description of the replication run.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the replication run.

\n@return The description of the replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplicationJobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the replication run.

\n@return The description of the replication run.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the replication run.

\n@return The description of the replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the replication run.

\n@param description The description of the replication run.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "replicationJobId" ], "shapeName" : "StartOnDemandReplicationRunRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartOnDemandReplicationRunRequest", "variableName" : "startOnDemandReplicationRunRequest", "variableType" : "StartOnDemandReplicationRunRequest", "documentation" : null, "simpleType" : "StartOnDemandReplicationRunRequest", "variableSetterType" : "StartOnDemandReplicationRunRequest" }, "wrapper" : false, "xmlNamespace" : null }, "StartOnDemandReplicationRunResponse" : { "c2jName" : "StartOnDemandReplicationRunResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationRunId", "beanStyleSetterMethodName" : "setReplicationRunId", "c2jName" : "replicationRunId", "c2jShape" : "ReplicationRunId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationRunId(String)}.\n@param replicationRunId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationRunId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication run.

\n@return The identifier of the replication run.\n@deprecated Use {@link #replicationRunId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationRunId(String)}\n", "documentation" : "

The identifier of the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationRunId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationRunId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationRunId", "fluentSetterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationRunId", "getterDocumentation" : "

The identifier of the replication run.

\n@return The identifier of the replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationRunId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationRunId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationRunId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.", "setterMethodName" : "setReplicationRunId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationRunId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationRunId", "variableType" : "String", "documentation" : "

The identifier of the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ReplicationRunId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationRunId", "beanStyleSetterMethodName" : "setReplicationRunId", "c2jName" : "replicationRunId", "c2jShape" : "ReplicationRunId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationRunId(String)}.\n@param replicationRunId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationRunId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication run.

\n@return The identifier of the replication run.\n@deprecated Use {@link #replicationRunId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationRunId(String)}\n", "documentation" : "

The identifier of the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationRunId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationRunId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationRunId", "fluentSetterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationRunId", "getterDocumentation" : "

The identifier of the replication run.

\n@return The identifier of the replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationRunId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationRunId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationRunId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.", "setterMethodName" : "setReplicationRunId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationRunId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationRunId", "variableType" : "String", "documentation" : "

The identifier of the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationRunId", "beanStyleSetterMethodName" : "setReplicationRunId", "c2jName" : "replicationRunId", "c2jShape" : "ReplicationRunId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationRunId(String)}.\n@param replicationRunId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationRunId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication run.

\n@return The identifier of the replication run.\n@deprecated Use {@link #replicationRunId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationRunId(String)}\n", "documentation" : "

The identifier of the replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationRunId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationRunId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationRunId", "fluentSetterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationRunId", "getterDocumentation" : "

The identifier of the replication run.

\n@return The identifier of the replication run.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationRunId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationRunId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationRunId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication run.

\n@param replicationRunId The identifier of the replication run.", "setterMethodName" : "setReplicationRunId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationRunId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationRunId", "variableType" : "String", "documentation" : "

The identifier of the replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartOnDemandReplicationRunResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartOnDemandReplicationRunResponse", "variableName" : "startOnDemandReplicationRunResponse", "variableType" : "StartOnDemandReplicationRunResponse", "documentation" : null, "simpleType" : "StartOnDemandReplicationRunResponse", "variableSetterType" : "StartOnDemandReplicationRunResponse" }, "wrapper" : false, "xmlNamespace" : null }, "StopAppReplicationRequest" : { "c2jName" : "StopAppReplicationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "StopAppReplication", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.StopAppReplication", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to stop replicating.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to stop replicating.

\n@return ID of the application to stop replicating.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to stop replicating.

\n@param appId ID of the application to stop replicating.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to stop replicating.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to stop replicating.

\n@param appId ID of the application to stop replicating.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to stop replicating.

\n@return ID of the application to stop replicating.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to stop replicating.

\n@param appId ID of the application to stop replicating.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to stop replicating.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to stop replicating.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to stop replicating.

\n@return ID of the application to stop replicating.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to stop replicating.

\n@param appId ID of the application to stop replicating.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to stop replicating.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to stop replicating.

\n@param appId ID of the application to stop replicating.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to stop replicating.

\n@return ID of the application to stop replicating.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to stop replicating.

\n@param appId ID of the application to stop replicating.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to stop replicating.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to stop replicating.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to stop replicating.

\n@return ID of the application to stop replicating.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to stop replicating.

\n@param appId ID of the application to stop replicating.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to stop replicating.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to stop replicating.

\n@param appId ID of the application to stop replicating.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to stop replicating.

\n@return ID of the application to stop replicating.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to stop replicating.

\n@param appId ID of the application to stop replicating.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to stop replicating.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StopAppReplicationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StopAppReplicationRequest", "variableName" : "stopAppReplicationRequest", "variableType" : "StopAppReplicationRequest", "documentation" : null, "simpleType" : "StopAppReplicationRequest", "variableSetterType" : "StopAppReplicationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "StopAppReplicationResponse" : { "c2jName" : "StopAppReplicationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StopAppReplicationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StopAppReplicationResponse", "variableName" : "stopAppReplicationResponse", "variableType" : "StopAppReplicationResponse", "documentation" : null, "simpleType" : "StopAppReplicationResponse", "variableSetterType" : "StopAppReplicationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A label that can be assigned to an application.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

Tag key.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tag key.

\n@return Tag key.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag key.

\n@param key Tag key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

Tag key.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

Tag key.

\n@param key Tag key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

Tag key.

\n@return Tag key.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

Tag key.

\n@param key Tag key.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

Tag key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

Tag value.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tag value.

\n@return Tag value.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag value.

\n@param value Tag value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

Tag value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

Tag value.

\n@param value Tag value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

Tag value.

\n@return Tag value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

Tag value.

\n@param value Tag value.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

Tag value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

Tag key.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tag key.

\n@return Tag key.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag key.

\n@param key Tag key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

Tag key.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

Tag key.

\n@param key Tag key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

Tag key.

\n@return Tag key.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

Tag key.

\n@param key Tag key.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

Tag key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

Tag value.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tag value.

\n@return Tag value.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag value.

\n@param value Tag value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

Tag value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

Tag value.

\n@param value Tag value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

Tag value.

\n@return Tag value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

Tag value.

\n@param value Tag value.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

Tag value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

Tag key.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tag key.

\n@return Tag key.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag key.

\n@param key Tag key.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

Tag key.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

Tag key.

\n@param key Tag key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

Tag key.

\n@return Tag key.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

Tag key.

\n@param key Tag key.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

Tag key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

Tag value.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tag value.

\n@return Tag value.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag value.

\n@param value Tag value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

Tag value.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

Tag value.

\n@param value Tag value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

Tag value.

\n@return Tag value.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

Tag value.

\n@param value Tag value.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

Tag value.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Tag", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false, "xmlNamespace" : null }, "TemporarilyUnavailableException" : { "c2jName" : "TemporarilyUnavailableException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The service is temporarily unavailable.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TemporarilyUnavailableException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TemporarilyUnavailableException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TemporarilyUnavailableException", "variableName" : "temporarilyUnavailableException", "variableType" : "TemporarilyUnavailableException", "documentation" : null, "simpleType" : "TemporarilyUnavailableException", "variableSetterType" : "TemporarilyUnavailableException" }, "wrapper" : false, "xmlNamespace" : null }, "TerminateAppRequest" : { "c2jName" : "TerminateAppRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "TerminateApp", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.TerminateApp", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to terminate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to terminate.

\n@return ID of the application to terminate.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to terminate.

\n@param appId ID of the application to terminate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to terminate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to terminate.

\n@param appId ID of the application to terminate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to terminate.

\n@return ID of the application to terminate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to terminate.

\n@param appId ID of the application to terminate.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to terminate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to terminate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to terminate.

\n@return ID of the application to terminate.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to terminate.

\n@param appId ID of the application to terminate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to terminate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to terminate.

\n@param appId ID of the application to terminate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to terminate.

\n@return ID of the application to terminate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to terminate.

\n@param appId ID of the application to terminate.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to terminate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to terminate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to terminate.

\n@return ID of the application to terminate.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to terminate.

\n@param appId ID of the application to terminate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to terminate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to terminate.

\n@param appId ID of the application to terminate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to terminate.

\n@return ID of the application to terminate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to terminate.

\n@param appId ID of the application to terminate.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to terminate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TerminateAppRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TerminateAppRequest", "variableName" : "terminateAppRequest", "variableType" : "TerminateAppRequest", "documentation" : null, "simpleType" : "TerminateAppRequest", "variableSetterType" : "TerminateAppRequest" }, "wrapper" : false, "xmlNamespace" : null }, "TerminateAppResponse" : { "c2jName" : "TerminateAppResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TerminateAppResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TerminateAppResponse", "variableName" : "terminateAppResponse", "variableType" : "TerminateAppResponse", "documentation" : null, "simpleType" : "TerminateAppResponse", "variableSetterType" : "TerminateAppResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UnauthorizedOperationException" : { "c2jName" : "UnauthorizedOperationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "UnauthorizedOperationException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UnauthorizedOperationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UnauthorizedOperationException", "variableName" : "unauthorizedOperationException", "variableType" : "UnauthorizedOperationException", "documentation" : null, "simpleType" : "UnauthorizedOperationException", "variableSetterType" : "UnauthorizedOperationException" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateAppRequest" : { "c2jName" : "UpdateAppRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateApp", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.UpdateApp", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to update.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to update.

\n@return ID of the application to update.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to update.

\n@param appId ID of the application to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to update.

\n@param appId ID of the application to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to update.

\n@return ID of the application to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to update.

\n@param appId ID of the application to update.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to update.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "AppName", "defaultConsumerFluentSetterDocumentation" : "

New name of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

New name of the application.

\n@return New name of the application.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

New name of the application.

\n@param name New name of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

New name of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

New name of the application.

\n@param name New name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

New name of the application.

\n@return New name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

New name of the application.

\n@param name New name of the application.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

New name of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "AppDescription", "defaultConsumerFluentSetterDocumentation" : "

New description of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

New description of the application.

\n@return New description of the application.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

New description of the application.

\n@param description New description of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

New description of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

New description of the application.

\n@param description New description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

New description of the application.

\n@return New description of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

New description of the application.

\n@param description New description of the application.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

New description of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@return Name of the service role in the customer's account used by AWS SMS.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

Name of the service role in the customer's account used by AWS SMS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@return Name of the service role in the customer's account used by AWS SMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

Name of the service role in the customer's account used by AWS SMS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroups", "beanStyleSetterMethodName" : "setServerGroups", "c2jName" : "serverGroups", "c2jShape" : "ServerGroups", "defaultConsumerFluentSetterDocumentation" : "

List of server groups in the application to update.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroups(List)}.\n@param serverGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of server groups in the application to update.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups in the application to update.\n@deprecated Use {@link #serverGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of server groups in the application to update.

\n@param serverGroups List of server groups in the application to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroups(List)}\n", "documentation" : "

List of server groups in the application to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroups", "fluentSetterDocumentation" : "

List of server groups in the application to update.

\n@param serverGroups List of server groups in the application to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroups", "getterDocumentation" : "

List of server groups in the application to update.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups in the application to update.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroup.Builder} avoiding the need to create one manually via {@link ServerGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroup)}.\n@param member a consumer that will call methods on {@link ServerGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : null, "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : "", "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroups", "sensitive" : false, "setterDocumentation" : "

List of server groups in the application to update.

\n@param serverGroups List of server groups in the application to update.", "setterMethodName" : "setServerGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : "

List of server groups in the application to update.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

List of tags to associate with the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of tags to associate with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags to associate with the application.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of tags to associate with the application.

\n@param tags List of tags to associate with the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

List of tags to associate with the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of tags to associate with the application.

\n@param tags List of tags to associate with the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of tags to associate with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags to associate with the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of tags to associate with the application.

\n@param tags List of tags to associate with the application.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

List of tags to associate with the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to update.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to update.

\n@return ID of the application to update.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to update.

\n@param appId ID of the application to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to update.

\n@param appId ID of the application to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to update.

\n@return ID of the application to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to update.

\n@param appId ID of the application to update.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to update.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "AppDescription", "defaultConsumerFluentSetterDocumentation" : "

New description of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

New description of the application.

\n@return New description of the application.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

New description of the application.

\n@param description New description of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

New description of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

New description of the application.

\n@param description New description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

New description of the application.

\n@return New description of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

New description of the application.

\n@param description New description of the application.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

New description of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "AppName", "defaultConsumerFluentSetterDocumentation" : "

New name of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

New name of the application.

\n@return New name of the application.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

New name of the application.

\n@param name New name of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

New name of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

New name of the application.

\n@param name New name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

New name of the application.

\n@return New name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

New name of the application.

\n@param name New name of the application.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

New name of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@return Name of the service role in the customer's account used by AWS SMS.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

Name of the service role in the customer's account used by AWS SMS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@return Name of the service role in the customer's account used by AWS SMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

Name of the service role in the customer's account used by AWS SMS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerGroups" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroups", "beanStyleSetterMethodName" : "setServerGroups", "c2jName" : "serverGroups", "c2jShape" : "ServerGroups", "defaultConsumerFluentSetterDocumentation" : "

List of server groups in the application to update.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroups(List)}.\n@param serverGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of server groups in the application to update.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups in the application to update.\n@deprecated Use {@link #serverGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of server groups in the application to update.

\n@param serverGroups List of server groups in the application to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroups(List)}\n", "documentation" : "

List of server groups in the application to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroups", "fluentSetterDocumentation" : "

List of server groups in the application to update.

\n@param serverGroups List of server groups in the application to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroups", "getterDocumentation" : "

List of server groups in the application to update.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups in the application to update.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroup.Builder} avoiding the need to create one manually via {@link ServerGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroup)}.\n@param member a consumer that will call methods on {@link ServerGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : null, "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : "", "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroups", "sensitive" : false, "setterDocumentation" : "

List of server groups in the application to update.

\n@param serverGroups List of server groups in the application to update.", "setterMethodName" : "setServerGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : "

List of server groups in the application to update.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

List of tags to associate with the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of tags to associate with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags to associate with the application.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of tags to associate with the application.

\n@param tags List of tags to associate with the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

List of tags to associate with the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of tags to associate with the application.

\n@param tags List of tags to associate with the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of tags to associate with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags to associate with the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of tags to associate with the application.

\n@param tags List of tags to associate with the application.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

List of tags to associate with the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

ID of the application to update.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ID of the application to update.

\n@return ID of the application to update.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ID of the application to update.

\n@param appId ID of the application to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

ID of the application to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

ID of the application to update.

\n@param appId ID of the application to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

ID of the application to update.

\n@return ID of the application to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

ID of the application to update.

\n@param appId ID of the application to update.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

ID of the application to update.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "AppName", "defaultConsumerFluentSetterDocumentation" : "

New name of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

New name of the application.

\n@return New name of the application.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

New name of the application.

\n@param name New name of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

New name of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

New name of the application.

\n@param name New name of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

New name of the application.

\n@return New name of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

New name of the application.

\n@param name New name of the application.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

New name of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "AppDescription", "defaultConsumerFluentSetterDocumentation" : "

New description of the application.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

New description of the application.

\n@return New description of the application.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

New description of the application.

\n@param description New description of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

New description of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

New description of the application.

\n@param description New description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

New description of the application.

\n@return New description of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

New description of the application.

\n@param description New description of the application.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

New description of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@return Name of the service role in the customer's account used by AWS SMS.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

Name of the service role in the customer's account used by AWS SMS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@return Name of the service role in the customer's account used by AWS SMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

Name of the service role in the customer's account used by AWS SMS.

\n@param roleName Name of the service role in the customer's account used by AWS SMS.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

Name of the service role in the customer's account used by AWS SMS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroups", "beanStyleSetterMethodName" : "setServerGroups", "c2jName" : "serverGroups", "c2jShape" : "ServerGroups", "defaultConsumerFluentSetterDocumentation" : "

List of server groups in the application to update.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroups(List)}.\n@param serverGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of server groups in the application to update.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups in the application to update.\n@deprecated Use {@link #serverGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of server groups in the application to update.

\n@param serverGroups List of server groups in the application to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroups(List)}\n", "documentation" : "

List of server groups in the application to update.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroups", "fluentSetterDocumentation" : "

List of server groups in the application to update.

\n@param serverGroups List of server groups in the application to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroups", "getterDocumentation" : "

List of server groups in the application to update.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of server groups in the application to update.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroup.Builder} avoiding the need to create one manually via {@link ServerGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroup)}.\n@param member a consumer that will call methods on {@link ServerGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : null, "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : "", "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroups", "sensitive" : false, "setterDocumentation" : "

List of server groups in the application to update.

\n@param serverGroups List of server groups in the application to update.", "setterMethodName" : "setServerGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : "

List of server groups in the application to update.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

List of tags to associate with the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of tags to associate with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags to associate with the application.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of tags to associate with the application.

\n@param tags List of tags to associate with the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

List of tags to associate with the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of tags to associate with the application.

\n@param tags List of tags to associate with the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of tags to associate with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags to associate with the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of tags to associate with the application.

\n@param tags List of tags to associate with the application.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

List of tags to associate with the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateAppRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateAppRequest", "variableName" : "updateAppRequest", "variableType" : "UpdateAppRequest", "documentation" : null, "simpleType" : "UpdateAppRequest", "variableSetterType" : "UpdateAppRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateAppResponse" : { "c2jName" : "UpdateAppResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppSummary", "beanStyleSetterMethodName" : "setAppSummary", "c2jName" : "appSummary", "c2jShape" : "AppSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary description of the application.

\nThis is a convenience that creates an instance of the {@link AppSummary.Builder} avoiding the need to create one manually via {@link AppSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppSummary.Builder#build()} is called immediately and its result is passed to {@link #appSummary(AppSummary)}.\n@param appSummary a consumer that will call methods on {@link AppSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appSummary(AppSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary description of the application.

\n@return Summary description of the application.\n@deprecated Use {@link #appSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appSummary(AppSummary)}\n", "documentation" : "

Summary description of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appSummary", "fluentSetterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appSummary", "getterDocumentation" : "

Summary description of the application.

\n@return Summary description of the application.", "getterModel" : { "returnType" : "AppSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AppSummary", "sensitive" : false, "setterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.", "setterMethodName" : "setAppSummary", "setterModel" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : null, "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : "

Summary description of the application.

", "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroups", "beanStyleSetterMethodName" : "setServerGroups", "c2jName" : "serverGroups", "c2jShape" : "ServerGroups", "defaultConsumerFluentSetterDocumentation" : "

List of updated server groups in the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroups(List)}.\n@param serverGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of updated server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of updated server groups in the application.\n@deprecated Use {@link #serverGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of updated server groups in the application.

\n@param serverGroups List of updated server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroups(List)}\n", "documentation" : "

List of updated server groups in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroups", "fluentSetterDocumentation" : "

List of updated server groups in the application.

\n@param serverGroups List of updated server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroups", "getterDocumentation" : "

List of updated server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of updated server groups in the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroup.Builder} avoiding the need to create one manually via {@link ServerGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroup)}.\n@param member a consumer that will call methods on {@link ServerGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : null, "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : "", "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroups", "sensitive" : false, "setterDocumentation" : "

List of updated server groups in the application.

\n@param serverGroups List of updated server groups in the application.", "setterMethodName" : "setServerGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : "

List of updated server groups in the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

List of tags associated with the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of tags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags associated with the application.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

List of tags associated with the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of tags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags associated with the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

List of tags associated with the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppSummary" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppSummary", "beanStyleSetterMethodName" : "setAppSummary", "c2jName" : "appSummary", "c2jShape" : "AppSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary description of the application.

\nThis is a convenience that creates an instance of the {@link AppSummary.Builder} avoiding the need to create one manually via {@link AppSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppSummary.Builder#build()} is called immediately and its result is passed to {@link #appSummary(AppSummary)}.\n@param appSummary a consumer that will call methods on {@link AppSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appSummary(AppSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary description of the application.

\n@return Summary description of the application.\n@deprecated Use {@link #appSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appSummary(AppSummary)}\n", "documentation" : "

Summary description of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appSummary", "fluentSetterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appSummary", "getterDocumentation" : "

Summary description of the application.

\n@return Summary description of the application.", "getterModel" : { "returnType" : "AppSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AppSummary", "sensitive" : false, "setterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.", "setterMethodName" : "setAppSummary", "setterModel" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : null, "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : "

Summary description of the application.

", "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ServerGroups" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroups", "beanStyleSetterMethodName" : "setServerGroups", "c2jName" : "serverGroups", "c2jShape" : "ServerGroups", "defaultConsumerFluentSetterDocumentation" : "

List of updated server groups in the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroups(List)}.\n@param serverGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of updated server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of updated server groups in the application.\n@deprecated Use {@link #serverGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of updated server groups in the application.

\n@param serverGroups List of updated server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroups(List)}\n", "documentation" : "

List of updated server groups in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroups", "fluentSetterDocumentation" : "

List of updated server groups in the application.

\n@param serverGroups List of updated server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroups", "getterDocumentation" : "

List of updated server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of updated server groups in the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroup.Builder} avoiding the need to create one manually via {@link ServerGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroup)}.\n@param member a consumer that will call methods on {@link ServerGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : null, "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : "", "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroups", "sensitive" : false, "setterDocumentation" : "

List of updated server groups in the application.

\n@param serverGroups List of updated server groups in the application.", "setterMethodName" : "setServerGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : "

List of updated server groups in the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

List of tags associated with the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of tags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags associated with the application.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

List of tags associated with the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of tags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags associated with the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

List of tags associated with the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppSummary", "beanStyleSetterMethodName" : "setAppSummary", "c2jName" : "appSummary", "c2jShape" : "AppSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary description of the application.

\nThis is a convenience that creates an instance of the {@link AppSummary.Builder} avoiding the need to create one manually via {@link AppSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link AppSummary.Builder#build()} is called immediately and its result is passed to {@link #appSummary(AppSummary)}.\n@param appSummary a consumer that will call methods on {@link AppSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appSummary(AppSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary description of the application.

\n@return Summary description of the application.\n@deprecated Use {@link #appSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appSummary(AppSummary)}\n", "documentation" : "

Summary description of the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appSummary", "fluentSetterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appSummary", "getterDocumentation" : "

Summary description of the application.

\n@return Summary description of the application.", "getterModel" : { "returnType" : "AppSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AppSummary", "sensitive" : false, "setterDocumentation" : "

Summary description of the application.

\n@param appSummary Summary description of the application.", "setterMethodName" : "setAppSummary", "setterModel" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : null, "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AppSummary", "variableName" : "appSummary", "variableType" : "AppSummary", "documentation" : "

Summary description of the application.

", "simpleType" : "AppSummary", "variableSetterType" : "AppSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getServerGroups", "beanStyleSetterMethodName" : "setServerGroups", "c2jName" : "serverGroups", "c2jShape" : "ServerGroups", "defaultConsumerFluentSetterDocumentation" : "

List of updated server groups in the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #serverGroups(List)}.\n@param serverGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serverGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of updated server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of updated server groups in the application.\n@deprecated Use {@link #serverGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of updated server groups in the application.

\n@param serverGroups List of updated server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serverGroups(List)}\n", "documentation" : "

List of updated server groups in the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ServerGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasServerGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serverGroups", "fluentSetterDocumentation" : "

List of updated server groups in the application.

\n@param serverGroups List of updated server groups in the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serverGroups", "getterDocumentation" : "

List of updated server groups in the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasServerGroups()} to see if a value was sent in this field.\n

\n@return List of updated server groups in the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serverGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "serverGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServerGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ServerGroup.Builder} avoiding the need to create one manually via {@link ServerGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ServerGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ServerGroup)}.\n@param member a consumer that will call methods on {@link ServerGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ServerGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ServerGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ServerGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : null, "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ServerGroup", "variableName" : "member", "variableType" : "ServerGroup", "documentation" : "", "simpleType" : "ServerGroup", "variableSetterType" : "ServerGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ServerGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ServerGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ServerGroups", "sensitive" : false, "setterDocumentation" : "

List of updated server groups in the application.

\n@param serverGroups List of updated server groups in the application.", "setterMethodName" : "setServerGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serverGroups", "variableType" : "java.util.List", "documentation" : "

List of updated server groups in the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

List of tags associated with the application.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of tags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags associated with the application.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

List of tags associated with the application.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

List of tags associated with the application.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return List of tags associated with the application.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

List of tags associated with the application.

\n@param tags List of tags associated with the application.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

List of tags associated with the application.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateAppResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateAppResponse", "variableName" : "updateAppResponse", "variableType" : "UpdateAppResponse", "documentation" : null, "simpleType" : "UpdateAppResponse", "variableSetterType" : "UpdateAppResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateReplicationJobRequest" : { "c2jName" : "UpdateReplicationJobRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateReplicationJob", "locationName" : null, "requestUri" : "/", "target" : "AWSServerMigrationService_V2016_10_24.UpdateReplicationJob", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrequency", "beanStyleSetterMethodName" : "setFrequency", "c2jName" : "frequency", "c2jShape" : "Frequency", "defaultConsumerFluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #frequency(Integer)}.\n@param frequency a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #frequency(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.\n@deprecated Use {@link #frequency()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #frequency(Integer)}\n", "documentation" : "

The time between consecutive replication runs, in hours.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Frequency property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrequency", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frequency", "fluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frequency", "getterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "frequency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "frequency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Frequency", "sensitive" : false, "setterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.", "setterMethodName" : "setFrequency", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : "

The time between consecutive replication runs, in hours.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextReplicationRunStartTime", "beanStyleSetterMethodName" : "setNextReplicationRunStartTime", "c2jName" : "nextReplicationRunStartTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start time of the next replication run.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #nextReplicationRunStartTime(Instant)}.\n@param nextReplicationRunStartTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextReplicationRunStartTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.\n@deprecated Use {@link #nextReplicationRunStartTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextReplicationRunStartTime(Instant)}\n", "documentation" : "

The start time of the next replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextReplicationRunStartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextReplicationRunStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextReplicationRunStartTime", "fluentSetterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextReplicationRunStartTime", "getterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextReplicationRunStartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextReplicationRunStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NextReplicationRunStartTime", "sensitive" : false, "setterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.", "setterMethodName" : "setNextReplicationRunStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nextReplicationRunStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nextReplicationRunStartTime", "variableType" : "java.time.Instant", "documentation" : "

The start time of the next replication run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLicenseType", "beanStyleSetterMethodName" : "setLicenseType", "c2jName" : "licenseType", "c2jShape" : "LicenseType", "defaultConsumerFluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #licenseTypeAsString(String)}.\n@param licenseType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #licenseType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@deprecated Use {@link #licenseTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType\n@deprecated Use {@link #licenseType(String)}\n", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "endpointDiscoveryId" : false, "enumType" : "LicenseType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LicenseType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLicenseType", "fluentEnumGetterMethodName" : "licenseType", "fluentEnumSetterMethodName" : "licenseType", "fluentGetterMethodName" : "licenseTypeAsString", "fluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType", "fluentSetterMethodName" : "licenseType", "getterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "licenseType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "licenseType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LicenseType", "sensitive" : false, "setterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "setterMethodName" : "setLicenseType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\n@return The name of the IAM role to be used by AWS SMS.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\n@param roleName The name of the IAM role to be used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

The name of the IAM role to be used by AWS SMS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\n@param roleName The name of the IAM role to be used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\n@return The name of the IAM role to be used by AWS SMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\n@param roleName The name of the IAM role to be used by AWS SMS.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

The name of the IAM role to be used by AWS SMS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNumberOfRecentAmisToKeep", "beanStyleSetterMethodName" : "setNumberOfRecentAmisToKeep", "c2jName" : "numberOfRecentAmisToKeep", "c2jShape" : "NumberOfRecentAmisToKeep", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numberOfRecentAmisToKeep(Integer)}.\n@param numberOfRecentAmisToKeep a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numberOfRecentAmisToKeep(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@return The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@deprecated Use {@link #numberOfRecentAmisToKeep()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfRecentAmisToKeep(Integer)}\n", "documentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NumberOfRecentAmisToKeep property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNumberOfRecentAmisToKeep", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberOfRecentAmisToKeep", "fluentSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberOfRecentAmisToKeep", "getterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@return The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "numberOfRecentAmisToKeep", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "numberOfRecentAmisToKeep", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumberOfRecentAmisToKeep", "sensitive" : false, "setterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.", "setterMethodName" : "setNumberOfRecentAmisToKeep", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncrypted", "beanStyleSetterMethodName" : "setEncrypted", "c2jName" : "encrypted", "c2jShape" : "Encrypted", "defaultConsumerFluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #encrypted(Boolean)}.\n@param encrypted a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encrypted(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs . See also KmsKeyId below.\n@deprecated Use {@link #encrypted()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs . See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encrypted(Boolean)}\n", "documentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Encrypted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncrypted", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encrypted", "fluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs . See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encrypted", "getterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs . See also KmsKeyId below.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encrypted", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encrypted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Encrypted", "sensitive" : false, "setterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs . See also KmsKeyId below.", "setterMethodName" : "setEncrypted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Encrypted" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncrypted", "beanStyleSetterMethodName" : "setEncrypted", "c2jName" : "encrypted", "c2jShape" : "Encrypted", "defaultConsumerFluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #encrypted(Boolean)}.\n@param encrypted a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encrypted(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs . See also KmsKeyId below.\n@deprecated Use {@link #encrypted()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs . See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encrypted(Boolean)}\n", "documentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Encrypted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncrypted", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encrypted", "fluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs . See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encrypted", "getterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs . See also KmsKeyId below.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encrypted", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encrypted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Encrypted", "sensitive" : false, "setterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs . See also KmsKeyId below.", "setterMethodName" : "setEncrypted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Frequency" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrequency", "beanStyleSetterMethodName" : "setFrequency", "c2jName" : "frequency", "c2jShape" : "Frequency", "defaultConsumerFluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #frequency(Integer)}.\n@param frequency a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #frequency(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.\n@deprecated Use {@link #frequency()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #frequency(Integer)}\n", "documentation" : "

The time between consecutive replication runs, in hours.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Frequency property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrequency", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frequency", "fluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frequency", "getterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "frequency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "frequency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Frequency", "sensitive" : false, "setterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.", "setterMethodName" : "setFrequency", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : "

The time between consecutive replication runs, in hours.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "KmsKeyId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LicenseType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLicenseType", "beanStyleSetterMethodName" : "setLicenseType", "c2jName" : "licenseType", "c2jShape" : "LicenseType", "defaultConsumerFluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #licenseTypeAsString(String)}.\n@param licenseType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #licenseType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@deprecated Use {@link #licenseTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType\n@deprecated Use {@link #licenseType(String)}\n", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "endpointDiscoveryId" : false, "enumType" : "LicenseType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LicenseType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLicenseType", "fluentEnumGetterMethodName" : "licenseType", "fluentEnumSetterMethodName" : "licenseType", "fluentGetterMethodName" : "licenseTypeAsString", "fluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType", "fluentSetterMethodName" : "licenseType", "getterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "licenseType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "licenseType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LicenseType", "sensitive" : false, "setterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "setterMethodName" : "setLicenseType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextReplicationRunStartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextReplicationRunStartTime", "beanStyleSetterMethodName" : "setNextReplicationRunStartTime", "c2jName" : "nextReplicationRunStartTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start time of the next replication run.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #nextReplicationRunStartTime(Instant)}.\n@param nextReplicationRunStartTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextReplicationRunStartTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.\n@deprecated Use {@link #nextReplicationRunStartTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextReplicationRunStartTime(Instant)}\n", "documentation" : "

The start time of the next replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextReplicationRunStartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextReplicationRunStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextReplicationRunStartTime", "fluentSetterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextReplicationRunStartTime", "getterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextReplicationRunStartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextReplicationRunStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NextReplicationRunStartTime", "sensitive" : false, "setterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.", "setterMethodName" : "setNextReplicationRunStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nextReplicationRunStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nextReplicationRunStartTime", "variableType" : "java.time.Instant", "documentation" : "

The start time of the next replication run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NumberOfRecentAmisToKeep" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNumberOfRecentAmisToKeep", "beanStyleSetterMethodName" : "setNumberOfRecentAmisToKeep", "c2jName" : "numberOfRecentAmisToKeep", "c2jShape" : "NumberOfRecentAmisToKeep", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numberOfRecentAmisToKeep(Integer)}.\n@param numberOfRecentAmisToKeep a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numberOfRecentAmisToKeep(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@return The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@deprecated Use {@link #numberOfRecentAmisToKeep()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfRecentAmisToKeep(Integer)}\n", "documentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NumberOfRecentAmisToKeep property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNumberOfRecentAmisToKeep", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberOfRecentAmisToKeep", "fluentSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberOfRecentAmisToKeep", "getterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@return The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "numberOfRecentAmisToKeep", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "numberOfRecentAmisToKeep", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumberOfRecentAmisToKeep", "sensitive" : false, "setterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.", "setterMethodName" : "setNumberOfRecentAmisToKeep", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ReplicationJobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\n@return The name of the IAM role to be used by AWS SMS.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\n@param roleName The name of the IAM role to be used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

The name of the IAM role to be used by AWS SMS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\n@param roleName The name of the IAM role to be used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\n@return The name of the IAM role to be used by AWS SMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\n@param roleName The name of the IAM role to be used by AWS SMS.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

The name of the IAM role to be used by AWS SMS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getReplicationJobId", "beanStyleSetterMethodName" : "setReplicationJobId", "c2jName" : "replicationJobId", "c2jShape" : "ReplicationJobId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #replicationJobId(String)}.\n@param replicationJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #replicationJobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.\n@deprecated Use {@link #replicationJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #replicationJobId(String)}\n", "documentation" : "

The identifier of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ReplicationJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasReplicationJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "replicationJobId", "fluentSetterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "replicationJobId", "getterDocumentation" : "

The identifier of the replication job.

\n@return The identifier of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "replicationJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "replicationJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ReplicationJobId", "sensitive" : false, "setterDocumentation" : "

The identifier of the replication job.

\n@param replicationJobId The identifier of the replication job.", "setterMethodName" : "setReplicationJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "replicationJobId", "variableType" : "String", "documentation" : "

The identifier of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrequency", "beanStyleSetterMethodName" : "setFrequency", "c2jName" : "frequency", "c2jShape" : "Frequency", "defaultConsumerFluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #frequency(Integer)}.\n@param frequency a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #frequency(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.\n@deprecated Use {@link #frequency()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #frequency(Integer)}\n", "documentation" : "

The time between consecutive replication runs, in hours.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Frequency property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrequency", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frequency", "fluentSetterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frequency", "getterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@return The time between consecutive replication runs, in hours.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "frequency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "frequency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Frequency", "sensitive" : false, "setterDocumentation" : "

The time between consecutive replication runs, in hours.

\n@param frequency The time between consecutive replication runs, in hours.", "setterMethodName" : "setFrequency", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "frequency", "variableType" : "Integer", "documentation" : "

The time between consecutive replication runs, in hours.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextReplicationRunStartTime", "beanStyleSetterMethodName" : "setNextReplicationRunStartTime", "c2jName" : "nextReplicationRunStartTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start time of the next replication run.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #nextReplicationRunStartTime(Instant)}.\n@param nextReplicationRunStartTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextReplicationRunStartTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.\n@deprecated Use {@link #nextReplicationRunStartTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextReplicationRunStartTime(Instant)}\n", "documentation" : "

The start time of the next replication run.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextReplicationRunStartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextReplicationRunStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextReplicationRunStartTime", "fluentSetterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextReplicationRunStartTime", "getterDocumentation" : "

The start time of the next replication run.

\n@return The start time of the next replication run.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextReplicationRunStartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextReplicationRunStartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NextReplicationRunStartTime", "sensitive" : false, "setterDocumentation" : "

The start time of the next replication run.

\n@param nextReplicationRunStartTime The start time of the next replication run.", "setterMethodName" : "setNextReplicationRunStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nextReplicationRunStartTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "nextReplicationRunStartTime", "variableType" : "java.time.Instant", "documentation" : "

The start time of the next replication run.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLicenseType", "beanStyleSetterMethodName" : "setLicenseType", "c2jName" : "licenseType", "c2jShape" : "LicenseType", "defaultConsumerFluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #licenseTypeAsString(String)}.\n@param licenseType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #licenseType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@deprecated Use {@link #licenseTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType\n@deprecated Use {@link #licenseType(String)}\n", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "endpointDiscoveryId" : false, "enumType" : "LicenseType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LicenseType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLicenseType", "fluentEnumGetterMethodName" : "licenseType", "fluentEnumSetterMethodName" : "licenseType", "fluentGetterMethodName" : "licenseTypeAsString", "fluentSetterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType\n@return Returns a reference to this object so that method calls can be chained together.\n@see LicenseType", "fluentSetterMethodName" : "licenseType", "getterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #licenseType} will return {@link LicenseType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #licenseTypeAsString}.\n

\n@return The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "licenseType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "licenseType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LicenseType", "sensitive" : false, "setterDocumentation" : "

The license type to be used for the AMI created by a successful replication run.

\n@param licenseType The license type to be used for the AMI created by a successful replication run.\n@see LicenseType", "setterMethodName" : "setLicenseType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseType", "variableType" : "String", "documentation" : "

The license type to be used for the AMI created by a successful replication run.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "roleName", "c2jShape" : "RoleName", "defaultConsumerFluentSetterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleName(String)}.\n@param roleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\n@return The name of the IAM role to be used by AWS SMS.\n@deprecated Use {@link #roleName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\n@param roleName The name of the IAM role to be used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleName(String)}\n", "documentation" : "

The name of the IAM role to be used by AWS SMS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\n@param roleName The name of the IAM role to be used by AWS SMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\n@return The name of the IAM role to be used by AWS SMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleName", "sensitive" : false, "setterDocumentation" : "

The name of the IAM role to be used by AWS SMS.

\n@param roleName The name of the IAM role to be used by AWS SMS.", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

The name of the IAM role to be used by AWS SMS.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

The description of the replication job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

The description of the replication job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the replication job.

\n@return The description of the replication job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the replication job.

\n@param description The description of the replication job.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the replication job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNumberOfRecentAmisToKeep", "beanStyleSetterMethodName" : "setNumberOfRecentAmisToKeep", "c2jName" : "numberOfRecentAmisToKeep", "c2jShape" : "NumberOfRecentAmisToKeep", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #numberOfRecentAmisToKeep(Integer)}.\n@param numberOfRecentAmisToKeep a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #numberOfRecentAmisToKeep(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@return The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@deprecated Use {@link #numberOfRecentAmisToKeep()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfRecentAmisToKeep(Integer)}\n", "documentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NumberOfRecentAmisToKeep property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNumberOfRecentAmisToKeep", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "numberOfRecentAmisToKeep", "fluentSetterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "numberOfRecentAmisToKeep", "getterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@return The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "numberOfRecentAmisToKeep", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "numberOfRecentAmisToKeep", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "NumberOfRecentAmisToKeep", "sensitive" : false, "setterDocumentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

\n@param numberOfRecentAmisToKeep The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.", "setterMethodName" : "setNumberOfRecentAmisToKeep", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "numberOfRecentAmisToKeep", "variableType" : "Integer", "documentation" : "

The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEncrypted", "beanStyleSetterMethodName" : "setEncrypted", "c2jName" : "encrypted", "c2jShape" : "Encrypted", "defaultConsumerFluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #encrypted(Boolean)}.\n@param encrypted a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #encrypted(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs . See also KmsKeyId below.\n@deprecated Use {@link #encrypted()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs . See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #encrypted(Boolean)}\n", "documentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Encrypted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEncrypted", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encrypted", "fluentSetterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs . See also KmsKeyId below.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encrypted", "getterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\n@return When true, the replication job produces encrypted AMIs . See also KmsKeyId below.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "encrypted", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "encrypted", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Encrypted", "sensitive" : false, "setterDocumentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

\n@param encrypted When true, the replication job produces encrypted AMIs . See also KmsKeyId below.", "setterMethodName" : "setEncrypted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "encrypted", "variableType" : "Boolean", "documentation" : "

When true, the replication job produces encrypted AMIs . See also KmsKeyId below.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@return

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

\n@param kmsKeyId

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:

  • KMS key ID

  • KMS key alias

  • ARN referring to KMS key ID

  • ARN referring to KMS key alias

If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "replicationJobId" ], "shapeName" : "UpdateReplicationJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateReplicationJobRequest", "variableName" : "updateReplicationJobRequest", "variableType" : "UpdateReplicationJobRequest", "documentation" : null, "simpleType" : "UpdateReplicationJobRequest", "variableSetterType" : "UpdateReplicationJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateReplicationJobResponse" : { "c2jName" : "UpdateReplicationJobResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateReplicationJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateReplicationJobResponse", "variableName" : "updateReplicationJobResponse", "variableType" : "UpdateReplicationJobResponse", "documentation" : null, "simpleType" : "UpdateReplicationJobResponse", "variableSetterType" : "UpdateReplicationJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UserData" : { "c2jName" : "UserData", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A script that runs on first launch of an Amazon EC2 instance. Used for configuring the server during launch.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Location", "beanStyleSetterMethodName" : "setS3Location", "c2jName" : "s3Location", "c2jShape" : "S3Location", "defaultConsumerFluentSetterDocumentation" : "

Amazon S3 location of the user-data script.

\nThis is a convenience that creates an instance of the {@link S3Location.Builder} avoiding the need to create one manually via {@link S3Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Location.Builder#build()} is called immediately and its result is passed to {@link #s3Location(S3Location)}.\n@param s3Location a consumer that will call methods on {@link S3Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Location(S3Location)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Amazon S3 location of the user-data script.

\n@return Amazon S3 location of the user-data script.\n@deprecated Use {@link #s3Location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Amazon S3 location of the user-data script.

\n@param s3Location Amazon S3 location of the user-data script.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Location(S3Location)}\n", "documentation" : "

Amazon S3 location of the user-data script.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3Location", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Location", "fluentSetterDocumentation" : "

Amazon S3 location of the user-data script.

\n@param s3Location Amazon S3 location of the user-data script.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Location", "getterDocumentation" : "

Amazon S3 location of the user-data script.

\n@return Amazon S3 location of the user-data script.", "getterModel" : { "returnType" : "S3Location", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Location", "sensitive" : false, "setterDocumentation" : "

Amazon S3 location of the user-data script.

\n@param s3Location Amazon S3 location of the user-data script.", "setterMethodName" : "setS3Location", "setterModel" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : null, "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : "

Amazon S3 location of the user-data script.

", "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "S3Location" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Location", "beanStyleSetterMethodName" : "setS3Location", "c2jName" : "s3Location", "c2jShape" : "S3Location", "defaultConsumerFluentSetterDocumentation" : "

Amazon S3 location of the user-data script.

\nThis is a convenience that creates an instance of the {@link S3Location.Builder} avoiding the need to create one manually via {@link S3Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Location.Builder#build()} is called immediately and its result is passed to {@link #s3Location(S3Location)}.\n@param s3Location a consumer that will call methods on {@link S3Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Location(S3Location)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Amazon S3 location of the user-data script.

\n@return Amazon S3 location of the user-data script.\n@deprecated Use {@link #s3Location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Amazon S3 location of the user-data script.

\n@param s3Location Amazon S3 location of the user-data script.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Location(S3Location)}\n", "documentation" : "

Amazon S3 location of the user-data script.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3Location", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Location", "fluentSetterDocumentation" : "

Amazon S3 location of the user-data script.

\n@param s3Location Amazon S3 location of the user-data script.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Location", "getterDocumentation" : "

Amazon S3 location of the user-data script.

\n@return Amazon S3 location of the user-data script.", "getterModel" : { "returnType" : "S3Location", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Location", "sensitive" : false, "setterDocumentation" : "

Amazon S3 location of the user-data script.

\n@param s3Location Amazon S3 location of the user-data script.", "setterMethodName" : "setS3Location", "setterModel" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : null, "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : "

Amazon S3 location of the user-data script.

", "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getS3Location", "beanStyleSetterMethodName" : "setS3Location", "c2jName" : "s3Location", "c2jShape" : "S3Location", "defaultConsumerFluentSetterDocumentation" : "

Amazon S3 location of the user-data script.

\nThis is a convenience that creates an instance of the {@link S3Location.Builder} avoiding the need to create one manually via {@link S3Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Location.Builder#build()} is called immediately and its result is passed to {@link #s3Location(S3Location)}.\n@param s3Location a consumer that will call methods on {@link S3Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Location(S3Location)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Amazon S3 location of the user-data script.

\n@return Amazon S3 location of the user-data script.\n@deprecated Use {@link #s3Location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Amazon S3 location of the user-data script.

\n@param s3Location Amazon S3 location of the user-data script.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3Location(S3Location)}\n", "documentation" : "

Amazon S3 location of the user-data script.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the S3Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasS3Location", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "s3Location", "fluentSetterDocumentation" : "

Amazon S3 location of the user-data script.

\n@param s3Location Amazon S3 location of the user-data script.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "s3Location", "getterDocumentation" : "

Amazon S3 location of the user-data script.

\n@return Amazon S3 location of the user-data script.", "getterModel" : { "returnType" : "S3Location", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "s3Location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "s3Location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "S3Location", "sensitive" : false, "setterDocumentation" : "

Amazon S3 location of the user-data script.

\n@param s3Location Amazon S3 location of the user-data script.", "setterMethodName" : "setS3Location", "setterModel" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : null, "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "S3Location", "variableName" : "s3Location", "variableType" : "S3Location", "documentation" : "

Amazon S3 location of the user-data script.

", "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UserData", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UserData", "variableName" : "userData", "variableType" : "UserData", "documentation" : null, "simpleType" : "UserData", "variableSetterType" : "UserData" }, "wrapper" : false, "xmlNamespace" : null }, "VmManagerType" : { "c2jName" : "VmManagerType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "VSPHERE", "value" : "VSPHERE" }, { "name" : "SCVMM", "value" : "SCVMM" }, { "name" : "HYPERV_MANAGER", "value" : "HYPERV-MANAGER" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "VmManagerType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VmManagerType", "variableName" : "vmManagerType", "variableType" : "VmManagerType", "documentation" : null, "simpleType" : "VmManagerType", "variableSetterType" : "VmManagerType" }, "wrapper" : false, "xmlNamespace" : null }, "VmServer" : { "c2jName" : "VmServer", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents a VM server.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmServerAddress", "beanStyleSetterMethodName" : "setVmServerAddress", "c2jName" : "vmServerAddress", "c2jShape" : "VmServerAddress", "defaultConsumerFluentSetterDocumentation" : "

Information about the VM server location.

\nThis is a convenience that creates an instance of the {@link VmServerAddress.Builder} avoiding the need to create one manually via {@link VmServerAddress#builder()}.\n\nWhen the {@link Consumer} completes, {@link VmServerAddress.Builder#build()} is called immediately and its result is passed to {@link #vmServerAddress(VmServerAddress)}.\n@param vmServerAddress a consumer that will call methods on {@link VmServerAddress.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmServerAddress(VmServerAddress)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the VM server location.

\n@return Information about the VM server location.\n@deprecated Use {@link #vmServerAddress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the VM server location.

\n@param vmServerAddress Information about the VM server location.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmServerAddress(VmServerAddress)}\n", "documentation" : "

Information about the VM server location.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmServerAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmServerAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmServerAddress", "fluentSetterDocumentation" : "

Information about the VM server location.

\n@param vmServerAddress Information about the VM server location.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmServerAddress", "getterDocumentation" : "

Information about the VM server location.

\n@return Information about the VM server location.", "getterModel" : { "returnType" : "VmServerAddress", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmServerAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmServerAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VmServerAddress", "sensitive" : false, "setterDocumentation" : "

Information about the VM server location.

\n@param vmServerAddress Information about the VM server location.", "setterMethodName" : "setVmServerAddress", "setterModel" : { "variableDeclarationType" : "VmServerAddress", "variableName" : "vmServerAddress", "variableType" : "VmServerAddress", "documentation" : null, "simpleType" : "VmServerAddress", "variableSetterType" : "VmServerAddress" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VmServerAddress", "variableName" : "vmServerAddress", "variableType" : "VmServerAddress", "documentation" : "

Information about the VM server location.

", "simpleType" : "VmServerAddress", "variableSetterType" : "VmServerAddress" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmName", "beanStyleSetterMethodName" : "setVmName", "c2jName" : "vmName", "c2jShape" : "VmName", "defaultConsumerFluentSetterDocumentation" : "

The name of the VM.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmName(String)}.\n@param vmName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the VM.

\n@return The name of the VM.\n@deprecated Use {@link #vmName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the VM.

\n@param vmName The name of the VM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmName(String)}\n", "documentation" : "

The name of the VM.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmName", "fluentSetterDocumentation" : "

The name of the VM.

\n@param vmName The name of the VM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmName", "getterDocumentation" : "

The name of the VM.

\n@return The name of the VM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmName", "sensitive" : false, "setterDocumentation" : "

The name of the VM.

\n@param vmName The name of the VM.", "setterMethodName" : "setVmName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmName", "variableType" : "String", "documentation" : "

The name of the VM.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerName", "beanStyleSetterMethodName" : "setVmManagerName", "c2jName" : "vmManagerName", "c2jShape" : "VmManagerName", "defaultConsumerFluentSetterDocumentation" : "

The name of the VM manager.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerName(String)}.\n@param vmManagerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the VM manager.

\n@return The name of the VM manager.\n@deprecated Use {@link #vmManagerName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmManagerName(String)}\n", "documentation" : "

The name of the VM manager.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmManagerName", "fluentSetterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmManagerName", "getterDocumentation" : "

The name of the VM manager.

\n@return The name of the VM manager.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerName", "sensitive" : false, "setterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.", "setterMethodName" : "setVmManagerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerName", "variableType" : "String", "documentation" : "

The name of the VM manager.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerType", "beanStyleSetterMethodName" : "setVmManagerType", "c2jName" : "vmManagerType", "c2jShape" : "VmManagerType", "defaultConsumerFluentSetterDocumentation" : "

The type of VM management product.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerTypeAsString(String)}.\n@param vmManagerType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The type of VM management product.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #vmManagerType} will return {@link VmManagerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vmManagerTypeAsString}.\n

\n@return The type of VM management product.\n@see VmManagerType\n@deprecated Use {@link #vmManagerTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of VM management product.

\n@param vmManagerType The type of VM management product.\n@see VmManagerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType\n@deprecated Use {@link #vmManagerType(String)}\n", "documentation" : "

The type of VM management product.

", "endpointDiscoveryId" : false, "enumType" : "VmManagerType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerType", "fluentEnumGetterMethodName" : "vmManagerType", "fluentEnumSetterMethodName" : "vmManagerType", "fluentGetterMethodName" : "vmManagerTypeAsString", "fluentSetterDocumentation" : "

The type of VM management product.

\n@param vmManagerType The type of VM management product.\n@see VmManagerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType", "fluentSetterMethodName" : "vmManagerType", "getterDocumentation" : "

The type of VM management product.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #vmManagerType} will return {@link VmManagerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vmManagerTypeAsString}.\n

\n@return The type of VM management product.\n@see VmManagerType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerType", "sensitive" : false, "setterDocumentation" : "

The type of VM management product.

\n@param vmManagerType The type of VM management product.\n@see VmManagerType", "setterMethodName" : "setVmManagerType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerType", "variableType" : "String", "documentation" : "

The type of VM management product.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmPath", "beanStyleSetterMethodName" : "setVmPath", "c2jName" : "vmPath", "c2jShape" : "VmPath", "defaultConsumerFluentSetterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmPath(String)}.\n@param vmPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmPath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\n@return The VM folder path in the vCenter Server virtual machine inventory tree.\n@deprecated Use {@link #vmPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\n@param vmPath The VM folder path in the vCenter Server virtual machine inventory tree.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmPath(String)}\n", "documentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmPath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmPath", "fluentSetterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\n@param vmPath The VM folder path in the vCenter Server virtual machine inventory tree.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmPath", "getterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\n@return The VM folder path in the vCenter Server virtual machine inventory tree.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmPath", "sensitive" : false, "setterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\n@param vmPath The VM folder path in the vCenter Server virtual machine inventory tree.", "setterMethodName" : "setVmPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmPath", "variableType" : "String", "documentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VmManagerName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerName", "beanStyleSetterMethodName" : "setVmManagerName", "c2jName" : "vmManagerName", "c2jShape" : "VmManagerName", "defaultConsumerFluentSetterDocumentation" : "

The name of the VM manager.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerName(String)}.\n@param vmManagerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the VM manager.

\n@return The name of the VM manager.\n@deprecated Use {@link #vmManagerName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmManagerName(String)}\n", "documentation" : "

The name of the VM manager.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmManagerName", "fluentSetterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmManagerName", "getterDocumentation" : "

The name of the VM manager.

\n@return The name of the VM manager.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerName", "sensitive" : false, "setterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.", "setterMethodName" : "setVmManagerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerName", "variableType" : "String", "documentation" : "

The name of the VM manager.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VmManagerType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerType", "beanStyleSetterMethodName" : "setVmManagerType", "c2jName" : "vmManagerType", "c2jShape" : "VmManagerType", "defaultConsumerFluentSetterDocumentation" : "

The type of VM management product.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerTypeAsString(String)}.\n@param vmManagerType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The type of VM management product.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #vmManagerType} will return {@link VmManagerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vmManagerTypeAsString}.\n

\n@return The type of VM management product.\n@see VmManagerType\n@deprecated Use {@link #vmManagerTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of VM management product.

\n@param vmManagerType The type of VM management product.\n@see VmManagerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType\n@deprecated Use {@link #vmManagerType(String)}\n", "documentation" : "

The type of VM management product.

", "endpointDiscoveryId" : false, "enumType" : "VmManagerType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerType", "fluentEnumGetterMethodName" : "vmManagerType", "fluentEnumSetterMethodName" : "vmManagerType", "fluentGetterMethodName" : "vmManagerTypeAsString", "fluentSetterDocumentation" : "

The type of VM management product.

\n@param vmManagerType The type of VM management product.\n@see VmManagerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType", "fluentSetterMethodName" : "vmManagerType", "getterDocumentation" : "

The type of VM management product.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #vmManagerType} will return {@link VmManagerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vmManagerTypeAsString}.\n

\n@return The type of VM management product.\n@see VmManagerType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerType", "sensitive" : false, "setterDocumentation" : "

The type of VM management product.

\n@param vmManagerType The type of VM management product.\n@see VmManagerType", "setterMethodName" : "setVmManagerType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerType", "variableType" : "String", "documentation" : "

The type of VM management product.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VmName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmName", "beanStyleSetterMethodName" : "setVmName", "c2jName" : "vmName", "c2jShape" : "VmName", "defaultConsumerFluentSetterDocumentation" : "

The name of the VM.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmName(String)}.\n@param vmName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the VM.

\n@return The name of the VM.\n@deprecated Use {@link #vmName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the VM.

\n@param vmName The name of the VM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmName(String)}\n", "documentation" : "

The name of the VM.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmName", "fluentSetterDocumentation" : "

The name of the VM.

\n@param vmName The name of the VM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmName", "getterDocumentation" : "

The name of the VM.

\n@return The name of the VM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmName", "sensitive" : false, "setterDocumentation" : "

The name of the VM.

\n@param vmName The name of the VM.", "setterMethodName" : "setVmName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmName", "variableType" : "String", "documentation" : "

The name of the VM.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VmPath" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmPath", "beanStyleSetterMethodName" : "setVmPath", "c2jName" : "vmPath", "c2jShape" : "VmPath", "defaultConsumerFluentSetterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmPath(String)}.\n@param vmPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmPath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\n@return The VM folder path in the vCenter Server virtual machine inventory tree.\n@deprecated Use {@link #vmPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\n@param vmPath The VM folder path in the vCenter Server virtual machine inventory tree.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmPath(String)}\n", "documentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmPath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmPath", "fluentSetterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\n@param vmPath The VM folder path in the vCenter Server virtual machine inventory tree.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmPath", "getterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\n@return The VM folder path in the vCenter Server virtual machine inventory tree.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmPath", "sensitive" : false, "setterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\n@param vmPath The VM folder path in the vCenter Server virtual machine inventory tree.", "setterMethodName" : "setVmPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmPath", "variableType" : "String", "documentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VmServerAddress" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmServerAddress", "beanStyleSetterMethodName" : "setVmServerAddress", "c2jName" : "vmServerAddress", "c2jShape" : "VmServerAddress", "defaultConsumerFluentSetterDocumentation" : "

Information about the VM server location.

\nThis is a convenience that creates an instance of the {@link VmServerAddress.Builder} avoiding the need to create one manually via {@link VmServerAddress#builder()}.\n\nWhen the {@link Consumer} completes, {@link VmServerAddress.Builder#build()} is called immediately and its result is passed to {@link #vmServerAddress(VmServerAddress)}.\n@param vmServerAddress a consumer that will call methods on {@link VmServerAddress.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmServerAddress(VmServerAddress)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the VM server location.

\n@return Information about the VM server location.\n@deprecated Use {@link #vmServerAddress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the VM server location.

\n@param vmServerAddress Information about the VM server location.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmServerAddress(VmServerAddress)}\n", "documentation" : "

Information about the VM server location.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmServerAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmServerAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmServerAddress", "fluentSetterDocumentation" : "

Information about the VM server location.

\n@param vmServerAddress Information about the VM server location.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmServerAddress", "getterDocumentation" : "

Information about the VM server location.

\n@return Information about the VM server location.", "getterModel" : { "returnType" : "VmServerAddress", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmServerAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmServerAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VmServerAddress", "sensitive" : false, "setterDocumentation" : "

Information about the VM server location.

\n@param vmServerAddress Information about the VM server location.", "setterMethodName" : "setVmServerAddress", "setterModel" : { "variableDeclarationType" : "VmServerAddress", "variableName" : "vmServerAddress", "variableType" : "VmServerAddress", "documentation" : null, "simpleType" : "VmServerAddress", "variableSetterType" : "VmServerAddress" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VmServerAddress", "variableName" : "vmServerAddress", "variableType" : "VmServerAddress", "documentation" : "

Information about the VM server location.

", "simpleType" : "VmServerAddress", "variableSetterType" : "VmServerAddress" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmServerAddress", "beanStyleSetterMethodName" : "setVmServerAddress", "c2jName" : "vmServerAddress", "c2jShape" : "VmServerAddress", "defaultConsumerFluentSetterDocumentation" : "

Information about the VM server location.

\nThis is a convenience that creates an instance of the {@link VmServerAddress.Builder} avoiding the need to create one manually via {@link VmServerAddress#builder()}.\n\nWhen the {@link Consumer} completes, {@link VmServerAddress.Builder#build()} is called immediately and its result is passed to {@link #vmServerAddress(VmServerAddress)}.\n@param vmServerAddress a consumer that will call methods on {@link VmServerAddress.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmServerAddress(VmServerAddress)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Information about the VM server location.

\n@return Information about the VM server location.\n@deprecated Use {@link #vmServerAddress()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the VM server location.

\n@param vmServerAddress Information about the VM server location.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmServerAddress(VmServerAddress)}\n", "documentation" : "

Information about the VM server location.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmServerAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmServerAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmServerAddress", "fluentSetterDocumentation" : "

Information about the VM server location.

\n@param vmServerAddress Information about the VM server location.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmServerAddress", "getterDocumentation" : "

Information about the VM server location.

\n@return Information about the VM server location.", "getterModel" : { "returnType" : "VmServerAddress", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmServerAddress", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmServerAddress", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "VmServerAddress", "sensitive" : false, "setterDocumentation" : "

Information about the VM server location.

\n@param vmServerAddress Information about the VM server location.", "setterMethodName" : "setVmServerAddress", "setterModel" : { "variableDeclarationType" : "VmServerAddress", "variableName" : "vmServerAddress", "variableType" : "VmServerAddress", "documentation" : null, "simpleType" : "VmServerAddress", "variableSetterType" : "VmServerAddress" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VmServerAddress", "variableName" : "vmServerAddress", "variableType" : "VmServerAddress", "documentation" : "

Information about the VM server location.

", "simpleType" : "VmServerAddress", "variableSetterType" : "VmServerAddress" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmName", "beanStyleSetterMethodName" : "setVmName", "c2jName" : "vmName", "c2jShape" : "VmName", "defaultConsumerFluentSetterDocumentation" : "

The name of the VM.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmName(String)}.\n@param vmName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the VM.

\n@return The name of the VM.\n@deprecated Use {@link #vmName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the VM.

\n@param vmName The name of the VM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmName(String)}\n", "documentation" : "

The name of the VM.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmName", "fluentSetterDocumentation" : "

The name of the VM.

\n@param vmName The name of the VM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmName", "getterDocumentation" : "

The name of the VM.

\n@return The name of the VM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmName", "sensitive" : false, "setterDocumentation" : "

The name of the VM.

\n@param vmName The name of the VM.", "setterMethodName" : "setVmName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmName", "variableType" : "String", "documentation" : "

The name of the VM.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerName", "beanStyleSetterMethodName" : "setVmManagerName", "c2jName" : "vmManagerName", "c2jShape" : "VmManagerName", "defaultConsumerFluentSetterDocumentation" : "

The name of the VM manager.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerName(String)}.\n@param vmManagerName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the VM manager.

\n@return The name of the VM manager.\n@deprecated Use {@link #vmManagerName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmManagerName(String)}\n", "documentation" : "

The name of the VM manager.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmManagerName", "fluentSetterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmManagerName", "getterDocumentation" : "

The name of the VM manager.

\n@return The name of the VM manager.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerName", "sensitive" : false, "setterDocumentation" : "

The name of the VM manager.

\n@param vmManagerName The name of the VM manager.", "setterMethodName" : "setVmManagerName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerName", "variableType" : "String", "documentation" : "

The name of the VM manager.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerType", "beanStyleSetterMethodName" : "setVmManagerType", "c2jName" : "vmManagerType", "c2jShape" : "VmManagerType", "defaultConsumerFluentSetterDocumentation" : "

The type of VM management product.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerTypeAsString(String)}.\n@param vmManagerType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The type of VM management product.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #vmManagerType} will return {@link VmManagerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vmManagerTypeAsString}.\n

\n@return The type of VM management product.\n@see VmManagerType\n@deprecated Use {@link #vmManagerTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The type of VM management product.

\n@param vmManagerType The type of VM management product.\n@see VmManagerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType\n@deprecated Use {@link #vmManagerType(String)}\n", "documentation" : "

The type of VM management product.

", "endpointDiscoveryId" : false, "enumType" : "VmManagerType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerType", "fluentEnumGetterMethodName" : "vmManagerType", "fluentEnumSetterMethodName" : "vmManagerType", "fluentGetterMethodName" : "vmManagerTypeAsString", "fluentSetterDocumentation" : "

The type of VM management product.

\n@param vmManagerType The type of VM management product.\n@see VmManagerType\n@return Returns a reference to this object so that method calls can be chained together.\n@see VmManagerType", "fluentSetterMethodName" : "vmManagerType", "getterDocumentation" : "

The type of VM management product.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #vmManagerType} will return {@link VmManagerType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vmManagerTypeAsString}.\n

\n@return The type of VM management product.\n@see VmManagerType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerType", "sensitive" : false, "setterDocumentation" : "

The type of VM management product.

\n@param vmManagerType The type of VM management product.\n@see VmManagerType", "setterMethodName" : "setVmManagerType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerType", "variableType" : "String", "documentation" : "

The type of VM management product.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmPath", "beanStyleSetterMethodName" : "setVmPath", "c2jName" : "vmPath", "c2jShape" : "VmPath", "defaultConsumerFluentSetterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmPath(String)}.\n@param vmPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmPath(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\n@return The VM folder path in the vCenter Server virtual machine inventory tree.\n@deprecated Use {@link #vmPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\n@param vmPath The VM folder path in the vCenter Server virtual machine inventory tree.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmPath(String)}\n", "documentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmPath property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmPath", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmPath", "fluentSetterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\n@param vmPath The VM folder path in the vCenter Server virtual machine inventory tree.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmPath", "getterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\n@return The VM folder path in the vCenter Server virtual machine inventory tree.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmPath", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmPath", "sensitive" : false, "setterDocumentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

\n@param vmPath The VM folder path in the vCenter Server virtual machine inventory tree.", "setterMethodName" : "setVmPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmPath", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmPath", "variableType" : "String", "documentation" : "

The VM folder path in the vCenter Server virtual machine inventory tree.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "VmServer", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VmServer", "variableName" : "vmServer", "variableType" : "VmServer", "documentation" : null, "simpleType" : "VmServer", "variableSetterType" : "VmServer" }, "wrapper" : false, "xmlNamespace" : null }, "VmServerAddress" : { "c2jName" : "VmServerAddress", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents a VM server location.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerId", "beanStyleSetterMethodName" : "setVmManagerId", "c2jName" : "vmManagerId", "c2jShape" : "VmManagerId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the VM manager.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerId(String)}.\n@param vmManagerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the VM manager.

\n@return The identifier of the VM manager.\n@deprecated Use {@link #vmManagerId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmManagerId(String)}\n", "documentation" : "

The identifier of the VM manager.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmManagerId", "fluentSetterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmManagerId", "getterDocumentation" : "

The identifier of the VM manager.

\n@return The identifier of the VM manager.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerId", "sensitive" : false, "setterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.", "setterMethodName" : "setVmManagerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerId", "variableType" : "String", "documentation" : "

The identifier of the VM manager.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmId", "beanStyleSetterMethodName" : "setVmId", "c2jName" : "vmId", "c2jShape" : "VmId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the VM.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmId(String)}.\n@param vmId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the VM.

\n@return The identifier of the VM.\n@deprecated Use {@link #vmId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the VM.

\n@param vmId The identifier of the VM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmId(String)}\n", "documentation" : "

The identifier of the VM.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmId", "fluentSetterDocumentation" : "

The identifier of the VM.

\n@param vmId The identifier of the VM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmId", "getterDocumentation" : "

The identifier of the VM.

\n@return The identifier of the VM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmId", "sensitive" : false, "setterDocumentation" : "

The identifier of the VM.

\n@param vmId The identifier of the VM.", "setterMethodName" : "setVmId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmId", "variableType" : "String", "documentation" : "

The identifier of the VM.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VmId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmId", "beanStyleSetterMethodName" : "setVmId", "c2jName" : "vmId", "c2jShape" : "VmId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the VM.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmId(String)}.\n@param vmId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the VM.

\n@return The identifier of the VM.\n@deprecated Use {@link #vmId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the VM.

\n@param vmId The identifier of the VM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmId(String)}\n", "documentation" : "

The identifier of the VM.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmId", "fluentSetterDocumentation" : "

The identifier of the VM.

\n@param vmId The identifier of the VM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmId", "getterDocumentation" : "

The identifier of the VM.

\n@return The identifier of the VM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmId", "sensitive" : false, "setterDocumentation" : "

The identifier of the VM.

\n@param vmId The identifier of the VM.", "setterMethodName" : "setVmId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmId", "variableType" : "String", "documentation" : "

The identifier of the VM.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VmManagerId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerId", "beanStyleSetterMethodName" : "setVmManagerId", "c2jName" : "vmManagerId", "c2jShape" : "VmManagerId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the VM manager.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerId(String)}.\n@param vmManagerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the VM manager.

\n@return The identifier of the VM manager.\n@deprecated Use {@link #vmManagerId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmManagerId(String)}\n", "documentation" : "

The identifier of the VM manager.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmManagerId", "fluentSetterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmManagerId", "getterDocumentation" : "

The identifier of the VM manager.

\n@return The identifier of the VM manager.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerId", "sensitive" : false, "setterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.", "setterMethodName" : "setVmManagerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerId", "variableType" : "String", "documentation" : "

The identifier of the VM manager.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmManagerId", "beanStyleSetterMethodName" : "setVmManagerId", "c2jName" : "vmManagerId", "c2jShape" : "VmManagerId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the VM manager.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmManagerId(String)}.\n@param vmManagerId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmManagerId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the VM manager.

\n@return The identifier of the VM manager.\n@deprecated Use {@link #vmManagerId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmManagerId(String)}\n", "documentation" : "

The identifier of the VM manager.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmManagerId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmManagerId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmManagerId", "fluentSetterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmManagerId", "getterDocumentation" : "

The identifier of the VM manager.

\n@return The identifier of the VM manager.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmManagerId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmManagerId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmManagerId", "sensitive" : false, "setterDocumentation" : "

The identifier of the VM manager.

\n@param vmManagerId The identifier of the VM manager.", "setterMethodName" : "setVmManagerId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmManagerId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmManagerId", "variableType" : "String", "documentation" : "

The identifier of the VM manager.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVmId", "beanStyleSetterMethodName" : "setVmId", "c2jName" : "vmId", "c2jShape" : "VmId", "defaultConsumerFluentSetterDocumentation" : "

The identifier of the VM.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vmId(String)}.\n@param vmId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vmId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The identifier of the VM.

\n@return The identifier of the VM.\n@deprecated Use {@link #vmId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The identifier of the VM.

\n@param vmId The identifier of the VM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vmId(String)}\n", "documentation" : "

The identifier of the VM.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VmId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVmId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vmId", "fluentSetterDocumentation" : "

The identifier of the VM.

\n@param vmId The identifier of the VM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vmId", "getterDocumentation" : "

The identifier of the VM.

\n@return The identifier of the VM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "vmId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "vmId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VmId", "sensitive" : false, "setterDocumentation" : "

The identifier of the VM.

\n@param vmId The identifier of the VM.", "setterMethodName" : "setVmId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vmId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vmId", "variableType" : "String", "documentation" : "

The identifier of the VM.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "VmServerAddress", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VmServerAddress", "variableName" : "vmServerAddress", "variableType" : "VmServerAddress", "documentation" : null, "simpleType" : "VmServerAddress", "variableSetterType" : "VmServerAddress" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "SmsException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.sms.model.SmsException", "sdkRequestBaseClassName" : "SmsRequest", "sdkResponseBaseClassName" : "SmsResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy