models.sms-2016-10-24-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"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",
"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.
",
"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).
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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
},
"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
},
"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
},
"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" : [ {
"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,
"documentation" : "Unique ID of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Name of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Description of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"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,
"documentation" : "Status of the application.
",
"endpointDiscoveryId" : false,
"enumType" : "AppStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "A message related to the status of the application
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReplicationStatusAsString",
"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,
"documentation" : "Replication status of the application.
",
"endpointDiscoveryId" : false,
"enumType" : "AppReplicationStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "A message related to the replication status of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Timestamp of the application's most recent successful replication.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLaunchStatusAsString",
"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,
"documentation" : "Launch status of the application.
",
"endpointDiscoveryId" : false,
"enumType" : "AppLaunchStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "A message related to the launch status of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Details about the latest launch of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Time of creation of this application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Timestamp of the application's creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Name of the service role in the customer's account used by AWS SMS.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Number of server groups present in the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Number of servers present in the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AppId" : {
"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,
"documentation" : "Unique ID of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"CreationTime" : {
"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,
"documentation" : "Time of creation of this application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Description" : {
"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,
"documentation" : "Description of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"LastModified" : {
"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,
"documentation" : "Timestamp of the application's creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"LatestReplicationTime" : {
"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,
"documentation" : "Timestamp of the application's most recent successful replication.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"LaunchDetails" : {
"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,
"documentation" : "Details about the latest launch of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"LaunchStatus" : {
"beanStyleGetterMethodName" : "getLaunchStatusAsString",
"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,
"documentation" : "Launch status of the application.
",
"endpointDiscoveryId" : false,
"enumType" : "AppLaunchStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"LaunchStatusMessage" : {
"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,
"documentation" : "A message related to the launch status of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"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,
"documentation" : "Name of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"ReplicationStatus" : {
"beanStyleGetterMethodName" : "getReplicationStatusAsString",
"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,
"documentation" : "Replication status of the application.
",
"endpointDiscoveryId" : false,
"enumType" : "AppReplicationStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"ReplicationStatusMessage" : {
"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,
"documentation" : "A message related to the replication status of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"RoleName" : {
"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,
"documentation" : "Name of the service role in the customer's account used by AWS SMS.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatusAsString",
"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,
"documentation" : "Status of the application.
",
"endpointDiscoveryId" : false,
"enumType" : "AppStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"StatusMessage" : {
"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,
"documentation" : "A message related to the status of the application
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"TotalServerGroups" : {
"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,
"documentation" : "Number of server groups present in the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"TotalServers" : {
"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,
"documentation" : "Number of servers present in the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "Unique ID of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Name of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Description of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"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,
"documentation" : "Status of the application.
",
"endpointDiscoveryId" : false,
"enumType" : "AppStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "A message related to the status of the application
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReplicationStatusAsString",
"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,
"documentation" : "Replication status of the application.
",
"endpointDiscoveryId" : false,
"enumType" : "AppReplicationStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "A message related to the replication status of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Timestamp of the application's most recent successful replication.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLaunchStatusAsString",
"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,
"documentation" : "Launch status of the application.
",
"endpointDiscoveryId" : false,
"enumType" : "AppLaunchStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "A message related to the launch status of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Details about the latest launch of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Time of creation of this application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Timestamp of the application's creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Name of the service role in the customer's account used by AWS SMS.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Number of server groups present in the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Number of servers present in the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The identifier of the connector.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The connector version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"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,
"documentation" : "The status of the connector.
",
"endpointDiscoveryId" : false,
"enumType" : "ConnectorStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCapabilityListAsStrings",
"beanStyleSetterMethodName" : "setCapabilityListWithStrings",
"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,
"documentation" : "The capabilities of the connector.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "ConnectorCapability",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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" : "setCapabilityListWithStrings",
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The name of the VM manager.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVmManagerTypeAsString",
"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,
"documentation" : "The VM management product.
",
"endpointDiscoveryId" : false,
"enumType" : "VmManagerType",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The identifier of the VM manager.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The IP address of the connector.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The MAC address of the connector.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The time the connector was associated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AssociatedOn" : {
"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,
"documentation" : "The time the connector was associated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"CapabilityList" : {
"beanStyleGetterMethodName" : "getCapabilityListAsStrings",
"beanStyleSetterMethodName" : "setCapabilityListWithStrings",
"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,
"documentation" : "The capabilities of the connector.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "ConnectorCapability",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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" : "setCapabilityListWithStrings",
"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"
},
"xmlNameSpaceUri" : null
},
"ConnectorId" : {
"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,
"documentation" : "The identifier of the connector.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"IpAddress" : {
"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,
"documentation" : "The IP address of the connector.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"MacAddress" : {
"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,
"documentation" : "The MAC address of the connector.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatusAsString",
"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,
"documentation" : "The status of the connector.
",
"endpointDiscoveryId" : false,
"enumType" : "ConnectorStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Version" : {
"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,
"documentation" : "The connector version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"VmManagerId" : {
"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,
"documentation" : "The identifier of the VM manager.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"VmManagerName" : {
"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,
"documentation" : "The name of the VM manager.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"VmManagerType" : {
"beanStyleGetterMethodName" : "getVmManagerTypeAsString",
"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,
"documentation" : "The VM management product.
",
"endpointDiscoveryId" : false,
"enumType" : "VmManagerType",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The identifier of the connector.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The connector version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"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,
"documentation" : "The status of the connector.
",
"endpointDiscoveryId" : false,
"enumType" : "ConnectorStatus",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCapabilityListAsStrings",
"beanStyleSetterMethodName" : "setCapabilityListWithStrings",
"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,
"documentation" : "The capabilities of the connector.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "ConnectorCapability",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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" : "setCapabilityListWithStrings",
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The name of the VM manager.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVmManagerTypeAsString",
"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,
"documentation" : "The VM management product.
",
"endpointDiscoveryId" : false,
"enumType" : "VmManagerType",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The identifier of the VM manager.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The IP address of the connector.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The MAC address of the connector.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The time the connector was associated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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
},
"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
},
"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" : [ {
"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,
"documentation" : "Name of the new application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Description of the new application
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Name of service role in customer's account to be used by AWS SMS.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "A unique, case-sensitive identifier you provide to ensure idempotency of application creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "List of server groups to include in the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "List of tags to be associated with the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ClientToken" : {
"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,
"documentation" : "A unique, case-sensitive identifier you provide to ensure idempotency of application creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Description" : {
"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,
"documentation" : "Description of the new application
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"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,
"documentation" : "Name of the new application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"RoleName" : {
"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,
"documentation" : "Name of service role in customer's account to be used by AWS SMS.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"ServerGroups" : {
"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,
"documentation" : "List of server groups to include in the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"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,
"documentation" : "List of tags to be associated with the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "Name of the new application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Description of the new application
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Name of service role in customer's account to be used by AWS SMS.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "A unique, case-sensitive identifier you provide to ensure idempotency of application creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "List of server groups to include in the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "List of tags to be associated with the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "Summary description of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "List of server groups included in the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "List of taags associated with the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AppSummary" : {
"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,
"documentation" : "Summary description of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"ServerGroups" : {
"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,
"documentation" : "List of server groups included in the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"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,
"documentation" : "List of taags associated with the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "Summary description of the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "List of server groups included in the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "List of taags associated with the application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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