
models.mq-2017-11-27-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ "createBroker", "createConfiguration" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"enableEndpointDiscoveryMethodRequired" : false,
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "listBrokers", "listConfigurations" ]
},
"metadata" : {
"apiVersion" : "2017-11-27",
"asyncBuilder" : "DefaultMqAsyncClientBuilder",
"asyncBuilderInterface" : "MqAsyncClientBuilder",
"asyncClient" : "DefaultMqAsyncClient",
"asyncInterface" : "MqAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultMqBaseClientBuilder",
"baseBuilderInterface" : "MqBaseClientBuilder",
"baseExceptionName" : "MqException",
"baseRequestName" : "MqRequest",
"baseResponseName" : "MqResponse",
"cborProtocol" : false,
"clientPackageName" : "mq",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "AmazonMQ",
"documentation" : "Amazon MQ is a managed message broker service for Apache ActiveMQ that makes it easy to set up and operate message brokers in the cloud. A message broker allows software applications and components to communicate using various programming languages, operating systems, and formal messaging protocols.",
"endpointPrefix" : "mq",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.mq",
"fullModelPackageName" : "software.amazon.awssdk.services.mq.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.mq.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.mq.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.mq.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "mq.model",
"paginatorsPackageName" : "mq.paginators",
"protocol" : "rest-json",
"queryProtocol" : false,
"requestTransformPackageName" : "mq.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "mq",
"serviceName" : "Mq",
"signingName" : "mq",
"syncBuilder" : "DefaultMqClientBuilder",
"syncBuilderInterface" : "MqClientBuilder",
"syncClient" : "DefaultMqClient",
"syncInterface" : "MqClient",
"transformPackageName" : "mq.transform",
"uid" : "mq-2017-11-27",
"xmlProtocol" : false
},
"operations" : {
"CreateBroker" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a broker. Note: This API is asynchronous.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ConflictException",
"documentation" : "HTTP Status Code 409: Conflict. This broker name already exists. Retry your request with another name.",
"httpStatusCode" : 409
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateBrokerRequest",
"variableName" : "createBrokerRequest",
"variableType" : "CreateBrokerRequest",
"documentation" : "Creates a broker using the specified properties.",
"simpleType" : "CreateBrokerRequest",
"variableSetterType" : "CreateBrokerRequest"
},
"methodName" : "createBroker",
"operationName" : "CreateBroker",
"paginated" : false,
"returnType" : {
"returnType" : "CreateBrokerResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "CreateBrokerResponse"
},
"CreateConfiguration" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ConflictException",
"documentation" : "HTTP Status Code 409: Conflict. This configuration name already exists. Retry your request with another configuration name.",
"httpStatusCode" : 409
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your input and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateConfigurationRequest",
"variableName" : "createConfigurationRequest",
"variableType" : "CreateConfigurationRequest",
"documentation" : "Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).",
"simpleType" : "CreateConfigurationRequest",
"variableSetterType" : "CreateConfigurationRequest"
},
"methodName" : "createConfiguration",
"operationName" : "CreateConfiguration",
"paginated" : false,
"returnType" : {
"returnType" : "CreateConfigurationResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "CreateConfigurationResponse"
},
"CreateTags" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Add a tag to a resource.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 404
}, {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateTagsRequest",
"variableName" : "createTagsRequest",
"variableType" : "CreateTagsRequest",
"documentation" : "A map of the key-value pairs for the resource tag.",
"simpleType" : "CreateTagsRequest",
"variableSetterType" : "CreateTagsRequest"
},
"methodName" : "createTags",
"operationName" : "CreateTags",
"paginated" : false,
"returnType" : {
"returnType" : "CreateTagsResponse",
"documentation" : null
},
"syncReturnType" : "CreateTagsResponse"
},
"CreateUser" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an ActiveMQ user.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 404
}, {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ConflictException",
"documentation" : "HTTP Status Code 409: Conflict. Retrying your request might resolve the issue.",
"httpStatusCode" : 409
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateUserRequest",
"variableName" : "createUserRequest",
"variableType" : "CreateUserRequest",
"documentation" : "Creates a new ActiveMQ user.",
"simpleType" : "CreateUserRequest",
"variableSetterType" : "CreateUserRequest"
},
"methodName" : "createUser",
"operationName" : "CreateUser",
"paginated" : false,
"returnType" : {
"returnType" : "CreateUserResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "CreateUserResponse"
},
"DeleteBroker" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a broker. Note: This API is asynchronous.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 404
}, {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBrokerRequest",
"variableName" : "deleteBrokerRequest",
"variableType" : "DeleteBrokerRequest",
"documentation" : "",
"simpleType" : "DeleteBrokerRequest",
"variableSetterType" : "DeleteBrokerRequest"
},
"methodName" : "deleteBroker",
"operationName" : "DeleteBroker",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteBrokerResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "DeleteBrokerResponse"
},
"DeleteTags" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes a tag from a resource.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 404
}, {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteTagsRequest",
"variableName" : "deleteTagsRequest",
"variableType" : "DeleteTagsRequest",
"documentation" : "",
"simpleType" : "DeleteTagsRequest",
"variableSetterType" : "DeleteTagsRequest"
},
"methodName" : "deleteTags",
"operationName" : "DeleteTags",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteTagsResponse",
"documentation" : null
},
"syncReturnType" : "DeleteTagsResponse"
},
"DeleteUser" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes an ActiveMQ user.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 404
}, {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteUserRequest",
"variableName" : "deleteUserRequest",
"variableType" : "DeleteUserRequest",
"documentation" : "",
"simpleType" : "DeleteUserRequest",
"variableSetterType" : "DeleteUserRequest"
},
"methodName" : "deleteUser",
"operationName" : "DeleteUser",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteUserResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "DeleteUserResponse"
},
"DescribeBroker" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the specified broker.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 404
}, {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeBrokerRequest",
"variableName" : "describeBrokerRequest",
"variableType" : "DescribeBrokerRequest",
"documentation" : "",
"simpleType" : "DescribeBrokerRequest",
"variableSetterType" : "DescribeBrokerRequest"
},
"methodName" : "describeBroker",
"operationName" : "DescribeBroker",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeBrokerResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "DescribeBrokerResponse"
},
"DescribeBrokerEngineTypes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describe available engine types and versions.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeBrokerEngineTypesRequest",
"variableName" : "describeBrokerEngineTypesRequest",
"variableType" : "DescribeBrokerEngineTypesRequest",
"documentation" : "",
"simpleType" : "DescribeBrokerEngineTypesRequest",
"variableSetterType" : "DescribeBrokerEngineTypesRequest"
},
"methodName" : "describeBrokerEngineTypes",
"operationName" : "DescribeBrokerEngineTypes",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeBrokerEngineTypesResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "DescribeBrokerEngineTypesResponse"
},
"DescribeBrokerInstanceOptions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describe available broker instance options.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeBrokerInstanceOptionsRequest",
"variableName" : "describeBrokerInstanceOptionsRequest",
"variableType" : "DescribeBrokerInstanceOptionsRequest",
"documentation" : "",
"simpleType" : "DescribeBrokerInstanceOptionsRequest",
"variableSetterType" : "DescribeBrokerInstanceOptionsRequest"
},
"methodName" : "describeBrokerInstanceOptions",
"operationName" : "DescribeBrokerInstanceOptions",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeBrokerInstanceOptionsResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "DescribeBrokerInstanceOptionsResponse"
},
"DescribeConfiguration" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the specified configuration.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 404
}, {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeConfigurationRequest",
"variableName" : "describeConfigurationRequest",
"variableType" : "DescribeConfigurationRequest",
"documentation" : "",
"simpleType" : "DescribeConfigurationRequest",
"variableSetterType" : "DescribeConfigurationRequest"
},
"methodName" : "describeConfiguration",
"operationName" : "DescribeConfiguration",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeConfigurationResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "DescribeConfigurationResponse"
},
"DescribeConfigurationRevision" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the specified configuration revision for the specified configuration.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 404
}, {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeConfigurationRevisionRequest",
"variableName" : "describeConfigurationRevisionRequest",
"variableType" : "DescribeConfigurationRevisionRequest",
"documentation" : "",
"simpleType" : "DescribeConfigurationRevisionRequest",
"variableSetterType" : "DescribeConfigurationRevisionRequest"
},
"methodName" : "describeConfigurationRevision",
"operationName" : "DescribeConfigurationRevision",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeConfigurationRevisionResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "DescribeConfigurationRevisionResponse"
},
"DescribeUser" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about an ActiveMQ user.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 404
}, {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeUserRequest",
"variableName" : "describeUserRequest",
"variableType" : "DescribeUserRequest",
"documentation" : "",
"simpleType" : "DescribeUserRequest",
"variableSetterType" : "DescribeUserRequest"
},
"methodName" : "describeUser",
"operationName" : "DescribeUser",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeUserResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "DescribeUserResponse"
},
"ListBrokers" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of all brokers.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListBrokersRequest",
"variableName" : "listBrokersRequest",
"variableType" : "ListBrokersRequest",
"documentation" : "",
"simpleType" : "ListBrokersRequest",
"variableSetterType" : "ListBrokersRequest"
},
"methodName" : "listBrokers",
"operationName" : "ListBrokers",
"paginated" : false,
"returnType" : {
"returnType" : "ListBrokersResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "ListBrokersResponse"
},
"ListConfigurationRevisions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of all revisions for the specified configuration.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 404
}, {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListConfigurationRevisionsRequest",
"variableName" : "listConfigurationRevisionsRequest",
"variableType" : "ListConfigurationRevisionsRequest",
"documentation" : "",
"simpleType" : "ListConfigurationRevisionsRequest",
"variableSetterType" : "ListConfigurationRevisionsRequest"
},
"methodName" : "listConfigurationRevisions",
"operationName" : "ListConfigurationRevisions",
"paginated" : false,
"returnType" : {
"returnType" : "ListConfigurationRevisionsResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "ListConfigurationRevisionsResponse"
},
"ListConfigurations" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of all configurations.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListConfigurationsRequest",
"variableName" : "listConfigurationsRequest",
"variableType" : "ListConfigurationsRequest",
"documentation" : "",
"simpleType" : "ListConfigurationsRequest",
"variableSetterType" : "ListConfigurationsRequest"
},
"methodName" : "listConfigurations",
"operationName" : "ListConfigurations",
"paginated" : false,
"returnType" : {
"returnType" : "ListConfigurationsResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "ListConfigurationsResponse"
},
"ListTags" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists tags for a resource.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 404
}, {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsRequest",
"variableName" : "listTagsRequest",
"variableType" : "ListTagsRequest",
"documentation" : "",
"simpleType" : "ListTagsRequest",
"variableSetterType" : "ListTagsRequest"
},
"methodName" : "listTags",
"operationName" : "ListTags",
"paginated" : false,
"returnType" : {
"returnType" : "ListTagsResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "ListTagsResponse"
},
"ListUsers" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of all ActiveMQ users.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 404
}, {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListUsersRequest",
"variableName" : "listUsersRequest",
"variableType" : "ListUsersRequest",
"documentation" : "",
"simpleType" : "ListUsersRequest",
"variableSetterType" : "ListUsersRequest"
},
"methodName" : "listUsers",
"operationName" : "ListUsers",
"paginated" : false,
"returnType" : {
"returnType" : "ListUsersResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "ListUsersResponse"
},
"RebootBroker" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Reboots a broker. Note: This API is asynchronous.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 404
}, {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RebootBrokerRequest",
"variableName" : "rebootBrokerRequest",
"variableType" : "RebootBrokerRequest",
"documentation" : "",
"simpleType" : "RebootBrokerRequest",
"variableSetterType" : "RebootBrokerRequest"
},
"methodName" : "rebootBroker",
"operationName" : "RebootBroker",
"paginated" : false,
"returnType" : {
"returnType" : "RebootBrokerResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "RebootBrokerResponse"
},
"UpdateBroker" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds a pending configuration change to a broker.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 404
}, {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ConflictException",
"documentation" : "HTTP Status Code 409: Conflict. Concurrent broker update detected. Retrying your request might resolve the issue.",
"httpStatusCode" : 409
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateBrokerRequest",
"variableName" : "updateBrokerRequest",
"variableType" : "UpdateBrokerRequest",
"documentation" : "Updates the broker using the specified properties.",
"simpleType" : "UpdateBrokerRequest",
"variableSetterType" : "UpdateBrokerRequest"
},
"methodName" : "updateBroker",
"operationName" : "UpdateBroker",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateBrokerResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "UpdateBrokerResponse"
},
"UpdateConfiguration" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the specified configuration.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 404
}, {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ConflictException",
"documentation" : "HTTP Status Code 409: Conflict. Concurrent update to configuration. Retry to create a new revision.",
"httpStatusCode" : 409
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your input and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateConfigurationRequest",
"variableName" : "updateConfigurationRequest",
"variableType" : "UpdateConfigurationRequest",
"documentation" : "Updates the specified configuration.",
"simpleType" : "UpdateConfigurationRequest",
"variableSetterType" : "UpdateConfigurationRequest"
},
"methodName" : "updateConfiguration",
"operationName" : "UpdateConfiguration",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateConfigurationResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "UpdateConfigurationResponse"
},
"UpdateUser" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the information for an ActiveMQ user.",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 404
}, {
"exceptionName" : "BadRequestException",
"documentation" : "HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.",
"httpStatusCode" : 400
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.",
"httpStatusCode" : 500
}, {
"exceptionName" : "ConflictException",
"documentation" : "HTTP Status Code 409: Conflict. Retrying your request might resolve the issue.",
"httpStatusCode" : 409
}, {
"exceptionName" : "ForbiddenException",
"documentation" : "HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateUserRequest",
"variableName" : "updateUserRequest",
"variableType" : "UpdateUserRequest",
"documentation" : "Updates the information for an ActiveMQ user.",
"simpleType" : "UpdateUserRequest",
"variableSetterType" : "UpdateUserRequest"
},
"methodName" : "updateUser",
"operationName" : "UpdateUser",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateUserResponse",
"documentation" : "HTTP Status Code 200: OK."
},
"syncReturnType" : "UpdateUserResponse"
}
},
"shapes" : {
"AvailabilityZone" : {
"c2jName" : "AvailabilityZone",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Name of the availability zone.",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "Id for the availability zone.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Id for the availability zone.\n@return Id for the availability zone.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Id for the availability zone.\n@param name Id for the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "Id for the availability zone.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Id for the availability zone.\n@param name Id for the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Id for the availability zone.\n@return Id for the availability zone.",
"getterModel" : {
"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" : "Id for the availability zone.\n@param name Id for the availability zone.",
"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" : "Id for the availability zone.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "Id for the availability zone.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Id for the availability zone.\n@return Id for the availability zone.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Id for the availability zone.\n@param name Id for the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "Id for the availability zone.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Id for the availability zone.\n@param name Id for the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Id for the availability zone.\n@return Id for the availability zone.",
"getterModel" : {
"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" : "Id for the availability zone.\n@param name Id for the availability zone.",
"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" : "Id for the availability zone.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "Id for the availability zone.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Id for the availability zone.\n@return Id for the availability zone.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Id for the availability zone.\n@param name Id for the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "Id for the availability zone.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Id for the availability zone.\n@param name Id for the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Id for the availability zone.\n@return Id for the availability zone.",
"getterModel" : {
"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" : "Id for the availability zone.\n@param name Id for the availability zone.",
"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" : "Id for the availability zone.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AvailabilityZone",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AvailabilityZone",
"variableName" : "availabilityZone",
"variableType" : "AvailabilityZone",
"documentation" : null,
"simpleType" : "AvailabilityZone",
"variableSetterType" : "AvailabilityZone"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BadRequestException" : {
"c2jName" : "BadRequestException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Returns information about an error.",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "BadRequestException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getErrorAttribute",
"beanStyleSetterMethodName" : "setErrorAttribute",
"c2jName" : "ErrorAttribute",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "The attribute which caused the error.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorAttribute(String)}.\n@param errorAttribute a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorAttribute(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The attribute which caused the error.\n@return The attribute which caused the error.\n@deprecated Use {@link #errorAttribute()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The attribute which caused the error.\n@param errorAttribute The attribute which caused the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorAttribute(String)}\n",
"documentation" : "The attribute which caused the error.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ErrorAttribute property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasErrorAttribute",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "errorAttribute",
"fluentSetterDocumentation" : "The attribute which caused the error.\n@param errorAttribute The attribute which caused the error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "errorAttribute",
"getterDocumentation" : "The attribute which caused the error.\n@return The attribute which caused the error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorAttribute",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorAttribute",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ErrorAttribute",
"sensitive" : false,
"setterDocumentation" : "The attribute which caused the error.\n@param errorAttribute The attribute which caused the error.",
"setterMethodName" : "setErrorAttribute",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "errorAttribute",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "errorAttribute",
"variableType" : "String",
"documentation" : "The attribute which caused the error.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ErrorAttribute" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getErrorAttribute",
"beanStyleSetterMethodName" : "setErrorAttribute",
"c2jName" : "ErrorAttribute",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "The attribute which caused the error.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorAttribute(String)}.\n@param errorAttribute a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorAttribute(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The attribute which caused the error.\n@return The attribute which caused the error.\n@deprecated Use {@link #errorAttribute()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The attribute which caused the error.\n@param errorAttribute The attribute which caused the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorAttribute(String)}\n",
"documentation" : "The attribute which caused the error.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ErrorAttribute property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasErrorAttribute",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "errorAttribute",
"fluentSetterDocumentation" : "The attribute which caused the error.\n@param errorAttribute The attribute which caused the error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "errorAttribute",
"getterDocumentation" : "The attribute which caused the error.\n@return The attribute which caused the error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorAttribute",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorAttribute",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ErrorAttribute",
"sensitive" : false,
"setterDocumentation" : "The attribute which caused the error.\n@param errorAttribute The attribute which caused the error.",
"setterMethodName" : "setErrorAttribute",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "errorAttribute",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "errorAttribute",
"variableType" : "String",
"documentation" : "The attribute which caused the error.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getErrorAttribute",
"beanStyleSetterMethodName" : "setErrorAttribute",
"c2jName" : "ErrorAttribute",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "The attribute which caused the error.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #errorAttribute(String)}.\n@param errorAttribute a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #errorAttribute(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The attribute which caused the error.\n@return The attribute which caused the error.\n@deprecated Use {@link #errorAttribute()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The attribute which caused the error.\n@param errorAttribute The attribute which caused the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #errorAttribute(String)}\n",
"documentation" : "The attribute which caused the error.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ErrorAttribute property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasErrorAttribute",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "errorAttribute",
"fluentSetterDocumentation" : "The attribute which caused the error.\n@param errorAttribute The attribute which caused the error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "errorAttribute",
"getterDocumentation" : "The attribute which caused the error.\n@return The attribute which caused the error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "errorAttribute",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "errorAttribute",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ErrorAttribute",
"sensitive" : false,
"setterDocumentation" : "The attribute which caused the error.\n@param errorAttribute The attribute which caused the error.",
"setterMethodName" : "setErrorAttribute",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "errorAttribute",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "errorAttribute",
"variableType" : "String",
"documentation" : "The attribute which caused the error.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BadRequestException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BadRequestException",
"variableName" : "badRequestException",
"variableType" : "BadRequestException",
"documentation" : null,
"simpleType" : "BadRequestException",
"variableSetterType" : "BadRequestException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BrokerEngineType" : {
"c2jName" : "BrokerEngineType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Types of broker engines.",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEngineType",
"beanStyleSetterMethodName" : "setEngineType",
"c2jName" : "EngineType",
"c2jShape" : "EngineType",
"defaultConsumerFluentSetterDocumentation" : "The type of broker engine.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineTypeAsString(String)}.\n@param engineType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of broker engine.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #engineType} will return {@link EngineType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #engineTypeAsString}.\n
\n@return The type of broker engine.\n@see EngineType\n@deprecated Use {@link #engineTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EngineType\n@deprecated Use {@link #engineType(String)}\n",
"documentation" : "The type of broker engine.",
"endpointDiscoveryId" : false,
"enumType" : "EngineType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EngineType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEngineType",
"fluentEnumGetterMethodName" : "engineType",
"fluentEnumSetterMethodName" : "engineType",
"fluentGetterMethodName" : "engineTypeAsString",
"fluentSetterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EngineType",
"fluentSetterMethodName" : "engineType",
"getterDocumentation" : "The type of broker engine.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #engineType} will return {@link EngineType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #engineTypeAsString}.\n
\n@return The type of broker engine.\n@see EngineType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "engineType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "engineType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EngineType",
"sensitive" : false,
"setterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType",
"setterMethodName" : "setEngineType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineType",
"variableType" : "String",
"documentation" : "The type of broker engine.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getEngineVersions",
"beanStyleSetterMethodName" : "setEngineVersions",
"c2jName" : "EngineVersions",
"c2jShape" : "__listOfEngineVersion",
"defaultConsumerFluentSetterDocumentation" : "The list of engine versions.\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 #engineVersions(List)}.\n@param engineVersions 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 #engineVersions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of engine versions.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEngineVersions()} to see if a value was sent in this field.\n
\n@return The list of engine versions.\n@deprecated Use {@link #engineVersions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of engine versions.\n@param engineVersions The list of engine versions.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #engineVersions(List)}\n",
"documentation" : "The list of engine versions.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EngineVersions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEngineVersions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "engineVersions",
"fluentSetterDocumentation" : "The list of engine versions.\n@param engineVersions The list of engine versions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "engineVersions",
"getterDocumentation" : "The list of engine versions.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEngineVersions()} to see if a value was sent in this field.\n
\n@return The list of engine versions.",
"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" : "engineVersions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "engineVersions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EngineVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EngineVersion.Builder} avoiding the need to create one manually via {@link EngineVersion#builder()}.\n\nWhen the {@link Consumer} completes, {@link EngineVersion.Builder#build()} is called immediately and its result is passed to {@link #member(EngineVersion)}.\n@param member a consumer that will call methods on {@link EngineVersion.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EngineVersion)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(EngineVersion)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "EngineVersion",
"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" : "EngineVersion",
"variableName" : "member",
"variableType" : "EngineVersion",
"documentation" : null,
"simpleType" : "EngineVersion",
"variableSetterType" : "EngineVersion"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EngineVersion",
"variableName" : "member",
"variableType" : "EngineVersion",
"documentation" : "",
"simpleType" : "EngineVersion",
"variableSetterType" : "EngineVersion"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "EngineVersion",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "EngineVersion",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "EngineVersions",
"sensitive" : false,
"setterDocumentation" : "The list of engine versions.\n@param engineVersions The list of engine versions.",
"setterMethodName" : "setEngineVersions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "engineVersions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "engineVersions",
"variableType" : "java.util.List",
"documentation" : "The list of engine versions.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EngineType" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEngineType",
"beanStyleSetterMethodName" : "setEngineType",
"c2jName" : "EngineType",
"c2jShape" : "EngineType",
"defaultConsumerFluentSetterDocumentation" : "The type of broker engine.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineTypeAsString(String)}.\n@param engineType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of broker engine.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #engineType} will return {@link EngineType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #engineTypeAsString}.\n
\n@return The type of broker engine.\n@see EngineType\n@deprecated Use {@link #engineTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EngineType\n@deprecated Use {@link #engineType(String)}\n",
"documentation" : "The type of broker engine.",
"endpointDiscoveryId" : false,
"enumType" : "EngineType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EngineType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEngineType",
"fluentEnumGetterMethodName" : "engineType",
"fluentEnumSetterMethodName" : "engineType",
"fluentGetterMethodName" : "engineTypeAsString",
"fluentSetterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EngineType",
"fluentSetterMethodName" : "engineType",
"getterDocumentation" : "The type of broker engine.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #engineType} will return {@link EngineType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #engineTypeAsString}.\n
\n@return The type of broker engine.\n@see EngineType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "engineType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "engineType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EngineType",
"sensitive" : false,
"setterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType",
"setterMethodName" : "setEngineType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineType",
"variableType" : "String",
"documentation" : "The type of broker engine.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EngineVersions" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getEngineVersions",
"beanStyleSetterMethodName" : "setEngineVersions",
"c2jName" : "EngineVersions",
"c2jShape" : "__listOfEngineVersion",
"defaultConsumerFluentSetterDocumentation" : "The list of engine versions.\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 #engineVersions(List)}.\n@param engineVersions 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 #engineVersions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of engine versions.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEngineVersions()} to see if a value was sent in this field.\n
\n@return The list of engine versions.\n@deprecated Use {@link #engineVersions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of engine versions.\n@param engineVersions The list of engine versions.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #engineVersions(List)}\n",
"documentation" : "The list of engine versions.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EngineVersions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEngineVersions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "engineVersions",
"fluentSetterDocumentation" : "The list of engine versions.\n@param engineVersions The list of engine versions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "engineVersions",
"getterDocumentation" : "The list of engine versions.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEngineVersions()} to see if a value was sent in this field.\n
\n@return The list of engine versions.",
"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" : "engineVersions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "engineVersions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EngineVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EngineVersion.Builder} avoiding the need to create one manually via {@link EngineVersion#builder()}.\n\nWhen the {@link Consumer} completes, {@link EngineVersion.Builder#build()} is called immediately and its result is passed to {@link #member(EngineVersion)}.\n@param member a consumer that will call methods on {@link EngineVersion.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EngineVersion)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(EngineVersion)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "EngineVersion",
"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" : "EngineVersion",
"variableName" : "member",
"variableType" : "EngineVersion",
"documentation" : null,
"simpleType" : "EngineVersion",
"variableSetterType" : "EngineVersion"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EngineVersion",
"variableName" : "member",
"variableType" : "EngineVersion",
"documentation" : "",
"simpleType" : "EngineVersion",
"variableSetterType" : "EngineVersion"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "EngineVersion",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "EngineVersion",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "EngineVersions",
"sensitive" : false,
"setterDocumentation" : "The list of engine versions.\n@param engineVersions The list of engine versions.",
"setterMethodName" : "setEngineVersions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "engineVersions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "engineVersions",
"variableType" : "java.util.List",
"documentation" : "The list of engine versions.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEngineType",
"beanStyleSetterMethodName" : "setEngineType",
"c2jName" : "EngineType",
"c2jShape" : "EngineType",
"defaultConsumerFluentSetterDocumentation" : "The type of broker engine.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineTypeAsString(String)}.\n@param engineType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of broker engine.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #engineType} will return {@link EngineType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #engineTypeAsString}.\n
\n@return The type of broker engine.\n@see EngineType\n@deprecated Use {@link #engineTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EngineType\n@deprecated Use {@link #engineType(String)}\n",
"documentation" : "The type of broker engine.",
"endpointDiscoveryId" : false,
"enumType" : "EngineType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EngineType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEngineType",
"fluentEnumGetterMethodName" : "engineType",
"fluentEnumSetterMethodName" : "engineType",
"fluentGetterMethodName" : "engineTypeAsString",
"fluentSetterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EngineType",
"fluentSetterMethodName" : "engineType",
"getterDocumentation" : "The type of broker engine.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #engineType} will return {@link EngineType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #engineTypeAsString}.\n
\n@return The type of broker engine.\n@see EngineType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "engineType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "engineType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EngineType",
"sensitive" : false,
"setterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType",
"setterMethodName" : "setEngineType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineType",
"variableType" : "String",
"documentation" : "The type of broker engine.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getEngineVersions",
"beanStyleSetterMethodName" : "setEngineVersions",
"c2jName" : "EngineVersions",
"c2jShape" : "__listOfEngineVersion",
"defaultConsumerFluentSetterDocumentation" : "The list of engine versions.\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 #engineVersions(List)}.\n@param engineVersions 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 #engineVersions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of engine versions.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEngineVersions()} to see if a value was sent in this field.\n
\n@return The list of engine versions.\n@deprecated Use {@link #engineVersions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of engine versions.\n@param engineVersions The list of engine versions.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #engineVersions(List)}\n",
"documentation" : "The list of engine versions.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EngineVersions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEngineVersions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "engineVersions",
"fluentSetterDocumentation" : "The list of engine versions.\n@param engineVersions The list of engine versions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "engineVersions",
"getterDocumentation" : "The list of engine versions.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEngineVersions()} to see if a value was sent in this field.\n
\n@return The list of engine versions.",
"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" : "engineVersions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "engineVersions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EngineVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EngineVersion.Builder} avoiding the need to create one manually via {@link EngineVersion#builder()}.\n\nWhen the {@link Consumer} completes, {@link EngineVersion.Builder#build()} is called immediately and its result is passed to {@link #member(EngineVersion)}.\n@param member a consumer that will call methods on {@link EngineVersion.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EngineVersion)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(EngineVersion)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "EngineVersion",
"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" : "EngineVersion",
"variableName" : "member",
"variableType" : "EngineVersion",
"documentation" : null,
"simpleType" : "EngineVersion",
"variableSetterType" : "EngineVersion"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EngineVersion",
"variableName" : "member",
"variableType" : "EngineVersion",
"documentation" : "",
"simpleType" : "EngineVersion",
"variableSetterType" : "EngineVersion"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "EngineVersion",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "EngineVersion",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "EngineVersions",
"sensitive" : false,
"setterDocumentation" : "The list of engine versions.\n@param engineVersions The list of engine versions.",
"setterMethodName" : "setEngineVersions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "engineVersions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "engineVersions",
"variableType" : "java.util.List",
"documentation" : "The list of engine versions.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BrokerEngineType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BrokerEngineType",
"variableName" : "brokerEngineType",
"variableType" : "BrokerEngineType",
"documentation" : null,
"simpleType" : "BrokerEngineType",
"variableSetterType" : "BrokerEngineType"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BrokerInstance" : {
"c2jName" : "BrokerInstance",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Returns information about all brokers.",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getConsoleURL",
"beanStyleSetterMethodName" : "setConsoleURL",
"c2jName" : "ConsoleURL",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consoleURL(String)}.\n@param consoleURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consoleURL(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\n@return The URL of the broker's ActiveMQ Web Console.\n@deprecated Use {@link #consoleURL()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\n@param consoleURL The URL of the broker's ActiveMQ Web Console.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #consoleURL(String)}\n",
"documentation" : "The URL of the broker's ActiveMQ Web Console.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ConsoleURL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasConsoleURL",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consoleURL",
"fluentSetterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\n@param consoleURL The URL of the broker's ActiveMQ Web Console.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consoleURL",
"getterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\n@return The URL of the broker's ActiveMQ Web Console.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "consoleURL",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "consoleURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConsoleURL",
"sensitive" : false,
"setterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\n@param consoleURL The URL of the broker's ActiveMQ Web Console.",
"setterMethodName" : "setConsoleURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consoleURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consoleURL",
"variableType" : "String",
"documentation" : "The URL of the broker's ActiveMQ Web Console.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getEndpoints",
"beanStyleSetterMethodName" : "setEndpoints",
"c2jName" : "Endpoints",
"c2jShape" : "__listOf__string",
"defaultConsumerFluentSetterDocumentation" : "The broker's wire-level protocol endpoints.\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 #endpoints(List)}.\n@param endpoints 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 #endpoints(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The broker's wire-level protocol endpoints.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEndpoints()} to see if a value was sent in this field.\n
\n@return The broker's wire-level protocol endpoints.\n@deprecated Use {@link #endpoints()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The broker's wire-level protocol endpoints.\n@param endpoints The broker's wire-level protocol endpoints.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpoints(List)}\n",
"documentation" : "The broker's wire-level protocol endpoints.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Endpoints property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEndpoints",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpoints",
"fluentSetterDocumentation" : "The broker's wire-level protocol endpoints.\n@param endpoints The broker's wire-level protocol endpoints.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpoints",
"getterDocumentation" : "The broker's wire-level protocol endpoints.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEndpoints()} to see if a value was sent in this field.\n
\n@return The broker's wire-level protocol endpoints.",
"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" : "endpoints",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "endpoints",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Endpoints",
"sensitive" : false,
"setterDocumentation" : "The broker's wire-level protocol endpoints.\n@param endpoints The broker's wire-level protocol endpoints.",
"setterMethodName" : "setEndpoints",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpoints",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpoints",
"variableType" : "java.util.List",
"documentation" : "The broker's wire-level protocol endpoints.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIpAddress",
"beanStyleSetterMethodName" : "setIpAddress",
"c2jName" : "IpAddress",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddress(String)}.\n@param ipAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddress(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@return The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@deprecated Use {@link #ipAddress()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@param ipAddress The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipAddress(String)}\n",
"documentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IpAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIpAddress",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ipAddress",
"fluentSetterDocumentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@param ipAddress The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ipAddress",
"getterDocumentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@return The IP address of the Elastic Network Interface (ENI) attached to the broker.",
"getterModel" : {
"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 Elastic Network Interface (ENI) attached to the broker.\n@param ipAddress The IP address of the Elastic Network Interface (ENI) attached to the broker.",
"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 Elastic Network Interface (ENI) attached to the broker.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ConsoleURL" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getConsoleURL",
"beanStyleSetterMethodName" : "setConsoleURL",
"c2jName" : "ConsoleURL",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consoleURL(String)}.\n@param consoleURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consoleURL(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\n@return The URL of the broker's ActiveMQ Web Console.\n@deprecated Use {@link #consoleURL()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\n@param consoleURL The URL of the broker's ActiveMQ Web Console.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #consoleURL(String)}\n",
"documentation" : "The URL of the broker's ActiveMQ Web Console.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ConsoleURL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasConsoleURL",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consoleURL",
"fluentSetterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\n@param consoleURL The URL of the broker's ActiveMQ Web Console.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consoleURL",
"getterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\n@return The URL of the broker's ActiveMQ Web Console.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "consoleURL",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "consoleURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConsoleURL",
"sensitive" : false,
"setterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\n@param consoleURL The URL of the broker's ActiveMQ Web Console.",
"setterMethodName" : "setConsoleURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consoleURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consoleURL",
"variableType" : "String",
"documentation" : "The URL of the broker's ActiveMQ Web Console.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Endpoints" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getEndpoints",
"beanStyleSetterMethodName" : "setEndpoints",
"c2jName" : "Endpoints",
"c2jShape" : "__listOf__string",
"defaultConsumerFluentSetterDocumentation" : "The broker's wire-level protocol endpoints.\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 #endpoints(List)}.\n@param endpoints 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 #endpoints(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The broker's wire-level protocol endpoints.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEndpoints()} to see if a value was sent in this field.\n
\n@return The broker's wire-level protocol endpoints.\n@deprecated Use {@link #endpoints()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The broker's wire-level protocol endpoints.\n@param endpoints The broker's wire-level protocol endpoints.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpoints(List)}\n",
"documentation" : "The broker's wire-level protocol endpoints.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Endpoints property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEndpoints",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpoints",
"fluentSetterDocumentation" : "The broker's wire-level protocol endpoints.\n@param endpoints The broker's wire-level protocol endpoints.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpoints",
"getterDocumentation" : "The broker's wire-level protocol endpoints.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEndpoints()} to see if a value was sent in this field.\n
\n@return The broker's wire-level protocol endpoints.",
"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" : "endpoints",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "endpoints",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Endpoints",
"sensitive" : false,
"setterDocumentation" : "The broker's wire-level protocol endpoints.\n@param endpoints The broker's wire-level protocol endpoints.",
"setterMethodName" : "setEndpoints",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpoints",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpoints",
"variableType" : "java.util.List",
"documentation" : "The broker's wire-level protocol endpoints.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"IpAddress" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIpAddress",
"beanStyleSetterMethodName" : "setIpAddress",
"c2jName" : "IpAddress",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddress(String)}.\n@param ipAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddress(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@return The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@deprecated Use {@link #ipAddress()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@param ipAddress The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipAddress(String)}\n",
"documentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IpAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIpAddress",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ipAddress",
"fluentSetterDocumentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@param ipAddress The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ipAddress",
"getterDocumentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@return The IP address of the Elastic Network Interface (ENI) attached to the broker.",
"getterModel" : {
"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 Elastic Network Interface (ENI) attached to the broker.\n@param ipAddress The IP address of the Elastic Network Interface (ENI) attached to the broker.",
"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 Elastic Network Interface (ENI) attached to the broker.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getConsoleURL",
"beanStyleSetterMethodName" : "setConsoleURL",
"c2jName" : "ConsoleURL",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #consoleURL(String)}.\n@param consoleURL a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #consoleURL(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\n@return The URL of the broker's ActiveMQ Web Console.\n@deprecated Use {@link #consoleURL()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\n@param consoleURL The URL of the broker's ActiveMQ Web Console.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #consoleURL(String)}\n",
"documentation" : "The URL of the broker's ActiveMQ Web Console.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ConsoleURL property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasConsoleURL",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "consoleURL",
"fluentSetterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\n@param consoleURL The URL of the broker's ActiveMQ Web Console.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "consoleURL",
"getterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\n@return The URL of the broker's ActiveMQ Web Console.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "consoleURL",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "consoleURL",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ConsoleURL",
"sensitive" : false,
"setterDocumentation" : "The URL of the broker's ActiveMQ Web Console.\n@param consoleURL The URL of the broker's ActiveMQ Web Console.",
"setterMethodName" : "setConsoleURL",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "consoleURL",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "consoleURL",
"variableType" : "String",
"documentation" : "The URL of the broker's ActiveMQ Web Console.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getEndpoints",
"beanStyleSetterMethodName" : "setEndpoints",
"c2jName" : "Endpoints",
"c2jShape" : "__listOf__string",
"defaultConsumerFluentSetterDocumentation" : "The broker's wire-level protocol endpoints.\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 #endpoints(List)}.\n@param endpoints 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 #endpoints(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The broker's wire-level protocol endpoints.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEndpoints()} to see if a value was sent in this field.\n
\n@return The broker's wire-level protocol endpoints.\n@deprecated Use {@link #endpoints()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The broker's wire-level protocol endpoints.\n@param endpoints The broker's wire-level protocol endpoints.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpoints(List)}\n",
"documentation" : "The broker's wire-level protocol endpoints.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Endpoints property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEndpoints",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpoints",
"fluentSetterDocumentation" : "The broker's wire-level protocol endpoints.\n@param endpoints The broker's wire-level protocol endpoints.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpoints",
"getterDocumentation" : "The broker's wire-level protocol endpoints.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEndpoints()} to see if a value was sent in this field.\n
\n@return The broker's wire-level protocol endpoints.",
"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" : "endpoints",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "endpoints",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Endpoints",
"sensitive" : false,
"setterDocumentation" : "The broker's wire-level protocol endpoints.\n@param endpoints The broker's wire-level protocol endpoints.",
"setterMethodName" : "setEndpoints",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpoints",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpoints",
"variableType" : "java.util.List",
"documentation" : "The broker's wire-level protocol endpoints.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIpAddress",
"beanStyleSetterMethodName" : "setIpAddress",
"c2jName" : "IpAddress",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddress(String)}.\n@param ipAddress a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddress(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@return The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@deprecated Use {@link #ipAddress()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@param ipAddress The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipAddress(String)}\n",
"documentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IpAddress property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIpAddress",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ipAddress",
"fluentSetterDocumentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@param ipAddress The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ipAddress",
"getterDocumentation" : "The IP address of the Elastic Network Interface (ENI) attached to the broker.\n@return The IP address of the Elastic Network Interface (ENI) attached to the broker.",
"getterModel" : {
"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 Elastic Network Interface (ENI) attached to the broker.\n@param ipAddress The IP address of the Elastic Network Interface (ENI) attached to the broker.",
"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 Elastic Network Interface (ENI) attached to the broker.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BrokerInstance",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BrokerInstance",
"variableName" : "brokerInstance",
"variableType" : "BrokerInstance",
"documentation" : null,
"simpleType" : "BrokerInstance",
"variableSetterType" : "BrokerInstance"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BrokerInstanceOption" : {
"c2jName" : "BrokerInstanceOption",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Option for host instance type.",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAvailabilityZones",
"beanStyleSetterMethodName" : "setAvailabilityZones",
"c2jName" : "AvailabilityZones",
"c2jShape" : "__listOfAvailabilityZone",
"defaultConsumerFluentSetterDocumentation" : "The list of available az.\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 #availabilityZones(List)}.\n@param availabilityZones 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 #availabilityZones(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of available az.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n
\n@return The list of available az.\n@deprecated Use {@link #availabilityZones()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of available az.\n@param availabilityZones The list of available az.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZones(List)}\n",
"documentation" : "The list of available az.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAvailabilityZones",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "availabilityZones",
"fluentSetterDocumentation" : "The list of available az.\n@param availabilityZones The list of available az.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "availabilityZones",
"getterDocumentation" : "The list of available az.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n
\n@return The list of available az.",
"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" : "availabilityZones",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "availabilityZones",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AvailabilityZone",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AvailabilityZone.Builder} avoiding the need to create one manually via {@link AvailabilityZone#builder()}.\n\nWhen the {@link Consumer} completes, {@link AvailabilityZone.Builder#build()} is called immediately and its result is passed to {@link #member(AvailabilityZone)}.\n@param member a consumer that will call methods on {@link AvailabilityZone.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AvailabilityZone)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AvailabilityZone)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "AvailabilityZone",
"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" : "AvailabilityZone",
"variableName" : "member",
"variableType" : "AvailabilityZone",
"documentation" : null,
"simpleType" : "AvailabilityZone",
"variableSetterType" : "AvailabilityZone"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AvailabilityZone",
"variableName" : "member",
"variableType" : "AvailabilityZone",
"documentation" : "",
"simpleType" : "AvailabilityZone",
"variableSetterType" : "AvailabilityZone"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AvailabilityZone",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "AvailabilityZone",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AvailabilityZones",
"sensitive" : false,
"setterDocumentation" : "The list of available az.\n@param availabilityZones The list of available az.",
"setterMethodName" : "setAvailabilityZones",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "availabilityZones",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "availabilityZones",
"variableType" : "java.util.List",
"documentation" : "The list of available az.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEngineType",
"beanStyleSetterMethodName" : "setEngineType",
"c2jName" : "EngineType",
"c2jShape" : "EngineType",
"defaultConsumerFluentSetterDocumentation" : "The type of broker engine.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineTypeAsString(String)}.\n@param engineType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of broker engine.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #engineType} will return {@link EngineType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #engineTypeAsString}.\n
\n@return The type of broker engine.\n@see EngineType\n@deprecated Use {@link #engineTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EngineType\n@deprecated Use {@link #engineType(String)}\n",
"documentation" : "The type of broker engine.",
"endpointDiscoveryId" : false,
"enumType" : "EngineType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EngineType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEngineType",
"fluentEnumGetterMethodName" : "engineType",
"fluentEnumSetterMethodName" : "engineType",
"fluentGetterMethodName" : "engineTypeAsString",
"fluentSetterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EngineType",
"fluentSetterMethodName" : "engineType",
"getterDocumentation" : "The type of broker engine.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #engineType} will return {@link EngineType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #engineTypeAsString}.\n
\n@return The type of broker engine.\n@see EngineType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "engineType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "engineType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EngineType",
"sensitive" : false,
"setterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType",
"setterMethodName" : "setEngineType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineType",
"variableType" : "String",
"documentation" : "The type of broker engine.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getHostInstanceType",
"beanStyleSetterMethodName" : "setHostInstanceType",
"c2jName" : "HostInstanceType",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "The type of broker instance.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #hostInstanceType(String)}.\n@param hostInstanceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hostInstanceType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of broker instance.\n@return The type of broker instance.\n@deprecated Use {@link #hostInstanceType()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of broker instance.\n@param hostInstanceType The type of broker instance.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #hostInstanceType(String)}\n",
"documentation" : "The type of broker instance.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the HostInstanceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasHostInstanceType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "hostInstanceType",
"fluentSetterDocumentation" : "The type of broker instance.\n@param hostInstanceType The type of broker instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "hostInstanceType",
"getterDocumentation" : "The type of broker instance.\n@return The type of broker instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "hostInstanceType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "hostInstanceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HostInstanceType",
"sensitive" : false,
"setterDocumentation" : "The type of broker instance.\n@param hostInstanceType The type of broker instance.",
"setterMethodName" : "setHostInstanceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hostInstanceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hostInstanceType",
"variableType" : "String",
"documentation" : "The type of broker instance.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStorageType",
"beanStyleSetterMethodName" : "setStorageType",
"c2jName" : "StorageType",
"c2jShape" : "BrokerStorageType",
"defaultConsumerFluentSetterDocumentation" : "The broker's storage type.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #storageTypeAsString(String)}.\n@param storageType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storageType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The broker's storage type.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #storageType} will return {@link BrokerStorageType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #storageTypeAsString}.\n
\n@return The broker's storage type.\n@see BrokerStorageType\n@deprecated Use {@link #storageTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The broker's storage type.\n@param storageType The broker's storage type.\n@see BrokerStorageType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BrokerStorageType\n@deprecated Use {@link #storageType(String)}\n",
"documentation" : "The broker's storage type.",
"endpointDiscoveryId" : false,
"enumType" : "BrokerStorageType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StorageType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStorageType",
"fluentEnumGetterMethodName" : "storageType",
"fluentEnumSetterMethodName" : "storageType",
"fluentGetterMethodName" : "storageTypeAsString",
"fluentSetterDocumentation" : "The broker's storage type.\n@param storageType The broker's storage type.\n@see BrokerStorageType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BrokerStorageType",
"fluentSetterMethodName" : "storageType",
"getterDocumentation" : "The broker's storage type.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #storageType} will return {@link BrokerStorageType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #storageTypeAsString}.\n
\n@return The broker's storage type.\n@see BrokerStorageType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "storageType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "storageType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StorageType",
"sensitive" : false,
"setterDocumentation" : "The broker's storage type.\n@param storageType The broker's storage type.\n@see BrokerStorageType",
"setterMethodName" : "setStorageType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "storageType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "storageType",
"variableType" : "String",
"documentation" : "The broker's storage type.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSupportedDeploymentModes",
"beanStyleSetterMethodName" : "setSupportedDeploymentModes",
"c2jName" : "SupportedDeploymentModes",
"c2jShape" : "__listOfDeploymentMode",
"defaultConsumerFluentSetterDocumentation" : "The list of supported deployment modes.\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 #supportedDeploymentModesAsStrings(List)}.\n@param supportedDeploymentModes 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 #supportedDeploymentModesWithStrings(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of supported deployment modes.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedDeploymentModes()} to see if a value was sent in this field.\n
\n@return The list of supported deployment modes.\n@deprecated Use {@link #supportedDeploymentModesAsStrings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of supported deployment modes.\n@param supportedDeploymentModes The list of supported deployment modes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #supportedDeploymentModesWithStrings(List)}\n",
"documentation" : "The list of supported deployment modes.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SupportedDeploymentModes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSupportedDeploymentModes",
"fluentEnumGetterMethodName" : "supportedDeploymentModes",
"fluentEnumSetterMethodName" : "supportedDeploymentModes",
"fluentGetterMethodName" : "supportedDeploymentModesAsStrings",
"fluentSetterDocumentation" : "The list of supported deployment modes.\n@param supportedDeploymentModes The list of supported deployment modes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "supportedDeploymentModesWithStrings",
"getterDocumentation" : "The list of supported deployment modes.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedDeploymentModes()} to see if a value was sent in this field.\n
\n@return The list of supported deployment modes.",
"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" : "supportedDeploymentModes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "supportedDeploymentModes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DeploymentMode",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link DeploymentMode#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 DeploymentMode\n@deprecated Use {@link #memberAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see DeploymentMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentMode\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "DeploymentMode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see DeploymentMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentMode",
"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 DeploymentMode#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 DeploymentMode",
"getterModel" : {
"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 DeploymentMode",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SupportedDeploymentModes",
"sensitive" : false,
"setterDocumentation" : "The list of supported deployment modes.\n@param supportedDeploymentModes The list of supported deployment modes.",
"setterMethodName" : "setSupportedDeploymentModes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedDeploymentModes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedDeploymentModes",
"variableType" : "java.util.List",
"documentation" : "The list of supported deployment modes.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSupportedEngineVersions",
"beanStyleSetterMethodName" : "setSupportedEngineVersions",
"c2jName" : "SupportedEngineVersions",
"c2jShape" : "__listOf__string",
"defaultConsumerFluentSetterDocumentation" : "The list of supported engine versions.\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 #supportedEngineVersions(List)}.\n@param supportedEngineVersions 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 #supportedEngineVersions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of supported engine versions.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedEngineVersions()} to see if a value was sent in this field.\n
\n@return The list of supported engine versions.\n@deprecated Use {@link #supportedEngineVersions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of supported engine versions.\n@param supportedEngineVersions The list of supported engine versions.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #supportedEngineVersions(List)}\n",
"documentation" : "The list of supported engine versions.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SupportedEngineVersions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSupportedEngineVersions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "supportedEngineVersions",
"fluentSetterDocumentation" : "The list of supported engine versions.\n@param supportedEngineVersions The list of supported engine versions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "supportedEngineVersions",
"getterDocumentation" : "The list of supported engine versions.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedEngineVersions()} to see if a value was sent in this field.\n
\n@return The list of supported engine versions.",
"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" : "supportedEngineVersions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "supportedEngineVersions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SupportedEngineVersions",
"sensitive" : false,
"setterDocumentation" : "The list of supported engine versions.\n@param supportedEngineVersions The list of supported engine versions.",
"setterMethodName" : "setSupportedEngineVersions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedEngineVersions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedEngineVersions",
"variableType" : "java.util.List",
"documentation" : "The list of supported engine versions.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AvailabilityZones" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAvailabilityZones",
"beanStyleSetterMethodName" : "setAvailabilityZones",
"c2jName" : "AvailabilityZones",
"c2jShape" : "__listOfAvailabilityZone",
"defaultConsumerFluentSetterDocumentation" : "The list of available az.\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 #availabilityZones(List)}.\n@param availabilityZones 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 #availabilityZones(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of available az.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n
\n@return The list of available az.\n@deprecated Use {@link #availabilityZones()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of available az.\n@param availabilityZones The list of available az.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZones(List)}\n",
"documentation" : "The list of available az.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAvailabilityZones",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "availabilityZones",
"fluentSetterDocumentation" : "The list of available az.\n@param availabilityZones The list of available az.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "availabilityZones",
"getterDocumentation" : "The list of available az.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n
\n@return The list of available az.",
"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" : "availabilityZones",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "availabilityZones",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AvailabilityZone",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AvailabilityZone.Builder} avoiding the need to create one manually via {@link AvailabilityZone#builder()}.\n\nWhen the {@link Consumer} completes, {@link AvailabilityZone.Builder#build()} is called immediately and its result is passed to {@link #member(AvailabilityZone)}.\n@param member a consumer that will call methods on {@link AvailabilityZone.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AvailabilityZone)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AvailabilityZone)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "AvailabilityZone",
"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" : "AvailabilityZone",
"variableName" : "member",
"variableType" : "AvailabilityZone",
"documentation" : null,
"simpleType" : "AvailabilityZone",
"variableSetterType" : "AvailabilityZone"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AvailabilityZone",
"variableName" : "member",
"variableType" : "AvailabilityZone",
"documentation" : "",
"simpleType" : "AvailabilityZone",
"variableSetterType" : "AvailabilityZone"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AvailabilityZone",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "AvailabilityZone",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AvailabilityZones",
"sensitive" : false,
"setterDocumentation" : "The list of available az.\n@param availabilityZones The list of available az.",
"setterMethodName" : "setAvailabilityZones",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "availabilityZones",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "availabilityZones",
"variableType" : "java.util.List",
"documentation" : "The list of available az.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EngineType" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEngineType",
"beanStyleSetterMethodName" : "setEngineType",
"c2jName" : "EngineType",
"c2jShape" : "EngineType",
"defaultConsumerFluentSetterDocumentation" : "The type of broker engine.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineTypeAsString(String)}.\n@param engineType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of broker engine.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #engineType} will return {@link EngineType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #engineTypeAsString}.\n
\n@return The type of broker engine.\n@see EngineType\n@deprecated Use {@link #engineTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EngineType\n@deprecated Use {@link #engineType(String)}\n",
"documentation" : "The type of broker engine.",
"endpointDiscoveryId" : false,
"enumType" : "EngineType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EngineType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEngineType",
"fluentEnumGetterMethodName" : "engineType",
"fluentEnumSetterMethodName" : "engineType",
"fluentGetterMethodName" : "engineTypeAsString",
"fluentSetterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EngineType",
"fluentSetterMethodName" : "engineType",
"getterDocumentation" : "The type of broker engine.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #engineType} will return {@link EngineType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #engineTypeAsString}.\n
\n@return The type of broker engine.\n@see EngineType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "engineType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "engineType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EngineType",
"sensitive" : false,
"setterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType",
"setterMethodName" : "setEngineType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineType",
"variableType" : "String",
"documentation" : "The type of broker engine.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"HostInstanceType" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getHostInstanceType",
"beanStyleSetterMethodName" : "setHostInstanceType",
"c2jName" : "HostInstanceType",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "The type of broker instance.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #hostInstanceType(String)}.\n@param hostInstanceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hostInstanceType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of broker instance.\n@return The type of broker instance.\n@deprecated Use {@link #hostInstanceType()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of broker instance.\n@param hostInstanceType The type of broker instance.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #hostInstanceType(String)}\n",
"documentation" : "The type of broker instance.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the HostInstanceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasHostInstanceType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "hostInstanceType",
"fluentSetterDocumentation" : "The type of broker instance.\n@param hostInstanceType The type of broker instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "hostInstanceType",
"getterDocumentation" : "The type of broker instance.\n@return The type of broker instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "hostInstanceType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "hostInstanceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HostInstanceType",
"sensitive" : false,
"setterDocumentation" : "The type of broker instance.\n@param hostInstanceType The type of broker instance.",
"setterMethodName" : "setHostInstanceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hostInstanceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hostInstanceType",
"variableType" : "String",
"documentation" : "The type of broker instance.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StorageType" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStorageType",
"beanStyleSetterMethodName" : "setStorageType",
"c2jName" : "StorageType",
"c2jShape" : "BrokerStorageType",
"defaultConsumerFluentSetterDocumentation" : "The broker's storage type.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #storageTypeAsString(String)}.\n@param storageType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storageType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The broker's storage type.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #storageType} will return {@link BrokerStorageType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #storageTypeAsString}.\n
\n@return The broker's storage type.\n@see BrokerStorageType\n@deprecated Use {@link #storageTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The broker's storage type.\n@param storageType The broker's storage type.\n@see BrokerStorageType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BrokerStorageType\n@deprecated Use {@link #storageType(String)}\n",
"documentation" : "The broker's storage type.",
"endpointDiscoveryId" : false,
"enumType" : "BrokerStorageType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StorageType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStorageType",
"fluentEnumGetterMethodName" : "storageType",
"fluentEnumSetterMethodName" : "storageType",
"fluentGetterMethodName" : "storageTypeAsString",
"fluentSetterDocumentation" : "The broker's storage type.\n@param storageType The broker's storage type.\n@see BrokerStorageType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BrokerStorageType",
"fluentSetterMethodName" : "storageType",
"getterDocumentation" : "The broker's storage type.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #storageType} will return {@link BrokerStorageType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #storageTypeAsString}.\n
\n@return The broker's storage type.\n@see BrokerStorageType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "storageType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "storageType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StorageType",
"sensitive" : false,
"setterDocumentation" : "The broker's storage type.\n@param storageType The broker's storage type.\n@see BrokerStorageType",
"setterMethodName" : "setStorageType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "storageType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "storageType",
"variableType" : "String",
"documentation" : "The broker's storage type.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SupportedDeploymentModes" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSupportedDeploymentModes",
"beanStyleSetterMethodName" : "setSupportedDeploymentModes",
"c2jName" : "SupportedDeploymentModes",
"c2jShape" : "__listOfDeploymentMode",
"defaultConsumerFluentSetterDocumentation" : "The list of supported deployment modes.\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 #supportedDeploymentModesAsStrings(List)}.\n@param supportedDeploymentModes 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 #supportedDeploymentModesWithStrings(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of supported deployment modes.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedDeploymentModes()} to see if a value was sent in this field.\n
\n@return The list of supported deployment modes.\n@deprecated Use {@link #supportedDeploymentModesAsStrings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of supported deployment modes.\n@param supportedDeploymentModes The list of supported deployment modes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #supportedDeploymentModesWithStrings(List)}\n",
"documentation" : "The list of supported deployment modes.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SupportedDeploymentModes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSupportedDeploymentModes",
"fluentEnumGetterMethodName" : "supportedDeploymentModes",
"fluentEnumSetterMethodName" : "supportedDeploymentModes",
"fluentGetterMethodName" : "supportedDeploymentModesAsStrings",
"fluentSetterDocumentation" : "The list of supported deployment modes.\n@param supportedDeploymentModes The list of supported deployment modes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "supportedDeploymentModesWithStrings",
"getterDocumentation" : "The list of supported deployment modes.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedDeploymentModes()} to see if a value was sent in this field.\n
\n@return The list of supported deployment modes.",
"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" : "supportedDeploymentModes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "supportedDeploymentModes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DeploymentMode",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link DeploymentMode#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 DeploymentMode\n@deprecated Use {@link #memberAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see DeploymentMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentMode\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "DeploymentMode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see DeploymentMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentMode",
"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 DeploymentMode#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 DeploymentMode",
"getterModel" : {
"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 DeploymentMode",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SupportedDeploymentModes",
"sensitive" : false,
"setterDocumentation" : "The list of supported deployment modes.\n@param supportedDeploymentModes The list of supported deployment modes.",
"setterMethodName" : "setSupportedDeploymentModes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedDeploymentModes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedDeploymentModes",
"variableType" : "java.util.List",
"documentation" : "The list of supported deployment modes.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SupportedEngineVersions" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSupportedEngineVersions",
"beanStyleSetterMethodName" : "setSupportedEngineVersions",
"c2jName" : "SupportedEngineVersions",
"c2jShape" : "__listOf__string",
"defaultConsumerFluentSetterDocumentation" : "The list of supported engine versions.\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 #supportedEngineVersions(List)}.\n@param supportedEngineVersions 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 #supportedEngineVersions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of supported engine versions.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedEngineVersions()} to see if a value was sent in this field.\n
\n@return The list of supported engine versions.\n@deprecated Use {@link #supportedEngineVersions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of supported engine versions.\n@param supportedEngineVersions The list of supported engine versions.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #supportedEngineVersions(List)}\n",
"documentation" : "The list of supported engine versions.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SupportedEngineVersions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSupportedEngineVersions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "supportedEngineVersions",
"fluentSetterDocumentation" : "The list of supported engine versions.\n@param supportedEngineVersions The list of supported engine versions.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "supportedEngineVersions",
"getterDocumentation" : "The list of supported engine versions.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedEngineVersions()} to see if a value was sent in this field.\n
\n@return The list of supported engine versions.",
"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" : "supportedEngineVersions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "supportedEngineVersions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SupportedEngineVersions",
"sensitive" : false,
"setterDocumentation" : "The list of supported engine versions.\n@param supportedEngineVersions The list of supported engine versions.",
"setterMethodName" : "setSupportedEngineVersions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedEngineVersions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedEngineVersions",
"variableType" : "java.util.List",
"documentation" : "The list of supported engine versions.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAvailabilityZones",
"beanStyleSetterMethodName" : "setAvailabilityZones",
"c2jName" : "AvailabilityZones",
"c2jShape" : "__listOfAvailabilityZone",
"defaultConsumerFluentSetterDocumentation" : "The list of available az.\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 #availabilityZones(List)}.\n@param availabilityZones 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 #availabilityZones(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of available az.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n
\n@return The list of available az.\n@deprecated Use {@link #availabilityZones()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of available az.\n@param availabilityZones The list of available az.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #availabilityZones(List)}\n",
"documentation" : "The list of available az.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAvailabilityZones",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "availabilityZones",
"fluentSetterDocumentation" : "The list of available az.\n@param availabilityZones The list of available az.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "availabilityZones",
"getterDocumentation" : "The list of available az.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAvailabilityZones()} to see if a value was sent in this field.\n
\n@return The list of available az.",
"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" : "availabilityZones",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "availabilityZones",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AvailabilityZone",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AvailabilityZone.Builder} avoiding the need to create one manually via {@link AvailabilityZone#builder()}.\n\nWhen the {@link Consumer} completes, {@link AvailabilityZone.Builder#build()} is called immediately and its result is passed to {@link #member(AvailabilityZone)}.\n@param member a consumer that will call methods on {@link AvailabilityZone.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AvailabilityZone)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(AvailabilityZone)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "AvailabilityZone",
"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" : "AvailabilityZone",
"variableName" : "member",
"variableType" : "AvailabilityZone",
"documentation" : null,
"simpleType" : "AvailabilityZone",
"variableSetterType" : "AvailabilityZone"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AvailabilityZone",
"variableName" : "member",
"variableType" : "AvailabilityZone",
"documentation" : "",
"simpleType" : "AvailabilityZone",
"variableSetterType" : "AvailabilityZone"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AvailabilityZone",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "AvailabilityZone",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AvailabilityZones",
"sensitive" : false,
"setterDocumentation" : "The list of available az.\n@param availabilityZones The list of available az.",
"setterMethodName" : "setAvailabilityZones",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "availabilityZones",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "availabilityZones",
"variableType" : "java.util.List",
"documentation" : "The list of available az.",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEngineType",
"beanStyleSetterMethodName" : "setEngineType",
"c2jName" : "EngineType",
"c2jShape" : "EngineType",
"defaultConsumerFluentSetterDocumentation" : "The type of broker engine.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #engineTypeAsString(String)}.\n@param engineType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #engineType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of broker engine.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #engineType} will return {@link EngineType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #engineTypeAsString}.\n
\n@return The type of broker engine.\n@see EngineType\n@deprecated Use {@link #engineTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EngineType\n@deprecated Use {@link #engineType(String)}\n",
"documentation" : "The type of broker engine.",
"endpointDiscoveryId" : false,
"enumType" : "EngineType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EngineType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEngineType",
"fluentEnumGetterMethodName" : "engineType",
"fluentEnumSetterMethodName" : "engineType",
"fluentGetterMethodName" : "engineTypeAsString",
"fluentSetterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EngineType",
"fluentSetterMethodName" : "engineType",
"getterDocumentation" : "The type of broker engine.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #engineType} will return {@link EngineType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #engineTypeAsString}.\n
\n@return The type of broker engine.\n@see EngineType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "engineType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "engineType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EngineType",
"sensitive" : false,
"setterDocumentation" : "The type of broker engine.\n@param engineType The type of broker engine.\n@see EngineType",
"setterMethodName" : "setEngineType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "engineType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "engineType",
"variableType" : "String",
"documentation" : "The type of broker engine.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getHostInstanceType",
"beanStyleSetterMethodName" : "setHostInstanceType",
"c2jName" : "HostInstanceType",
"c2jShape" : "__string",
"defaultConsumerFluentSetterDocumentation" : "The type of broker instance.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #hostInstanceType(String)}.\n@param hostInstanceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #hostInstanceType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of broker instance.\n@return The type of broker instance.\n@deprecated Use {@link #hostInstanceType()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of broker instance.\n@param hostInstanceType The type of broker instance.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #hostInstanceType(String)}\n",
"documentation" : "The type of broker instance.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the HostInstanceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasHostInstanceType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "hostInstanceType",
"fluentSetterDocumentation" : "The type of broker instance.\n@param hostInstanceType The type of broker instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "hostInstanceType",
"getterDocumentation" : "The type of broker instance.\n@return The type of broker instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "hostInstanceType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "hostInstanceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HostInstanceType",
"sensitive" : false,
"setterDocumentation" : "The type of broker instance.\n@param hostInstanceType The type of broker instance.",
"setterMethodName" : "setHostInstanceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "hostInstanceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "hostInstanceType",
"variableType" : "String",
"documentation" : "The type of broker instance.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStorageType",
"beanStyleSetterMethodName" : "setStorageType",
"c2jName" : "StorageType",
"c2jShape" : "BrokerStorageType",
"defaultConsumerFluentSetterDocumentation" : "The broker's storage type.\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #storageTypeAsString(String)}.\n@param storageType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storageType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The broker's storage type.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #storageType} will return {@link BrokerStorageType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #storageTypeAsString}.\n
\n@return The broker's storage type.\n@see BrokerStorageType\n@deprecated Use {@link #storageTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The broker's storage type.\n@param storageType The broker's storage type.\n@see BrokerStorageType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BrokerStorageType\n@deprecated Use {@link #storageType(String)}\n",
"documentation" : "The broker's storage type.",
"endpointDiscoveryId" : false,
"enumType" : "BrokerStorageType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StorageType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStorageType",
"fluentEnumGetterMethodName" : "storageType",
"fluentEnumSetterMethodName" : "storageType",
"fluentGetterMethodName" : "storageTypeAsString",
"fluentSetterDocumentation" : "The broker's storage type.\n@param storageType The broker's storage type.\n@see BrokerStorageType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BrokerStorageType",
"fluentSetterMethodName" : "storageType",
"getterDocumentation" : "The broker's storage type.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #storageType} will return {@link BrokerStorageType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #storageTypeAsString}.\n
\n@return The broker's storage type.\n@see BrokerStorageType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "storageType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "storageType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StorageType",
"sensitive" : false,
"setterDocumentation" : "The broker's storage type.\n@param storageType The broker's storage type.\n@see BrokerStorageType",
"setterMethodName" : "setStorageType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "storageType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "storageType",
"variableType" : "String",
"documentation" : "The broker's storage type.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getSupportedDeploymentModes",
"beanStyleSetterMethodName" : "setSupportedDeploymentModes",
"c2jName" : "SupportedDeploymentModes",
"c2jShape" : "__listOfDeploymentMode",
"defaultConsumerFluentSetterDocumentation" : "The list of supported deployment modes.\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 #supportedDeploymentModesAsStrings(List)}.\n@param supportedDeploymentModes 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 #supportedDeploymentModesWithStrings(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of supported deployment modes.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedDeploymentModes()} to see if a value was sent in this field.\n
\n@return The list of supported deployment modes.\n@deprecated Use {@link #supportedDeploymentModesAsStrings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of supported deployment modes.\n@param supportedDeploymentModes The list of supported deployment modes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #supportedDeploymentModesWithStrings(List)}\n",
"documentation" : "The list of supported deployment modes.",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SupportedDeploymentModes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSupportedDeploymentModes",
"fluentEnumGetterMethodName" : "supportedDeploymentModes",
"fluentEnumSetterMethodName" : "supportedDeploymentModes",
"fluentGetterMethodName" : "supportedDeploymentModesAsStrings",
"fluentSetterDocumentation" : "The list of supported deployment modes.\n@param supportedDeploymentModes The list of supported deployment modes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "supportedDeploymentModesWithStrings",
"getterDocumentation" : "The list of supported deployment modes.\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasSupportedDeploymentModes()} to see if a value was sent in this field.\n
\n@return The list of supported deployment modes.",
"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" : "supportedDeploymentModes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "supportedDeploymentModes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "DeploymentMode",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link DeploymentMode#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 DeploymentMode\n@deprecated Use {@link #memberAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see DeploymentMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentMode\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "DeploymentMode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see DeploymentMode\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentMode",
"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 DeploymentMode#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 DeploymentMode",
"getterModel" : {
"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 DeploymentMode",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "SupportedDeploymentModes",
"sensitive" : false,
"setterDocumentation" : "The list of supported deployment modes.\n@param supportedDeploymentModes The list of supported deployment modes.",
"setterMethodName" : "setSupportedDeploymentModes",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedDeploymentModes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "supportedDeploymentModes",
"variableType" : "java.util.List",
"documentation" : "The list of supported deployment modes.",
"simpleType" : "List