models.networkmanager-2019-07-05-intermediate.json Maven / Gradle / Ivy
Show all versions of networkmanager Show documentation
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"enableEndpointDiscoveryMethodRequired" : false,
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ ]
},
"metadata" : {
"apiVersion" : "2019-07-05",
"asyncBuilder" : "DefaultNetworkManagerAsyncClientBuilder",
"asyncBuilderInterface" : "NetworkManagerAsyncClientBuilder",
"asyncClient" : "DefaultNetworkManagerAsyncClient",
"asyncInterface" : "NetworkManagerAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultNetworkManagerBaseClientBuilder",
"baseBuilderInterface" : "NetworkManagerBaseClientBuilder",
"baseExceptionName" : "NetworkManagerException",
"baseRequestName" : "NetworkManagerRequest",
"baseResponseName" : "NetworkManagerResponse",
"cborProtocol" : false,
"clientPackageName" : "networkmanager",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "NetworkManager",
"documentation" : "Transit Gateway Network Manager (Network Manager) enables you to create a global network, in which you can monitor your AWS and on-premises networks that are built around transit gateways.
",
"endpointPrefix" : "networkmanager",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.networkmanager",
"fullModelPackageName" : "software.amazon.awssdk.services.networkmanager.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.networkmanager.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.networkmanager.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.networkmanager.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "networkmanager.model",
"paginatorsPackageName" : "networkmanager.paginators",
"protocol" : "rest-json",
"queryProtocol" : false,
"requestTransformPackageName" : "networkmanager.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "NetworkManager",
"serviceName" : "NetworkManager",
"signingName" : "networkmanager",
"syncBuilder" : "DefaultNetworkManagerClientBuilder",
"syncBuilderInterface" : "NetworkManagerClientBuilder",
"syncClient" : "DefaultNetworkManagerClient",
"syncInterface" : "NetworkManagerClient",
"transformPackageName" : "networkmanager.transform",
"uid" : "networkmanager-2019-07-05",
"xmlProtocol" : false
},
"operations" : {
"AssociateCustomerGateway" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates a customer gateway with a device and optionally, with a link. If you specify a link, it must be associated with the specified device.
You can only associate customer gateways that are connected to a VPN attachment on a transit gateway. The transit gateway must be registered in your global network. When you register a transit gateway, customer gateways that are connected to the transit gateway are automatically included in the global network. To list customer gateways that are connected to a transit gateway, use the DescribeVpnConnections EC2 API and filter by transit-gateway-id
.
You cannot associate a customer gateway with more than one device and link.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ServiceQuotaExceededException",
"documentation" : "A service limit was exceeded.
",
"httpStatusCode" : 402
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AssociateCustomerGatewayRequest",
"variableName" : "associateCustomerGatewayRequest",
"variableType" : "AssociateCustomerGatewayRequest",
"documentation" : "",
"simpleType" : "AssociateCustomerGatewayRequest",
"variableSetterType" : "AssociateCustomerGatewayRequest"
},
"methodName" : "associateCustomerGateway",
"operationName" : "AssociateCustomerGateway",
"paginated" : false,
"returnType" : {
"returnType" : "AssociateCustomerGatewayResponse",
"documentation" : null
},
"syncReturnType" : "AssociateCustomerGatewayResponse"
},
"AssociateLink" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates a link to a device. A device can be associated to multiple links and a link can be associated to multiple devices. The device and link must be in the same global network and the same site.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ServiceQuotaExceededException",
"documentation" : "A service limit was exceeded.
",
"httpStatusCode" : 402
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AssociateLinkRequest",
"variableName" : "associateLinkRequest",
"variableType" : "AssociateLinkRequest",
"documentation" : "",
"simpleType" : "AssociateLinkRequest",
"variableSetterType" : "AssociateLinkRequest"
},
"methodName" : "associateLink",
"operationName" : "AssociateLink",
"paginated" : false,
"returnType" : {
"returnType" : "AssociateLinkResponse",
"documentation" : null
},
"syncReturnType" : "AssociateLinkResponse"
},
"CreateDevice" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new device in a global network. If you specify both a site ID and a location, the location of the site is used for visualization in the Network Manager console.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ServiceQuotaExceededException",
"documentation" : "A service limit was exceeded.
",
"httpStatusCode" : 402
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateDeviceRequest",
"variableName" : "createDeviceRequest",
"variableType" : "CreateDeviceRequest",
"documentation" : "",
"simpleType" : "CreateDeviceRequest",
"variableSetterType" : "CreateDeviceRequest"
},
"methodName" : "createDevice",
"operationName" : "CreateDevice",
"paginated" : false,
"returnType" : {
"returnType" : "CreateDeviceResponse",
"documentation" : null
},
"syncReturnType" : "CreateDeviceResponse"
},
"CreateGlobalNetwork" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new, empty global network.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ServiceQuotaExceededException",
"documentation" : "A service limit was exceeded.
",
"httpStatusCode" : 402
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateGlobalNetworkRequest",
"variableName" : "createGlobalNetworkRequest",
"variableType" : "CreateGlobalNetworkRequest",
"documentation" : "",
"simpleType" : "CreateGlobalNetworkRequest",
"variableSetterType" : "CreateGlobalNetworkRequest"
},
"methodName" : "createGlobalNetwork",
"operationName" : "CreateGlobalNetwork",
"paginated" : false,
"returnType" : {
"returnType" : "CreateGlobalNetworkResponse",
"documentation" : null
},
"syncReturnType" : "CreateGlobalNetworkResponse"
},
"CreateLink" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new link for a specified site.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ServiceQuotaExceededException",
"documentation" : "A service limit was exceeded.
",
"httpStatusCode" : 402
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateLinkRequest",
"variableName" : "createLinkRequest",
"variableType" : "CreateLinkRequest",
"documentation" : "",
"simpleType" : "CreateLinkRequest",
"variableSetterType" : "CreateLinkRequest"
},
"methodName" : "createLink",
"operationName" : "CreateLink",
"paginated" : false,
"returnType" : {
"returnType" : "CreateLinkResponse",
"documentation" : null
},
"syncReturnType" : "CreateLinkResponse"
},
"CreateSite" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new site in a global network.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ServiceQuotaExceededException",
"documentation" : "A service limit was exceeded.
",
"httpStatusCode" : 402
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateSiteRequest",
"variableName" : "createSiteRequest",
"variableType" : "CreateSiteRequest",
"documentation" : "",
"simpleType" : "CreateSiteRequest",
"variableSetterType" : "CreateSiteRequest"
},
"methodName" : "createSite",
"operationName" : "CreateSite",
"paginated" : false,
"returnType" : {
"returnType" : "CreateSiteResponse",
"documentation" : null
},
"syncReturnType" : "CreateSiteResponse"
},
"DeleteDevice" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes an existing device. You must first disassociate the device from any links and customer gateways.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteDeviceRequest",
"variableName" : "deleteDeviceRequest",
"variableType" : "DeleteDeviceRequest",
"documentation" : "",
"simpleType" : "DeleteDeviceRequest",
"variableSetterType" : "DeleteDeviceRequest"
},
"methodName" : "deleteDevice",
"operationName" : "DeleteDevice",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteDeviceResponse",
"documentation" : null
},
"syncReturnType" : "DeleteDeviceResponse"
},
"DeleteGlobalNetwork" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes an existing global network. You must first delete all global network objects (devices, links, and sites) and deregister all transit gateways.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteGlobalNetworkRequest",
"variableName" : "deleteGlobalNetworkRequest",
"variableType" : "DeleteGlobalNetworkRequest",
"documentation" : "",
"simpleType" : "DeleteGlobalNetworkRequest",
"variableSetterType" : "DeleteGlobalNetworkRequest"
},
"methodName" : "deleteGlobalNetwork",
"operationName" : "DeleteGlobalNetwork",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteGlobalNetworkResponse",
"documentation" : null
},
"syncReturnType" : "DeleteGlobalNetworkResponse"
},
"DeleteLink" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes an existing link. You must first disassociate the link from any devices and customer gateways.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteLinkRequest",
"variableName" : "deleteLinkRequest",
"variableType" : "DeleteLinkRequest",
"documentation" : "",
"simpleType" : "DeleteLinkRequest",
"variableSetterType" : "DeleteLinkRequest"
},
"methodName" : "deleteLink",
"operationName" : "DeleteLink",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteLinkResponse",
"documentation" : null
},
"syncReturnType" : "DeleteLinkResponse"
},
"DeleteSite" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes an existing site. The site cannot be associated with any device or link.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSiteRequest",
"variableName" : "deleteSiteRequest",
"variableType" : "DeleteSiteRequest",
"documentation" : "",
"simpleType" : "DeleteSiteRequest",
"variableSetterType" : "DeleteSiteRequest"
},
"methodName" : "deleteSite",
"operationName" : "DeleteSite",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSiteResponse",
"documentation" : null
},
"syncReturnType" : "DeleteSiteResponse"
},
"DeregisterTransitGateway" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deregisters a transit gateway from your global network. This action does not delete your transit gateway, or modify any of its attachments. This action removes any customer gateway associations.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeregisterTransitGatewayRequest",
"variableName" : "deregisterTransitGatewayRequest",
"variableType" : "DeregisterTransitGatewayRequest",
"documentation" : "",
"simpleType" : "DeregisterTransitGatewayRequest",
"variableSetterType" : "DeregisterTransitGatewayRequest"
},
"methodName" : "deregisterTransitGateway",
"operationName" : "DeregisterTransitGateway",
"paginated" : false,
"returnType" : {
"returnType" : "DeregisterTransitGatewayResponse",
"documentation" : null
},
"syncReturnType" : "DeregisterTransitGatewayResponse"
},
"DescribeGlobalNetworks" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes one or more global networks. By default, all global networks are described. To describe the objects in your global network, you must use the appropriate Get*
action. For example, to list the transit gateways in your global network, use GetTransitGatewayRegistrations.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeGlobalNetworksRequest",
"variableName" : "describeGlobalNetworksRequest",
"variableType" : "DescribeGlobalNetworksRequest",
"documentation" : "",
"simpleType" : "DescribeGlobalNetworksRequest",
"variableSetterType" : "DescribeGlobalNetworksRequest"
},
"methodName" : "describeGlobalNetworks",
"operationName" : "DescribeGlobalNetworks",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeGlobalNetworksResponse",
"documentation" : null
},
"syncReturnType" : "DescribeGlobalNetworksResponse"
},
"DisassociateCustomerGateway" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disassociates a customer gateway from a device and a link.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisassociateCustomerGatewayRequest",
"variableName" : "disassociateCustomerGatewayRequest",
"variableType" : "DisassociateCustomerGatewayRequest",
"documentation" : "",
"simpleType" : "DisassociateCustomerGatewayRequest",
"variableSetterType" : "DisassociateCustomerGatewayRequest"
},
"methodName" : "disassociateCustomerGateway",
"operationName" : "DisassociateCustomerGateway",
"paginated" : false,
"returnType" : {
"returnType" : "DisassociateCustomerGatewayResponse",
"documentation" : null
},
"syncReturnType" : "DisassociateCustomerGatewayResponse"
},
"DisassociateLink" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disassociates an existing device from a link. You must first disassociate any customer gateways that are associated with the link.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisassociateLinkRequest",
"variableName" : "disassociateLinkRequest",
"variableType" : "DisassociateLinkRequest",
"documentation" : "",
"simpleType" : "DisassociateLinkRequest",
"variableSetterType" : "DisassociateLinkRequest"
},
"methodName" : "disassociateLink",
"operationName" : "DisassociateLink",
"paginated" : false,
"returnType" : {
"returnType" : "DisassociateLinkResponse",
"documentation" : null
},
"syncReturnType" : "DisassociateLinkResponse"
},
"GetCustomerGatewayAssociations" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the association information for customer gateways that are associated with devices and links in your global network.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetCustomerGatewayAssociationsRequest",
"variableName" : "getCustomerGatewayAssociationsRequest",
"variableType" : "GetCustomerGatewayAssociationsRequest",
"documentation" : "",
"simpleType" : "GetCustomerGatewayAssociationsRequest",
"variableSetterType" : "GetCustomerGatewayAssociationsRequest"
},
"methodName" : "getCustomerGatewayAssociations",
"operationName" : "GetCustomerGatewayAssociations",
"paginated" : true,
"returnType" : {
"returnType" : "GetCustomerGatewayAssociationsResponse",
"documentation" : null
},
"syncReturnType" : "GetCustomerGatewayAssociationsResponse"
},
"GetDevices" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about one or more of your devices in a global network.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetDevicesRequest",
"variableName" : "getDevicesRequest",
"variableType" : "GetDevicesRequest",
"documentation" : "",
"simpleType" : "GetDevicesRequest",
"variableSetterType" : "GetDevicesRequest"
},
"methodName" : "getDevices",
"operationName" : "GetDevices",
"paginated" : true,
"returnType" : {
"returnType" : "GetDevicesResponse",
"documentation" : null
},
"syncReturnType" : "GetDevicesResponse"
},
"GetLinkAssociations" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the link associations for a device or a link. Either the device ID or the link ID must be specified.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetLinkAssociationsRequest",
"variableName" : "getLinkAssociationsRequest",
"variableType" : "GetLinkAssociationsRequest",
"documentation" : "",
"simpleType" : "GetLinkAssociationsRequest",
"variableSetterType" : "GetLinkAssociationsRequest"
},
"methodName" : "getLinkAssociations",
"operationName" : "GetLinkAssociations",
"paginated" : true,
"returnType" : {
"returnType" : "GetLinkAssociationsResponse",
"documentation" : null
},
"syncReturnType" : "GetLinkAssociationsResponse"
},
"GetLinks" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about one or more links in a specified global network.
If you specify the site ID, you cannot specify the type or provider in the same request. You can specify the type and provider in the same request.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetLinksRequest",
"variableName" : "getLinksRequest",
"variableType" : "GetLinksRequest",
"documentation" : "",
"simpleType" : "GetLinksRequest",
"variableSetterType" : "GetLinksRequest"
},
"methodName" : "getLinks",
"operationName" : "GetLinks",
"paginated" : true,
"returnType" : {
"returnType" : "GetLinksResponse",
"documentation" : null
},
"syncReturnType" : "GetLinksResponse"
},
"GetSites" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about one or more of your sites in a global network.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSitesRequest",
"variableName" : "getSitesRequest",
"variableType" : "GetSitesRequest",
"documentation" : "",
"simpleType" : "GetSitesRequest",
"variableSetterType" : "GetSitesRequest"
},
"methodName" : "getSites",
"operationName" : "GetSites",
"paginated" : true,
"returnType" : {
"returnType" : "GetSitesResponse",
"documentation" : null
},
"syncReturnType" : "GetSitesResponse"
},
"GetTransitGatewayRegistrations" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about the transit gateway registrations in a specified global network.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetTransitGatewayRegistrationsRequest",
"variableName" : "getTransitGatewayRegistrationsRequest",
"variableType" : "GetTransitGatewayRegistrationsRequest",
"documentation" : "",
"simpleType" : "GetTransitGatewayRegistrationsRequest",
"variableSetterType" : "GetTransitGatewayRegistrationsRequest"
},
"methodName" : "getTransitGatewayRegistrations",
"operationName" : "GetTransitGatewayRegistrations",
"paginated" : true,
"returnType" : {
"returnType" : "GetTransitGatewayRegistrationsResponse",
"documentation" : null
},
"syncReturnType" : "GetTransitGatewayRegistrationsResponse"
},
"ListTagsForResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the tags for a specified resource.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsForResourceRequest",
"variableName" : "listTagsForResourceRequest",
"variableType" : "ListTagsForResourceRequest",
"documentation" : "",
"simpleType" : "ListTagsForResourceRequest",
"variableSetterType" : "ListTagsForResourceRequest"
},
"methodName" : "listTagsForResource",
"operationName" : "ListTagsForResource",
"paginated" : false,
"returnType" : {
"returnType" : "ListTagsForResourceResponse",
"documentation" : null
},
"syncReturnType" : "ListTagsForResourceResponse"
},
"RegisterTransitGateway" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Registers a transit gateway in your global network. The transit gateway can be in any AWS Region, but it must be owned by the same AWS account that owns the global network. You cannot register a transit gateway in more than one global network.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RegisterTransitGatewayRequest",
"variableName" : "registerTransitGatewayRequest",
"variableType" : "RegisterTransitGatewayRequest",
"documentation" : "",
"simpleType" : "RegisterTransitGatewayRequest",
"variableSetterType" : "RegisterTransitGatewayRequest"
},
"methodName" : "registerTransitGateway",
"operationName" : "RegisterTransitGateway",
"paginated" : false,
"returnType" : {
"returnType" : "RegisterTransitGatewayResponse",
"documentation" : null
},
"syncReturnType" : "RegisterTransitGatewayResponse"
},
"TagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Tags a specified resource.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ServiceQuotaExceededException",
"documentation" : "A service limit was exceeded.
",
"httpStatusCode" : 402
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TagResourceRequest",
"variableName" : "tagResourceRequest",
"variableType" : "TagResourceRequest",
"documentation" : "",
"simpleType" : "TagResourceRequest",
"variableSetterType" : "TagResourceRequest"
},
"methodName" : "tagResource",
"operationName" : "TagResource",
"paginated" : false,
"returnType" : {
"returnType" : "TagResourceResponse",
"documentation" : null
},
"syncReturnType" : "TagResourceResponse"
},
"UntagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes tags from a specified resource.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UntagResourceRequest",
"variableName" : "untagResourceRequest",
"variableType" : "UntagResourceRequest",
"documentation" : "",
"simpleType" : "UntagResourceRequest",
"variableSetterType" : "UntagResourceRequest"
},
"methodName" : "untagResource",
"operationName" : "UntagResource",
"paginated" : false,
"returnType" : {
"returnType" : "UntagResourceResponse",
"documentation" : null
},
"syncReturnType" : "UntagResourceResponse"
},
"UpdateDevice" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the details for an existing device. To remove information for any of the parameters, specify an empty string.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateDeviceRequest",
"variableName" : "updateDeviceRequest",
"variableType" : "UpdateDeviceRequest",
"documentation" : "",
"simpleType" : "UpdateDeviceRequest",
"variableSetterType" : "UpdateDeviceRequest"
},
"methodName" : "updateDevice",
"operationName" : "UpdateDevice",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateDeviceResponse",
"documentation" : null
},
"syncReturnType" : "UpdateDeviceResponse"
},
"UpdateGlobalNetwork" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates an existing global network. To remove information for any of the parameters, specify an empty string.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateGlobalNetworkRequest",
"variableName" : "updateGlobalNetworkRequest",
"variableType" : "UpdateGlobalNetworkRequest",
"documentation" : "",
"simpleType" : "UpdateGlobalNetworkRequest",
"variableSetterType" : "UpdateGlobalNetworkRequest"
},
"methodName" : "updateGlobalNetwork",
"operationName" : "UpdateGlobalNetwork",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateGlobalNetworkResponse",
"documentation" : null
},
"syncReturnType" : "UpdateGlobalNetworkResponse"
},
"UpdateLink" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the details for an existing link. To remove information for any of the parameters, specify an empty string.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ServiceQuotaExceededException",
"documentation" : "A service limit was exceeded.
",
"httpStatusCode" : 402
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateLinkRequest",
"variableName" : "updateLinkRequest",
"variableType" : "UpdateLinkRequest",
"documentation" : "",
"simpleType" : "UpdateLinkRequest",
"variableSetterType" : "UpdateLinkRequest"
},
"methodName" : "updateLink",
"operationName" : "UpdateLink",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateLinkResponse",
"documentation" : null
},
"syncReturnType" : "UpdateLinkResponse"
},
"UpdateSite" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the information for an existing site. To remove information for any of the parameters, specify an empty string.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "The input fails to satisfy the constraints.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ConflictException",
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The request was denied due to request throttling.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServerException",
"documentation" : "The request has failed due to an internal error.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateSiteRequest",
"variableName" : "updateSiteRequest",
"variableType" : "UpdateSiteRequest",
"documentation" : "",
"simpleType" : "UpdateSiteRequest",
"variableSetterType" : "UpdateSiteRequest"
},
"methodName" : "updateSite",
"operationName" : "UpdateSite",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateSiteResponse",
"documentation" : null
},
"syncReturnType" : "UpdateSiteResponse"
}
},
"shapes" : {
"AccessDeniedException" : {
"c2jName" : "AccessDeniedException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "You do not have sufficient access to perform this action.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AccessDeniedException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 403,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Message" ],
"shapeName" : "AccessDeniedException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AccessDeniedException",
"variableName" : "accessDeniedException",
"variableType" : "AccessDeniedException",
"documentation" : null,
"simpleType" : "AccessDeniedException",
"variableSetterType" : "AccessDeniedException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateCustomerGatewayRequest" : {
"c2jName" : "AssociateCustomerGatewayRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "AssociateCustomerGateway",
"locationName" : null,
"requestUri" : "/global-networks/{globalNetworkId}/customer-gateway-associations",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCustomerGatewayArn",
"beanStyleSetterMethodName" : "setCustomerGatewayArn",
"c2jName" : "CustomerGatewayArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customerGatewayArn(String)}.\n@param customerGatewayArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerGatewayArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\n@return The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.\n@deprecated Use {@link #customerGatewayArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerGatewayArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomerGatewayArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomerGatewayArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customerGatewayArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customerGatewayArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\n@return The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CustomerGatewayArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CustomerGatewayArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CustomerGatewayArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.",
"setterMethodName" : "setCustomerGatewayArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "customerGatewayArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "customerGatewayArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceId",
"beanStyleSetterMethodName" : "setDeviceId",
"c2jName" : "DeviceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the device.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deviceId(String)}.\n@param deviceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the device.
\n@return The ID of the device.\n@deprecated Use {@link #deviceId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceId(String)}\n",
"documentation" : "The ID of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeviceId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceId",
"fluentSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceId",
"getterDocumentation" : "The ID of the device.
\n@return The ID of the device.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DeviceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.",
"setterMethodName" : "setDeviceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : "The ID of the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLinkId",
"beanStyleSetterMethodName" : "setLinkId",
"c2jName" : "LinkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the link.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkId(String)}.\n@param linkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the link.
\n@return The ID of the link.\n@deprecated Use {@link #linkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #linkId(String)}\n",
"documentation" : "The ID of the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LinkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLinkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "linkId",
"fluentSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "linkId",
"getterDocumentation" : "The ID of the link.
\n@return The ID of the link.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LinkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LinkId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LinkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.",
"setterMethodName" : "setLinkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : "The ID of the link.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CustomerGatewayArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCustomerGatewayArn",
"beanStyleSetterMethodName" : "setCustomerGatewayArn",
"c2jName" : "CustomerGatewayArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customerGatewayArn(String)}.\n@param customerGatewayArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerGatewayArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\n@return The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.\n@deprecated Use {@link #customerGatewayArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerGatewayArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomerGatewayArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomerGatewayArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customerGatewayArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customerGatewayArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\n@return The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CustomerGatewayArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CustomerGatewayArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CustomerGatewayArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.",
"setterMethodName" : "setCustomerGatewayArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "customerGatewayArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "customerGatewayArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DeviceId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceId",
"beanStyleSetterMethodName" : "setDeviceId",
"c2jName" : "DeviceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the device.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deviceId(String)}.\n@param deviceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the device.
\n@return The ID of the device.\n@deprecated Use {@link #deviceId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceId(String)}\n",
"documentation" : "The ID of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeviceId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceId",
"fluentSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceId",
"getterDocumentation" : "The ID of the device.
\n@return The ID of the device.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DeviceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.",
"setterMethodName" : "setDeviceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : "The ID of the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"GlobalNetworkId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LinkId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLinkId",
"beanStyleSetterMethodName" : "setLinkId",
"c2jName" : "LinkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the link.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkId(String)}.\n@param linkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the link.
\n@return The ID of the link.\n@deprecated Use {@link #linkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #linkId(String)}\n",
"documentation" : "The ID of the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LinkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLinkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "linkId",
"fluentSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "linkId",
"getterDocumentation" : "The ID of the link.
\n@return The ID of the link.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LinkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LinkId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LinkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.",
"setterMethodName" : "setLinkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : "The ID of the link.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCustomerGatewayArn",
"beanStyleSetterMethodName" : "setCustomerGatewayArn",
"c2jName" : "CustomerGatewayArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customerGatewayArn(String)}.\n@param customerGatewayArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerGatewayArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\n@return The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.\n@deprecated Use {@link #customerGatewayArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerGatewayArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomerGatewayArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomerGatewayArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customerGatewayArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customerGatewayArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\n@return The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CustomerGatewayArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CustomerGatewayArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CustomerGatewayArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.",
"setterMethodName" : "setCustomerGatewayArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "customerGatewayArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "customerGatewayArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceId",
"beanStyleSetterMethodName" : "setDeviceId",
"c2jName" : "DeviceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the device.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deviceId(String)}.\n@param deviceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the device.
\n@return The ID of the device.\n@deprecated Use {@link #deviceId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceId(String)}\n",
"documentation" : "The ID of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeviceId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceId",
"fluentSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceId",
"getterDocumentation" : "The ID of the device.
\n@return The ID of the device.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DeviceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.",
"setterMethodName" : "setDeviceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : "The ID of the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLinkId",
"beanStyleSetterMethodName" : "setLinkId",
"c2jName" : "LinkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the link.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkId(String)}.\n@param linkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the link.
\n@return The ID of the link.\n@deprecated Use {@link #linkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #linkId(String)}\n",
"documentation" : "The ID of the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LinkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLinkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "linkId",
"fluentSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "linkId",
"getterDocumentation" : "The ID of the link.
\n@return The ID of the link.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LinkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LinkId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LinkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.",
"setterMethodName" : "setLinkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : "The ID of the link.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "CustomerGatewayArn", "GlobalNetworkId", "DeviceId" ],
"shapeName" : "AssociateCustomerGatewayRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociateCustomerGatewayRequest",
"variableName" : "associateCustomerGatewayRequest",
"variableType" : "AssociateCustomerGatewayRequest",
"documentation" : null,
"simpleType" : "AssociateCustomerGatewayRequest",
"variableSetterType" : "AssociateCustomerGatewayRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateCustomerGatewayResponse" : {
"c2jName" : "AssociateCustomerGatewayResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCustomerGatewayAssociation",
"beanStyleSetterMethodName" : "setCustomerGatewayAssociation",
"c2jName" : "CustomerGatewayAssociation",
"c2jShape" : "CustomerGatewayAssociation",
"defaultConsumerFluentSetterDocumentation" : "The customer gateway association.
\nThis is a convenience that creates an instance of the {@link CustomerGatewayAssociation.Builder} avoiding the need to create one manually via {@link CustomerGatewayAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomerGatewayAssociation.Builder#build()} is called immediately and its result is passed to {@link #customerGatewayAssociation(CustomerGatewayAssociation)}.\n@param customerGatewayAssociation a consumer that will call methods on {@link CustomerGatewayAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerGatewayAssociation(CustomerGatewayAssociation)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The customer gateway association.
\n@return The customer gateway association.\n@deprecated Use {@link #customerGatewayAssociation()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The customer gateway association.
\n@param customerGatewayAssociation The customer gateway association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerGatewayAssociation(CustomerGatewayAssociation)}\n",
"documentation" : "The customer gateway association.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomerGatewayAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomerGatewayAssociation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customerGatewayAssociation",
"fluentSetterDocumentation" : "The customer gateway association.
\n@param customerGatewayAssociation The customer gateway association.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customerGatewayAssociation",
"getterDocumentation" : "The customer gateway association.
\n@return The customer gateway association.",
"getterModel" : {
"returnType" : "CustomerGatewayAssociation",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CustomerGatewayAssociation",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CustomerGatewayAssociation",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CustomerGatewayAssociation",
"sensitive" : false,
"setterDocumentation" : "The customer gateway association.
\n@param customerGatewayAssociation The customer gateway association.",
"setterMethodName" : "setCustomerGatewayAssociation",
"setterModel" : {
"variableDeclarationType" : "CustomerGatewayAssociation",
"variableName" : "customerGatewayAssociation",
"variableType" : "CustomerGatewayAssociation",
"documentation" : null,
"simpleType" : "CustomerGatewayAssociation",
"variableSetterType" : "CustomerGatewayAssociation"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CustomerGatewayAssociation",
"variableName" : "customerGatewayAssociation",
"variableType" : "CustomerGatewayAssociation",
"documentation" : "The customer gateway association.
",
"simpleType" : "CustomerGatewayAssociation",
"variableSetterType" : "CustomerGatewayAssociation"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CustomerGatewayAssociation" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCustomerGatewayAssociation",
"beanStyleSetterMethodName" : "setCustomerGatewayAssociation",
"c2jName" : "CustomerGatewayAssociation",
"c2jShape" : "CustomerGatewayAssociation",
"defaultConsumerFluentSetterDocumentation" : "The customer gateway association.
\nThis is a convenience that creates an instance of the {@link CustomerGatewayAssociation.Builder} avoiding the need to create one manually via {@link CustomerGatewayAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomerGatewayAssociation.Builder#build()} is called immediately and its result is passed to {@link #customerGatewayAssociation(CustomerGatewayAssociation)}.\n@param customerGatewayAssociation a consumer that will call methods on {@link CustomerGatewayAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerGatewayAssociation(CustomerGatewayAssociation)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The customer gateway association.
\n@return The customer gateway association.\n@deprecated Use {@link #customerGatewayAssociation()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The customer gateway association.
\n@param customerGatewayAssociation The customer gateway association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerGatewayAssociation(CustomerGatewayAssociation)}\n",
"documentation" : "The customer gateway association.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomerGatewayAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomerGatewayAssociation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customerGatewayAssociation",
"fluentSetterDocumentation" : "The customer gateway association.
\n@param customerGatewayAssociation The customer gateway association.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customerGatewayAssociation",
"getterDocumentation" : "The customer gateway association.
\n@return The customer gateway association.",
"getterModel" : {
"returnType" : "CustomerGatewayAssociation",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CustomerGatewayAssociation",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CustomerGatewayAssociation",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CustomerGatewayAssociation",
"sensitive" : false,
"setterDocumentation" : "The customer gateway association.
\n@param customerGatewayAssociation The customer gateway association.",
"setterMethodName" : "setCustomerGatewayAssociation",
"setterModel" : {
"variableDeclarationType" : "CustomerGatewayAssociation",
"variableName" : "customerGatewayAssociation",
"variableType" : "CustomerGatewayAssociation",
"documentation" : null,
"simpleType" : "CustomerGatewayAssociation",
"variableSetterType" : "CustomerGatewayAssociation"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CustomerGatewayAssociation",
"variableName" : "customerGatewayAssociation",
"variableType" : "CustomerGatewayAssociation",
"documentation" : "The customer gateway association.
",
"simpleType" : "CustomerGatewayAssociation",
"variableSetterType" : "CustomerGatewayAssociation"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCustomerGatewayAssociation",
"beanStyleSetterMethodName" : "setCustomerGatewayAssociation",
"c2jName" : "CustomerGatewayAssociation",
"c2jShape" : "CustomerGatewayAssociation",
"defaultConsumerFluentSetterDocumentation" : "The customer gateway association.
\nThis is a convenience that creates an instance of the {@link CustomerGatewayAssociation.Builder} avoiding the need to create one manually via {@link CustomerGatewayAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomerGatewayAssociation.Builder#build()} is called immediately and its result is passed to {@link #customerGatewayAssociation(CustomerGatewayAssociation)}.\n@param customerGatewayAssociation a consumer that will call methods on {@link CustomerGatewayAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerGatewayAssociation(CustomerGatewayAssociation)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The customer gateway association.
\n@return The customer gateway association.\n@deprecated Use {@link #customerGatewayAssociation()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The customer gateway association.
\n@param customerGatewayAssociation The customer gateway association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerGatewayAssociation(CustomerGatewayAssociation)}\n",
"documentation" : "The customer gateway association.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomerGatewayAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomerGatewayAssociation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customerGatewayAssociation",
"fluentSetterDocumentation" : "The customer gateway association.
\n@param customerGatewayAssociation The customer gateway association.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customerGatewayAssociation",
"getterDocumentation" : "The customer gateway association.
\n@return The customer gateway association.",
"getterModel" : {
"returnType" : "CustomerGatewayAssociation",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CustomerGatewayAssociation",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CustomerGatewayAssociation",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CustomerGatewayAssociation",
"sensitive" : false,
"setterDocumentation" : "The customer gateway association.
\n@param customerGatewayAssociation The customer gateway association.",
"setterMethodName" : "setCustomerGatewayAssociation",
"setterModel" : {
"variableDeclarationType" : "CustomerGatewayAssociation",
"variableName" : "customerGatewayAssociation",
"variableType" : "CustomerGatewayAssociation",
"documentation" : null,
"simpleType" : "CustomerGatewayAssociation",
"variableSetterType" : "CustomerGatewayAssociation"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CustomerGatewayAssociation",
"variableName" : "customerGatewayAssociation",
"variableType" : "CustomerGatewayAssociation",
"documentation" : "The customer gateway association.
",
"simpleType" : "CustomerGatewayAssociation",
"variableSetterType" : "CustomerGatewayAssociation"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AssociateCustomerGatewayResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AssociateCustomerGatewayResponse",
"variableName" : "associateCustomerGatewayResponse",
"variableType" : "AssociateCustomerGatewayResponse",
"documentation" : null,
"simpleType" : "AssociateCustomerGatewayResponse",
"variableSetterType" : "AssociateCustomerGatewayResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateLinkRequest" : {
"c2jName" : "AssociateLinkRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "AssociateLink",
"locationName" : null,
"requestUri" : "/global-networks/{globalNetworkId}/link-associations",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceId",
"beanStyleSetterMethodName" : "setDeviceId",
"c2jName" : "DeviceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the device.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deviceId(String)}.\n@param deviceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the device.
\n@return The ID of the device.\n@deprecated Use {@link #deviceId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceId(String)}\n",
"documentation" : "The ID of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeviceId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceId",
"fluentSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceId",
"getterDocumentation" : "The ID of the device.
\n@return The ID of the device.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DeviceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.",
"setterMethodName" : "setDeviceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : "The ID of the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLinkId",
"beanStyleSetterMethodName" : "setLinkId",
"c2jName" : "LinkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the link.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkId(String)}.\n@param linkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the link.
\n@return The ID of the link.\n@deprecated Use {@link #linkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #linkId(String)}\n",
"documentation" : "The ID of the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LinkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLinkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "linkId",
"fluentSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "linkId",
"getterDocumentation" : "The ID of the link.
\n@return The ID of the link.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LinkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LinkId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LinkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.",
"setterMethodName" : "setLinkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : "The ID of the link.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DeviceId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceId",
"beanStyleSetterMethodName" : "setDeviceId",
"c2jName" : "DeviceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the device.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deviceId(String)}.\n@param deviceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the device.
\n@return The ID of the device.\n@deprecated Use {@link #deviceId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceId(String)}\n",
"documentation" : "The ID of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeviceId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceId",
"fluentSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceId",
"getterDocumentation" : "The ID of the device.
\n@return The ID of the device.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DeviceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.",
"setterMethodName" : "setDeviceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : "The ID of the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"GlobalNetworkId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LinkId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLinkId",
"beanStyleSetterMethodName" : "setLinkId",
"c2jName" : "LinkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the link.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkId(String)}.\n@param linkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the link.
\n@return The ID of the link.\n@deprecated Use {@link #linkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #linkId(String)}\n",
"documentation" : "The ID of the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LinkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLinkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "linkId",
"fluentSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "linkId",
"getterDocumentation" : "The ID of the link.
\n@return The ID of the link.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LinkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LinkId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LinkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.",
"setterMethodName" : "setLinkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : "The ID of the link.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceId",
"beanStyleSetterMethodName" : "setDeviceId",
"c2jName" : "DeviceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the device.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deviceId(String)}.\n@param deviceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the device.
\n@return The ID of the device.\n@deprecated Use {@link #deviceId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceId(String)}\n",
"documentation" : "The ID of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeviceId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceId",
"fluentSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceId",
"getterDocumentation" : "The ID of the device.
\n@return The ID of the device.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DeviceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.",
"setterMethodName" : "setDeviceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : "The ID of the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLinkId",
"beanStyleSetterMethodName" : "setLinkId",
"c2jName" : "LinkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the link.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkId(String)}.\n@param linkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the link.
\n@return The ID of the link.\n@deprecated Use {@link #linkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #linkId(String)}\n",
"documentation" : "The ID of the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LinkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLinkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "linkId",
"fluentSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "linkId",
"getterDocumentation" : "The ID of the link.
\n@return The ID of the link.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LinkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LinkId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LinkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.",
"setterMethodName" : "setLinkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : "The ID of the link.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "GlobalNetworkId", "DeviceId", "LinkId" ],
"shapeName" : "AssociateLinkRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociateLinkRequest",
"variableName" : "associateLinkRequest",
"variableType" : "AssociateLinkRequest",
"documentation" : null,
"simpleType" : "AssociateLinkRequest",
"variableSetterType" : "AssociateLinkRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateLinkResponse" : {
"c2jName" : "AssociateLinkResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLinkAssociation",
"beanStyleSetterMethodName" : "setLinkAssociation",
"c2jName" : "LinkAssociation",
"c2jShape" : "LinkAssociation",
"defaultConsumerFluentSetterDocumentation" : "The link association.
\nThis is a convenience that creates an instance of the {@link LinkAssociation.Builder} avoiding the need to create one manually via {@link LinkAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link LinkAssociation.Builder#build()} is called immediately and its result is passed to {@link #linkAssociation(LinkAssociation)}.\n@param linkAssociation a consumer that will call methods on {@link LinkAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkAssociation(LinkAssociation)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The link association.
\n@return The link association.\n@deprecated Use {@link #linkAssociation()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The link association.
\n@param linkAssociation The link association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #linkAssociation(LinkAssociation)}\n",
"documentation" : "The link association.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LinkAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLinkAssociation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "linkAssociation",
"fluentSetterDocumentation" : "The link association.
\n@param linkAssociation The link association.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "linkAssociation",
"getterDocumentation" : "The link association.
\n@return The link association.",
"getterModel" : {
"returnType" : "LinkAssociation",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LinkAssociation",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LinkAssociation",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "LinkAssociation",
"sensitive" : false,
"setterDocumentation" : "The link association.
\n@param linkAssociation The link association.",
"setterMethodName" : "setLinkAssociation",
"setterModel" : {
"variableDeclarationType" : "LinkAssociation",
"variableName" : "linkAssociation",
"variableType" : "LinkAssociation",
"documentation" : null,
"simpleType" : "LinkAssociation",
"variableSetterType" : "LinkAssociation"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "LinkAssociation",
"variableName" : "linkAssociation",
"variableType" : "LinkAssociation",
"documentation" : "The link association.
",
"simpleType" : "LinkAssociation",
"variableSetterType" : "LinkAssociation"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LinkAssociation" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLinkAssociation",
"beanStyleSetterMethodName" : "setLinkAssociation",
"c2jName" : "LinkAssociation",
"c2jShape" : "LinkAssociation",
"defaultConsumerFluentSetterDocumentation" : "The link association.
\nThis is a convenience that creates an instance of the {@link LinkAssociation.Builder} avoiding the need to create one manually via {@link LinkAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link LinkAssociation.Builder#build()} is called immediately and its result is passed to {@link #linkAssociation(LinkAssociation)}.\n@param linkAssociation a consumer that will call methods on {@link LinkAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkAssociation(LinkAssociation)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The link association.
\n@return The link association.\n@deprecated Use {@link #linkAssociation()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The link association.
\n@param linkAssociation The link association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #linkAssociation(LinkAssociation)}\n",
"documentation" : "The link association.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LinkAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLinkAssociation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "linkAssociation",
"fluentSetterDocumentation" : "The link association.
\n@param linkAssociation The link association.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "linkAssociation",
"getterDocumentation" : "The link association.
\n@return The link association.",
"getterModel" : {
"returnType" : "LinkAssociation",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LinkAssociation",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LinkAssociation",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "LinkAssociation",
"sensitive" : false,
"setterDocumentation" : "The link association.
\n@param linkAssociation The link association.",
"setterMethodName" : "setLinkAssociation",
"setterModel" : {
"variableDeclarationType" : "LinkAssociation",
"variableName" : "linkAssociation",
"variableType" : "LinkAssociation",
"documentation" : null,
"simpleType" : "LinkAssociation",
"variableSetterType" : "LinkAssociation"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "LinkAssociation",
"variableName" : "linkAssociation",
"variableType" : "LinkAssociation",
"documentation" : "The link association.
",
"simpleType" : "LinkAssociation",
"variableSetterType" : "LinkAssociation"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLinkAssociation",
"beanStyleSetterMethodName" : "setLinkAssociation",
"c2jName" : "LinkAssociation",
"c2jShape" : "LinkAssociation",
"defaultConsumerFluentSetterDocumentation" : "The link association.
\nThis is a convenience that creates an instance of the {@link LinkAssociation.Builder} avoiding the need to create one manually via {@link LinkAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link LinkAssociation.Builder#build()} is called immediately and its result is passed to {@link #linkAssociation(LinkAssociation)}.\n@param linkAssociation a consumer that will call methods on {@link LinkAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkAssociation(LinkAssociation)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The link association.
\n@return The link association.\n@deprecated Use {@link #linkAssociation()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The link association.
\n@param linkAssociation The link association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #linkAssociation(LinkAssociation)}\n",
"documentation" : "The link association.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LinkAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLinkAssociation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "linkAssociation",
"fluentSetterDocumentation" : "The link association.
\n@param linkAssociation The link association.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "linkAssociation",
"getterDocumentation" : "The link association.
\n@return The link association.",
"getterModel" : {
"returnType" : "LinkAssociation",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LinkAssociation",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LinkAssociation",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "LinkAssociation",
"sensitive" : false,
"setterDocumentation" : "The link association.
\n@param linkAssociation The link association.",
"setterMethodName" : "setLinkAssociation",
"setterModel" : {
"variableDeclarationType" : "LinkAssociation",
"variableName" : "linkAssociation",
"variableType" : "LinkAssociation",
"documentation" : null,
"simpleType" : "LinkAssociation",
"variableSetterType" : "LinkAssociation"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "LinkAssociation",
"variableName" : "linkAssociation",
"variableType" : "LinkAssociation",
"documentation" : "The link association.
",
"simpleType" : "LinkAssociation",
"variableSetterType" : "LinkAssociation"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AssociateLinkResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AssociateLinkResponse",
"variableName" : "associateLinkResponse",
"variableType" : "AssociateLinkResponse",
"documentation" : null,
"simpleType" : "AssociateLinkResponse",
"variableSetterType" : "AssociateLinkResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"Bandwidth" : {
"c2jName" : "Bandwidth",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes bandwidth information.
",
"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" : "getUploadSpeed",
"beanStyleSetterMethodName" : "setUploadSpeed",
"c2jName" : "UploadSpeed",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "Upload speed in Mbps.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #uploadSpeed(Integer)}.\n@param uploadSpeed a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadSpeed(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Upload speed in Mbps.
\n@return Upload speed in Mbps.\n@deprecated Use {@link #uploadSpeed()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Upload speed in Mbps.
\n@param uploadSpeed Upload speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #uploadSpeed(Integer)}\n",
"documentation" : "Upload speed in Mbps.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the UploadSpeed property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasUploadSpeed",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "uploadSpeed",
"fluentSetterDocumentation" : "Upload speed in Mbps.
\n@param uploadSpeed Upload speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "uploadSpeed",
"getterDocumentation" : "Upload speed in Mbps.
\n@return Upload speed in Mbps.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "UploadSpeed",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "UploadSpeed",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "UploadSpeed",
"sensitive" : false,
"setterDocumentation" : "Upload speed in Mbps.
\n@param uploadSpeed Upload speed in Mbps.",
"setterMethodName" : "setUploadSpeed",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "uploadSpeed",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "uploadSpeed",
"variableType" : "Integer",
"documentation" : "Upload speed in Mbps.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadSpeed",
"beanStyleSetterMethodName" : "setDownloadSpeed",
"c2jName" : "DownloadSpeed",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "Download speed in Mbps.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #downloadSpeed(Integer)}.\n@param downloadSpeed a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #downloadSpeed(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Download speed in Mbps.
\n@return Download speed in Mbps.\n@deprecated Use {@link #downloadSpeed()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Download speed in Mbps.
\n@param downloadSpeed Download speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadSpeed(Integer)}\n",
"documentation" : "Download speed in Mbps.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadSpeed property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDownloadSpeed",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadSpeed",
"fluentSetterDocumentation" : "Download speed in Mbps.
\n@param downloadSpeed Download speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadSpeed",
"getterDocumentation" : "Download speed in Mbps.
\n@return Download speed in Mbps.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DownloadSpeed",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadSpeed",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "DownloadSpeed",
"sensitive" : false,
"setterDocumentation" : "Download speed in Mbps.
\n@param downloadSpeed Download speed in Mbps.",
"setterMethodName" : "setDownloadSpeed",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "downloadSpeed",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "downloadSpeed",
"variableType" : "Integer",
"documentation" : "Download speed in Mbps.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DownloadSpeed" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadSpeed",
"beanStyleSetterMethodName" : "setDownloadSpeed",
"c2jName" : "DownloadSpeed",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "Download speed in Mbps.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #downloadSpeed(Integer)}.\n@param downloadSpeed a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #downloadSpeed(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Download speed in Mbps.
\n@return Download speed in Mbps.\n@deprecated Use {@link #downloadSpeed()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Download speed in Mbps.
\n@param downloadSpeed Download speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadSpeed(Integer)}\n",
"documentation" : "Download speed in Mbps.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadSpeed property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDownloadSpeed",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadSpeed",
"fluentSetterDocumentation" : "Download speed in Mbps.
\n@param downloadSpeed Download speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadSpeed",
"getterDocumentation" : "Download speed in Mbps.
\n@return Download speed in Mbps.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DownloadSpeed",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadSpeed",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "DownloadSpeed",
"sensitive" : false,
"setterDocumentation" : "Download speed in Mbps.
\n@param downloadSpeed Download speed in Mbps.",
"setterMethodName" : "setDownloadSpeed",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "downloadSpeed",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "downloadSpeed",
"variableType" : "Integer",
"documentation" : "Download speed in Mbps.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"UploadSpeed" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getUploadSpeed",
"beanStyleSetterMethodName" : "setUploadSpeed",
"c2jName" : "UploadSpeed",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "Upload speed in Mbps.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #uploadSpeed(Integer)}.\n@param uploadSpeed a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadSpeed(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Upload speed in Mbps.
\n@return Upload speed in Mbps.\n@deprecated Use {@link #uploadSpeed()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Upload speed in Mbps.
\n@param uploadSpeed Upload speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #uploadSpeed(Integer)}\n",
"documentation" : "Upload speed in Mbps.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the UploadSpeed property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasUploadSpeed",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "uploadSpeed",
"fluentSetterDocumentation" : "Upload speed in Mbps.
\n@param uploadSpeed Upload speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "uploadSpeed",
"getterDocumentation" : "Upload speed in Mbps.
\n@return Upload speed in Mbps.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "UploadSpeed",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "UploadSpeed",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "UploadSpeed",
"sensitive" : false,
"setterDocumentation" : "Upload speed in Mbps.
\n@param uploadSpeed Upload speed in Mbps.",
"setterMethodName" : "setUploadSpeed",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "uploadSpeed",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "uploadSpeed",
"variableType" : "Integer",
"documentation" : "Upload speed in Mbps.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getUploadSpeed",
"beanStyleSetterMethodName" : "setUploadSpeed",
"c2jName" : "UploadSpeed",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "Upload speed in Mbps.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #uploadSpeed(Integer)}.\n@param uploadSpeed a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadSpeed(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Upload speed in Mbps.
\n@return Upload speed in Mbps.\n@deprecated Use {@link #uploadSpeed()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Upload speed in Mbps.
\n@param uploadSpeed Upload speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #uploadSpeed(Integer)}\n",
"documentation" : "Upload speed in Mbps.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the UploadSpeed property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasUploadSpeed",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "uploadSpeed",
"fluentSetterDocumentation" : "Upload speed in Mbps.
\n@param uploadSpeed Upload speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "uploadSpeed",
"getterDocumentation" : "Upload speed in Mbps.
\n@return Upload speed in Mbps.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "UploadSpeed",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "UploadSpeed",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "UploadSpeed",
"sensitive" : false,
"setterDocumentation" : "Upload speed in Mbps.
\n@param uploadSpeed Upload speed in Mbps.",
"setterMethodName" : "setUploadSpeed",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "uploadSpeed",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "uploadSpeed",
"variableType" : "Integer",
"documentation" : "Upload speed in Mbps.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadSpeed",
"beanStyleSetterMethodName" : "setDownloadSpeed",
"c2jName" : "DownloadSpeed",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "Download speed in Mbps.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #downloadSpeed(Integer)}.\n@param downloadSpeed a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #downloadSpeed(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Download speed in Mbps.
\n@return Download speed in Mbps.\n@deprecated Use {@link #downloadSpeed()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Download speed in Mbps.
\n@param downloadSpeed Download speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadSpeed(Integer)}\n",
"documentation" : "Download speed in Mbps.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadSpeed property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDownloadSpeed",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadSpeed",
"fluentSetterDocumentation" : "Download speed in Mbps.
\n@param downloadSpeed Download speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadSpeed",
"getterDocumentation" : "Download speed in Mbps.
\n@return Download speed in Mbps.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DownloadSpeed",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadSpeed",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "DownloadSpeed",
"sensitive" : false,
"setterDocumentation" : "Download speed in Mbps.
\n@param downloadSpeed Download speed in Mbps.",
"setterMethodName" : "setDownloadSpeed",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "downloadSpeed",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "downloadSpeed",
"variableType" : "Integer",
"documentation" : "Download speed in Mbps.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Bandwidth",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Bandwidth",
"variableName" : "bandwidth",
"variableType" : "Bandwidth",
"documentation" : null,
"simpleType" : "Bandwidth",
"variableSetterType" : "Bandwidth"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ConflictException" : {
"c2jName" : "ConflictException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "ConflictException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 409,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceId",
"beanStyleSetterMethodName" : "setResourceId",
"c2jName" : "ResourceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceId(String)}.\n@param resourceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the resource.
\n@return The ID of the resource.\n@deprecated Use {@link #resourceId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the resource.
\n@param resourceId The ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceId(String)}\n",
"documentation" : "The ID of the resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceId",
"fluentSetterDocumentation" : "The ID of the resource.
\n@param resourceId The ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceId",
"getterDocumentation" : "The ID of the resource.
\n@return The ID of the resource.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the resource.
\n@param resourceId The ID of the resource.",
"setterMethodName" : "setResourceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceId",
"variableType" : "String",
"documentation" : "The ID of the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceType",
"beanStyleSetterMethodName" : "setResourceType",
"c2jName" : "ResourceType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The resource 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The resource type.
\n@return The resource type.\n@deprecated Use {@link #resourceType()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The resource type.
\n@param resourceType The resource type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceType(String)}\n",
"documentation" : "The resource type.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceType",
"fluentSetterDocumentation" : "The resource type.
\n@param resourceType The resource type.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceType",
"getterDocumentation" : "The resource type.
\n@return The resource type.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceType",
"sensitive" : false,
"setterDocumentation" : "The resource type.
\n@param resourceType The resource type.",
"setterMethodName" : "setResourceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceType",
"variableType" : "String",
"documentation" : "The resource type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceId",
"beanStyleSetterMethodName" : "setResourceId",
"c2jName" : "ResourceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceId(String)}.\n@param resourceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the resource.
\n@return The ID of the resource.\n@deprecated Use {@link #resourceId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the resource.
\n@param resourceId The ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceId(String)}\n",
"documentation" : "The ID of the resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceId",
"fluentSetterDocumentation" : "The ID of the resource.
\n@param resourceId The ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceId",
"getterDocumentation" : "The ID of the resource.
\n@return The ID of the resource.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the resource.
\n@param resourceId The ID of the resource.",
"setterMethodName" : "setResourceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceId",
"variableType" : "String",
"documentation" : "The ID of the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ResourceType" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceType",
"beanStyleSetterMethodName" : "setResourceType",
"c2jName" : "ResourceType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The resource 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The resource type.
\n@return The resource type.\n@deprecated Use {@link #resourceType()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The resource type.
\n@param resourceType The resource type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceType(String)}\n",
"documentation" : "The resource type.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceType",
"fluentSetterDocumentation" : "The resource type.
\n@param resourceType The resource type.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceType",
"getterDocumentation" : "The resource type.
\n@return The resource type.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceType",
"sensitive" : false,
"setterDocumentation" : "The resource type.
\n@param resourceType The resource type.",
"setterMethodName" : "setResourceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceType",
"variableType" : "String",
"documentation" : "The resource type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceId",
"beanStyleSetterMethodName" : "setResourceId",
"c2jName" : "ResourceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceId(String)}.\n@param resourceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the resource.
\n@return The ID of the resource.\n@deprecated Use {@link #resourceId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the resource.
\n@param resourceId The ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceId(String)}\n",
"documentation" : "The ID of the resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceId",
"fluentSetterDocumentation" : "The ID of the resource.
\n@param resourceId The ID of the resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceId",
"getterDocumentation" : "The ID of the resource.
\n@return The ID of the resource.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the resource.
\n@param resourceId The ID of the resource.",
"setterMethodName" : "setResourceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceId",
"variableType" : "String",
"documentation" : "The ID of the resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceType",
"beanStyleSetterMethodName" : "setResourceType",
"c2jName" : "ResourceType",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The resource 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 #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The resource type.
\n@return The resource type.\n@deprecated Use {@link #resourceType()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The resource type.
\n@param resourceType The resource type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceType(String)}\n",
"documentation" : "The resource type.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceType",
"fluentSetterDocumentation" : "The resource type.
\n@param resourceType The resource type.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceType",
"getterDocumentation" : "The resource type.
\n@return The resource type.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceType",
"sensitive" : false,
"setterDocumentation" : "The resource type.
\n@param resourceType The resource type.",
"setterMethodName" : "setResourceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceType",
"variableType" : "String",
"documentation" : "The resource type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Message", "ResourceId", "ResourceType" ],
"shapeName" : "ConflictException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConflictException",
"variableName" : "conflictException",
"variableType" : "ConflictException",
"documentation" : null,
"simpleType" : "ConflictException",
"variableSetterType" : "ConflictException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateDeviceRequest" : {
"c2jName" : "CreateDeviceRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateDevice",
"locationName" : null,
"requestUri" : "/global-networks/{globalNetworkId}/devices",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A description of the device.
Length Constraints: Maximum length of 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of the device.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the device. Length Constraints: Maximum length of 256 characters.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
A description of the device.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the device. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "
A description of the device.
Length Constraints: Maximum length of 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the device.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the device. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "
A description of the device.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the device. Length Constraints: Maximum length of 256 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "
A description of the device.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the device. Length Constraints: Maximum length of 256 characters.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "
A description of the device.
Length Constraints: Maximum length of 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getType",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "Type",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The type of the device.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #type(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of the device.
\n@return The type of the device.\n@deprecated Use {@link #type()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of the device.
\n@param type The type of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #type(String)}\n",
"documentation" : "The type of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "type",
"fluentSetterDocumentation" : "The type of the device.
\n@param type The type of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "The type of the device.
\n@return The type of the device.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "The type of the device.
\n@param type The type of the device.",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "The type of the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVendor",
"beanStyleSetterMethodName" : "setVendor",
"c2jName" : "Vendor",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vendor(String)}.\n@param vendor a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vendor(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The vendor of the device. Length Constraints: Maximum length of 128 characters.\n@deprecated Use {@link #vendor()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\n@param vendor The vendor of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vendor(String)}\n",
"documentation" : "
The vendor of the device.
Length Constraints: Maximum length of 128 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Vendor property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVendor",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vendor",
"fluentSetterDocumentation" : "The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\n@param vendor The vendor of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vendor",
"getterDocumentation" : "
The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The vendor of the device. Length Constraints: Maximum length of 128 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Vendor",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Vendor",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Vendor",
"sensitive" : false,
"setterDocumentation" : "
The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\n@param vendor The vendor of the device. Length Constraints: Maximum length of 128 characters.",
"setterMethodName" : "setVendor",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vendor",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vendor",
"variableType" : "String",
"documentation" : "
The vendor of the device.
Length Constraints: Maximum length of 128 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getModel",
"beanStyleSetterMethodName" : "setModel",
"c2jName" : "Model",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The model of the device.
Length Constraints: Maximum length of 128 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #model(String)}.\n@param model a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #model(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The model of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The model of the device. Length Constraints: Maximum length of 128 characters.\n@deprecated Use {@link #model()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The model of the device.
Length Constraints: Maximum length of 128 characters.
\n@param model The model of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #model(String)}\n",
"documentation" : "
The model of the device.
Length Constraints: Maximum length of 128 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Model property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasModel",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "model",
"fluentSetterDocumentation" : "The model of the device.
Length Constraints: Maximum length of 128 characters.
\n@param model The model of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "model",
"getterDocumentation" : "
The model of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The model of the device. Length Constraints: Maximum length of 128 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Model",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Model",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Model",
"sensitive" : false,
"setterDocumentation" : "
The model of the device.
Length Constraints: Maximum length of 128 characters.
\n@param model The model of the device. Length Constraints: Maximum length of 128 characters.",
"setterMethodName" : "setModel",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "model",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "model",
"variableType" : "String",
"documentation" : "
The model of the device.
Length Constraints: Maximum length of 128 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSerialNumber",
"beanStyleSetterMethodName" : "setSerialNumber",
"c2jName" : "SerialNumber",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serialNumber(String)}.\n@param serialNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serialNumber(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The serial number of the device. Length Constraints: Maximum length of 128 characters.\n@deprecated Use {@link #serialNumber()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\n@param serialNumber The serial number of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serialNumber(String)}\n",
"documentation" : "
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SerialNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSerialNumber",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serialNumber",
"fluentSetterDocumentation" : "The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\n@param serialNumber The serial number of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serialNumber",
"getterDocumentation" : "
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The serial number of the device. Length Constraints: Maximum length of 128 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SerialNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SerialNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SerialNumber",
"sensitive" : false,
"setterDocumentation" : "
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\n@param serialNumber The serial number of the device. Length Constraints: Maximum length of 128 characters.",
"setterMethodName" : "setSerialNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serialNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serialNumber",
"variableType" : "String",
"documentation" : "
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLocation",
"beanStyleSetterMethodName" : "setLocation",
"c2jName" : "Location",
"c2jShape" : "Location",
"defaultConsumerFluentSetterDocumentation" : "The location of the device.
\nThis is a convenience that creates an instance of the {@link Location.Builder} avoiding the need to create one manually via {@link Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link Location.Builder#build()} is called immediately and its result is passed to {@link #location(Location)}.\n@param location a consumer that will call methods on {@link Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(Location)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The location of the device.
\n@return The location of the device.\n@deprecated Use {@link #location()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The location of the device.
\n@param location The location of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(Location)}\n",
"documentation" : "The location of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLocation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "location",
"fluentSetterDocumentation" : "The location of the device.
\n@param location The location of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "location",
"getterDocumentation" : "The location of the device.
\n@return The location of the device.",
"getterModel" : {
"returnType" : "Location",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Location",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Location",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Location",
"sensitive" : false,
"setterDocumentation" : "The location of the device.
\n@param location The location of the device.",
"setterMethodName" : "setLocation",
"setterModel" : {
"variableDeclarationType" : "Location",
"variableName" : "location",
"variableType" : "Location",
"documentation" : null,
"simpleType" : "Location",
"variableSetterType" : "Location"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Location",
"variableName" : "location",
"variableType" : "Location",
"documentation" : "The location of the device.
",
"simpleType" : "Location",
"variableSetterType" : "Location"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSiteId",
"beanStyleSetterMethodName" : "setSiteId",
"c2jName" : "SiteId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the site.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #siteId(String)}.\n@param siteId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #siteId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the site.
\n@return The ID of the site.\n@deprecated Use {@link #siteId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #siteId(String)}\n",
"documentation" : "The ID of the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SiteId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSiteId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "siteId",
"fluentSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "siteId",
"getterDocumentation" : "The ID of the site.
\n@return The ID of the site.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SiteId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SiteId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SiteId",
"sensitive" : false,
"setterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.",
"setterMethodName" : "setSiteId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : "The ID of the site.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "The tags to apply to the resource during creation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "The tags to apply to the resource during creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tags to apply to the resource during creation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Description" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A description of the device.
Length Constraints: Maximum length of 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of the device.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the device. Length Constraints: Maximum length of 256 characters.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
A description of the device.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the device. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "
A description of the device.
Length Constraints: Maximum length of 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the device.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the device. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "
A description of the device.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the device. Length Constraints: Maximum length of 256 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "
A description of the device.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the device. Length Constraints: Maximum length of 256 characters.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "
A description of the device.
Length Constraints: Maximum length of 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"GlobalNetworkId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Location" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLocation",
"beanStyleSetterMethodName" : "setLocation",
"c2jName" : "Location",
"c2jShape" : "Location",
"defaultConsumerFluentSetterDocumentation" : "The location of the device.
\nThis is a convenience that creates an instance of the {@link Location.Builder} avoiding the need to create one manually via {@link Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link Location.Builder#build()} is called immediately and its result is passed to {@link #location(Location)}.\n@param location a consumer that will call methods on {@link Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(Location)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The location of the device.
\n@return The location of the device.\n@deprecated Use {@link #location()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The location of the device.
\n@param location The location of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(Location)}\n",
"documentation" : "The location of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLocation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "location",
"fluentSetterDocumentation" : "The location of the device.
\n@param location The location of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "location",
"getterDocumentation" : "The location of the device.
\n@return The location of the device.",
"getterModel" : {
"returnType" : "Location",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Location",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Location",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Location",
"sensitive" : false,
"setterDocumentation" : "The location of the device.
\n@param location The location of the device.",
"setterMethodName" : "setLocation",
"setterModel" : {
"variableDeclarationType" : "Location",
"variableName" : "location",
"variableType" : "Location",
"documentation" : null,
"simpleType" : "Location",
"variableSetterType" : "Location"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Location",
"variableName" : "location",
"variableType" : "Location",
"documentation" : "The location of the device.
",
"simpleType" : "Location",
"variableSetterType" : "Location"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Model" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getModel",
"beanStyleSetterMethodName" : "setModel",
"c2jName" : "Model",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The model of the device.
Length Constraints: Maximum length of 128 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #model(String)}.\n@param model a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #model(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The model of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The model of the device. Length Constraints: Maximum length of 128 characters.\n@deprecated Use {@link #model()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The model of the device.
Length Constraints: Maximum length of 128 characters.
\n@param model The model of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #model(String)}\n",
"documentation" : "
The model of the device.
Length Constraints: Maximum length of 128 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Model property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasModel",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "model",
"fluentSetterDocumentation" : "The model of the device.
Length Constraints: Maximum length of 128 characters.
\n@param model The model of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "model",
"getterDocumentation" : "
The model of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The model of the device. Length Constraints: Maximum length of 128 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Model",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Model",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Model",
"sensitive" : false,
"setterDocumentation" : "
The model of the device.
Length Constraints: Maximum length of 128 characters.
\n@param model The model of the device. Length Constraints: Maximum length of 128 characters.",
"setterMethodName" : "setModel",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "model",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "model",
"variableType" : "String",
"documentation" : "
The model of the device.
Length Constraints: Maximum length of 128 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SerialNumber" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSerialNumber",
"beanStyleSetterMethodName" : "setSerialNumber",
"c2jName" : "SerialNumber",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serialNumber(String)}.\n@param serialNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serialNumber(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The serial number of the device. Length Constraints: Maximum length of 128 characters.\n@deprecated Use {@link #serialNumber()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\n@param serialNumber The serial number of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serialNumber(String)}\n",
"documentation" : "
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SerialNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSerialNumber",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serialNumber",
"fluentSetterDocumentation" : "The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\n@param serialNumber The serial number of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serialNumber",
"getterDocumentation" : "
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The serial number of the device. Length Constraints: Maximum length of 128 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SerialNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SerialNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SerialNumber",
"sensitive" : false,
"setterDocumentation" : "
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\n@param serialNumber The serial number of the device. Length Constraints: Maximum length of 128 characters.",
"setterMethodName" : "setSerialNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serialNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serialNumber",
"variableType" : "String",
"documentation" : "
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SiteId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSiteId",
"beanStyleSetterMethodName" : "setSiteId",
"c2jName" : "SiteId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the site.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #siteId(String)}.\n@param siteId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #siteId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the site.
\n@return The ID of the site.\n@deprecated Use {@link #siteId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #siteId(String)}\n",
"documentation" : "The ID of the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SiteId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSiteId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "siteId",
"fluentSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "siteId",
"getterDocumentation" : "The ID of the site.
\n@return The ID of the site.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SiteId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SiteId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SiteId",
"sensitive" : false,
"setterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.",
"setterMethodName" : "setSiteId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : "The ID of the site.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Tags" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "The tags to apply to the resource during creation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "The tags to apply to the resource during creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tags to apply to the resource during creation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Type" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getType",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "Type",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The type of the device.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #type(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of the device.
\n@return The type of the device.\n@deprecated Use {@link #type()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of the device.
\n@param type The type of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #type(String)}\n",
"documentation" : "The type of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "type",
"fluentSetterDocumentation" : "The type of the device.
\n@param type The type of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "The type of the device.
\n@return The type of the device.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "The type of the device.
\n@param type The type of the device.",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "The type of the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Vendor" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVendor",
"beanStyleSetterMethodName" : "setVendor",
"c2jName" : "Vendor",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vendor(String)}.\n@param vendor a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vendor(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The vendor of the device. Length Constraints: Maximum length of 128 characters.\n@deprecated Use {@link #vendor()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\n@param vendor The vendor of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vendor(String)}\n",
"documentation" : "
The vendor of the device.
Length Constraints: Maximum length of 128 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Vendor property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVendor",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vendor",
"fluentSetterDocumentation" : "The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\n@param vendor The vendor of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vendor",
"getterDocumentation" : "
The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The vendor of the device. Length Constraints: Maximum length of 128 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Vendor",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Vendor",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Vendor",
"sensitive" : false,
"setterDocumentation" : "
The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\n@param vendor The vendor of the device. Length Constraints: Maximum length of 128 characters.",
"setterMethodName" : "setVendor",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vendor",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vendor",
"variableType" : "String",
"documentation" : "
The vendor of the device.
Length Constraints: Maximum length of 128 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A description of the device.
Length Constraints: Maximum length of 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of the device.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the device. Length Constraints: Maximum length of 256 characters.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
A description of the device.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the device. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "
A description of the device.
Length Constraints: Maximum length of 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the device.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the device. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "
A description of the device.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the device. Length Constraints: Maximum length of 256 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "
A description of the device.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the device. Length Constraints: Maximum length of 256 characters.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "
A description of the device.
Length Constraints: Maximum length of 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getType",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "Type",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The type of the device.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #type(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of the device.
\n@return The type of the device.\n@deprecated Use {@link #type()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of the device.
\n@param type The type of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #type(String)}\n",
"documentation" : "The type of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "type",
"fluentSetterDocumentation" : "The type of the device.
\n@param type The type of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "The type of the device.
\n@return The type of the device.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "The type of the device.
\n@param type The type of the device.",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "The type of the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVendor",
"beanStyleSetterMethodName" : "setVendor",
"c2jName" : "Vendor",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vendor(String)}.\n@param vendor a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vendor(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The vendor of the device. Length Constraints: Maximum length of 128 characters.\n@deprecated Use {@link #vendor()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\n@param vendor The vendor of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vendor(String)}\n",
"documentation" : "
The vendor of the device.
Length Constraints: Maximum length of 128 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Vendor property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVendor",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vendor",
"fluentSetterDocumentation" : "The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\n@param vendor The vendor of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vendor",
"getterDocumentation" : "
The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The vendor of the device. Length Constraints: Maximum length of 128 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Vendor",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Vendor",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Vendor",
"sensitive" : false,
"setterDocumentation" : "
The vendor of the device.
Length Constraints: Maximum length of 128 characters.
\n@param vendor The vendor of the device. Length Constraints: Maximum length of 128 characters.",
"setterMethodName" : "setVendor",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vendor",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vendor",
"variableType" : "String",
"documentation" : "
The vendor of the device.
Length Constraints: Maximum length of 128 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getModel",
"beanStyleSetterMethodName" : "setModel",
"c2jName" : "Model",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The model of the device.
Length Constraints: Maximum length of 128 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #model(String)}.\n@param model a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #model(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The model of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The model of the device. Length Constraints: Maximum length of 128 characters.\n@deprecated Use {@link #model()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The model of the device.
Length Constraints: Maximum length of 128 characters.
\n@param model The model of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #model(String)}\n",
"documentation" : "
The model of the device.
Length Constraints: Maximum length of 128 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Model property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasModel",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "model",
"fluentSetterDocumentation" : "The model of the device.
Length Constraints: Maximum length of 128 characters.
\n@param model The model of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "model",
"getterDocumentation" : "
The model of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The model of the device. Length Constraints: Maximum length of 128 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Model",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Model",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Model",
"sensitive" : false,
"setterDocumentation" : "
The model of the device.
Length Constraints: Maximum length of 128 characters.
\n@param model The model of the device. Length Constraints: Maximum length of 128 characters.",
"setterMethodName" : "setModel",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "model",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "model",
"variableType" : "String",
"documentation" : "
The model of the device.
Length Constraints: Maximum length of 128 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSerialNumber",
"beanStyleSetterMethodName" : "setSerialNumber",
"c2jName" : "SerialNumber",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serialNumber(String)}.\n@param serialNumber a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serialNumber(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The serial number of the device. Length Constraints: Maximum length of 128 characters.\n@deprecated Use {@link #serialNumber()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\n@param serialNumber The serial number of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #serialNumber(String)}\n",
"documentation" : "
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SerialNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSerialNumber",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serialNumber",
"fluentSetterDocumentation" : "The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\n@param serialNumber The serial number of the device. Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serialNumber",
"getterDocumentation" : "
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\n@return The serial number of the device. Length Constraints: Maximum length of 128 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SerialNumber",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SerialNumber",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SerialNumber",
"sensitive" : false,
"setterDocumentation" : "
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
\n@param serialNumber The serial number of the device. Length Constraints: Maximum length of 128 characters.",
"setterMethodName" : "setSerialNumber",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serialNumber",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serialNumber",
"variableType" : "String",
"documentation" : "
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLocation",
"beanStyleSetterMethodName" : "setLocation",
"c2jName" : "Location",
"c2jShape" : "Location",
"defaultConsumerFluentSetterDocumentation" : "The location of the device.
\nThis is a convenience that creates an instance of the {@link Location.Builder} avoiding the need to create one manually via {@link Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link Location.Builder#build()} is called immediately and its result is passed to {@link #location(Location)}.\n@param location a consumer that will call methods on {@link Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(Location)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The location of the device.
\n@return The location of the device.\n@deprecated Use {@link #location()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The location of the device.
\n@param location The location of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(Location)}\n",
"documentation" : "The location of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLocation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "location",
"fluentSetterDocumentation" : "The location of the device.
\n@param location The location of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "location",
"getterDocumentation" : "The location of the device.
\n@return The location of the device.",
"getterModel" : {
"returnType" : "Location",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Location",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Location",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Location",
"sensitive" : false,
"setterDocumentation" : "The location of the device.
\n@param location The location of the device.",
"setterMethodName" : "setLocation",
"setterModel" : {
"variableDeclarationType" : "Location",
"variableName" : "location",
"variableType" : "Location",
"documentation" : null,
"simpleType" : "Location",
"variableSetterType" : "Location"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Location",
"variableName" : "location",
"variableType" : "Location",
"documentation" : "The location of the device.
",
"simpleType" : "Location",
"variableSetterType" : "Location"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSiteId",
"beanStyleSetterMethodName" : "setSiteId",
"c2jName" : "SiteId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the site.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #siteId(String)}.\n@param siteId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #siteId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the site.
\n@return The ID of the site.\n@deprecated Use {@link #siteId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #siteId(String)}\n",
"documentation" : "The ID of the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SiteId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSiteId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "siteId",
"fluentSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "siteId",
"getterDocumentation" : "The ID of the site.
\n@return The ID of the site.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SiteId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SiteId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SiteId",
"sensitive" : false,
"setterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.",
"setterMethodName" : "setSiteId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : "The ID of the site.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "The tags to apply to the resource during creation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "The tags to apply to the resource during creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tags to apply to the resource during creation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "GlobalNetworkId" ],
"shapeName" : "CreateDeviceRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateDeviceRequest",
"variableName" : "createDeviceRequest",
"variableType" : "CreateDeviceRequest",
"documentation" : null,
"simpleType" : "CreateDeviceRequest",
"variableSetterType" : "CreateDeviceRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateDeviceResponse" : {
"c2jName" : "CreateDeviceResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDevice",
"beanStyleSetterMethodName" : "setDevice",
"c2jName" : "Device",
"c2jShape" : "Device",
"defaultConsumerFluentSetterDocumentation" : "Information about the device.
\nThis is a convenience that creates an instance of the {@link Device.Builder} avoiding the need to create one manually via {@link Device#builder()}.\n\nWhen the {@link Consumer} completes, {@link Device.Builder#build()} is called immediately and its result is passed to {@link #device(Device)}.\n@param device a consumer that will call methods on {@link Device.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #device(Device)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the device.
\n@return Information about the device.\n@deprecated Use {@link #device()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the device.
\n@param device Information about the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #device(Device)}\n",
"documentation" : "Information about the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Device property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDevice",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "device",
"fluentSetterDocumentation" : "Information about the device.
\n@param device Information about the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "device",
"getterDocumentation" : "Information about the device.
\n@return Information about the device.",
"getterModel" : {
"returnType" : "Device",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Device",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Device",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Device",
"sensitive" : false,
"setterDocumentation" : "Information about the device.
\n@param device Information about the device.",
"setterMethodName" : "setDevice",
"setterModel" : {
"variableDeclarationType" : "Device",
"variableName" : "device",
"variableType" : "Device",
"documentation" : null,
"simpleType" : "Device",
"variableSetterType" : "Device"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Device",
"variableName" : "device",
"variableType" : "Device",
"documentation" : "Information about the device.
",
"simpleType" : "Device",
"variableSetterType" : "Device"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Device" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDevice",
"beanStyleSetterMethodName" : "setDevice",
"c2jName" : "Device",
"c2jShape" : "Device",
"defaultConsumerFluentSetterDocumentation" : "Information about the device.
\nThis is a convenience that creates an instance of the {@link Device.Builder} avoiding the need to create one manually via {@link Device#builder()}.\n\nWhen the {@link Consumer} completes, {@link Device.Builder#build()} is called immediately and its result is passed to {@link #device(Device)}.\n@param device a consumer that will call methods on {@link Device.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #device(Device)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the device.
\n@return Information about the device.\n@deprecated Use {@link #device()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the device.
\n@param device Information about the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #device(Device)}\n",
"documentation" : "Information about the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Device property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDevice",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "device",
"fluentSetterDocumentation" : "Information about the device.
\n@param device Information about the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "device",
"getterDocumentation" : "Information about the device.
\n@return Information about the device.",
"getterModel" : {
"returnType" : "Device",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Device",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Device",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Device",
"sensitive" : false,
"setterDocumentation" : "Information about the device.
\n@param device Information about the device.",
"setterMethodName" : "setDevice",
"setterModel" : {
"variableDeclarationType" : "Device",
"variableName" : "device",
"variableType" : "Device",
"documentation" : null,
"simpleType" : "Device",
"variableSetterType" : "Device"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Device",
"variableName" : "device",
"variableType" : "Device",
"documentation" : "Information about the device.
",
"simpleType" : "Device",
"variableSetterType" : "Device"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDevice",
"beanStyleSetterMethodName" : "setDevice",
"c2jName" : "Device",
"c2jShape" : "Device",
"defaultConsumerFluentSetterDocumentation" : "Information about the device.
\nThis is a convenience that creates an instance of the {@link Device.Builder} avoiding the need to create one manually via {@link Device#builder()}.\n\nWhen the {@link Consumer} completes, {@link Device.Builder#build()} is called immediately and its result is passed to {@link #device(Device)}.\n@param device a consumer that will call methods on {@link Device.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #device(Device)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the device.
\n@return Information about the device.\n@deprecated Use {@link #device()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the device.
\n@param device Information about the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #device(Device)}\n",
"documentation" : "Information about the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Device property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDevice",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "device",
"fluentSetterDocumentation" : "Information about the device.
\n@param device Information about the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "device",
"getterDocumentation" : "Information about the device.
\n@return Information about the device.",
"getterModel" : {
"returnType" : "Device",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Device",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Device",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Device",
"sensitive" : false,
"setterDocumentation" : "Information about the device.
\n@param device Information about the device.",
"setterMethodName" : "setDevice",
"setterModel" : {
"variableDeclarationType" : "Device",
"variableName" : "device",
"variableType" : "Device",
"documentation" : null,
"simpleType" : "Device",
"variableSetterType" : "Device"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Device",
"variableName" : "device",
"variableType" : "Device",
"documentation" : "Information about the device.
",
"simpleType" : "Device",
"variableSetterType" : "Device"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateDeviceResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateDeviceResponse",
"variableName" : "createDeviceResponse",
"variableType" : "CreateDeviceResponse",
"documentation" : null,
"simpleType" : "CreateDeviceResponse",
"variableSetterType" : "CreateDeviceResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateGlobalNetworkRequest" : {
"c2jName" : "CreateGlobalNetworkRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateGlobalNetwork",
"locationName" : null,
"requestUri" : "/global-networks",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A description of the global network.
Length Constraints: Maximum length of 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of the global network.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the global network. Length Constraints: Maximum length of 256 characters.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
A description of the global network.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the global network. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "
A description of the global network.
Length Constraints: Maximum length of 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the global network.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the global network. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "
A description of the global network.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the global network. Length Constraints: Maximum length of 256 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "
A description of the global network.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the global network. Length Constraints: Maximum length of 256 characters.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "
A description of the global network.
Length Constraints: Maximum length of 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "The tags to apply to the resource during creation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "The tags to apply to the resource during creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tags to apply to the resource during creation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Description" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A description of the global network.
Length Constraints: Maximum length of 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of the global network.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the global network. Length Constraints: Maximum length of 256 characters.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
A description of the global network.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the global network. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "
A description of the global network.
Length Constraints: Maximum length of 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the global network.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the global network. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "
A description of the global network.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the global network. Length Constraints: Maximum length of 256 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "
A description of the global network.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the global network. Length Constraints: Maximum length of 256 characters.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "
A description of the global network.
Length Constraints: Maximum length of 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Tags" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "The tags to apply to the resource during creation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "The tags to apply to the resource during creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tags to apply to the resource during creation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A description of the global network.
Length Constraints: Maximum length of 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of the global network.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the global network. Length Constraints: Maximum length of 256 characters.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
A description of the global network.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the global network. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "
A description of the global network.
Length Constraints: Maximum length of 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the global network.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the global network. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "
A description of the global network.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the global network. Length Constraints: Maximum length of 256 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "
A description of the global network.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the global network. Length Constraints: Maximum length of 256 characters.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "
A description of the global network.
Length Constraints: Maximum length of 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "The tags to apply to the resource during creation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "The tags to apply to the resource during creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tags to apply to the resource during creation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateGlobalNetworkRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateGlobalNetworkRequest",
"variableName" : "createGlobalNetworkRequest",
"variableType" : "CreateGlobalNetworkRequest",
"documentation" : null,
"simpleType" : "CreateGlobalNetworkRequest",
"variableSetterType" : "CreateGlobalNetworkRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateGlobalNetworkResponse" : {
"c2jName" : "CreateGlobalNetworkResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetwork",
"beanStyleSetterMethodName" : "setGlobalNetwork",
"c2jName" : "GlobalNetwork",
"c2jShape" : "GlobalNetwork",
"defaultConsumerFluentSetterDocumentation" : "Information about the global network object.
\nThis is a convenience that creates an instance of the {@link GlobalNetwork.Builder} avoiding the need to create one manually via {@link GlobalNetwork#builder()}.\n\nWhen the {@link Consumer} completes, {@link GlobalNetwork.Builder#build()} is called immediately and its result is passed to {@link #globalNetwork(GlobalNetwork)}.\n@param globalNetwork a consumer that will call methods on {@link GlobalNetwork.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetwork(GlobalNetwork)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the global network object.
\n@return Information about the global network object.\n@deprecated Use {@link #globalNetwork()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the global network object.
\n@param globalNetwork Information about the global network object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetwork(GlobalNetwork)}\n",
"documentation" : "Information about the global network object.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetwork property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetwork",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetwork",
"fluentSetterDocumentation" : "Information about the global network object.
\n@param globalNetwork Information about the global network object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetwork",
"getterDocumentation" : "Information about the global network object.
\n@return Information about the global network object.",
"getterModel" : {
"returnType" : "GlobalNetwork",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "GlobalNetwork",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "GlobalNetwork",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "GlobalNetwork",
"sensitive" : false,
"setterDocumentation" : "Information about the global network object.
\n@param globalNetwork Information about the global network object.",
"setterMethodName" : "setGlobalNetwork",
"setterModel" : {
"variableDeclarationType" : "GlobalNetwork",
"variableName" : "globalNetwork",
"variableType" : "GlobalNetwork",
"documentation" : null,
"simpleType" : "GlobalNetwork",
"variableSetterType" : "GlobalNetwork"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "GlobalNetwork",
"variableName" : "globalNetwork",
"variableType" : "GlobalNetwork",
"documentation" : "Information about the global network object.
",
"simpleType" : "GlobalNetwork",
"variableSetterType" : "GlobalNetwork"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"GlobalNetwork" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetwork",
"beanStyleSetterMethodName" : "setGlobalNetwork",
"c2jName" : "GlobalNetwork",
"c2jShape" : "GlobalNetwork",
"defaultConsumerFluentSetterDocumentation" : "Information about the global network object.
\nThis is a convenience that creates an instance of the {@link GlobalNetwork.Builder} avoiding the need to create one manually via {@link GlobalNetwork#builder()}.\n\nWhen the {@link Consumer} completes, {@link GlobalNetwork.Builder#build()} is called immediately and its result is passed to {@link #globalNetwork(GlobalNetwork)}.\n@param globalNetwork a consumer that will call methods on {@link GlobalNetwork.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetwork(GlobalNetwork)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the global network object.
\n@return Information about the global network object.\n@deprecated Use {@link #globalNetwork()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the global network object.
\n@param globalNetwork Information about the global network object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetwork(GlobalNetwork)}\n",
"documentation" : "Information about the global network object.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetwork property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetwork",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetwork",
"fluentSetterDocumentation" : "Information about the global network object.
\n@param globalNetwork Information about the global network object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetwork",
"getterDocumentation" : "Information about the global network object.
\n@return Information about the global network object.",
"getterModel" : {
"returnType" : "GlobalNetwork",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "GlobalNetwork",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "GlobalNetwork",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "GlobalNetwork",
"sensitive" : false,
"setterDocumentation" : "Information about the global network object.
\n@param globalNetwork Information about the global network object.",
"setterMethodName" : "setGlobalNetwork",
"setterModel" : {
"variableDeclarationType" : "GlobalNetwork",
"variableName" : "globalNetwork",
"variableType" : "GlobalNetwork",
"documentation" : null,
"simpleType" : "GlobalNetwork",
"variableSetterType" : "GlobalNetwork"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "GlobalNetwork",
"variableName" : "globalNetwork",
"variableType" : "GlobalNetwork",
"documentation" : "Information about the global network object.
",
"simpleType" : "GlobalNetwork",
"variableSetterType" : "GlobalNetwork"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetwork",
"beanStyleSetterMethodName" : "setGlobalNetwork",
"c2jName" : "GlobalNetwork",
"c2jShape" : "GlobalNetwork",
"defaultConsumerFluentSetterDocumentation" : "Information about the global network object.
\nThis is a convenience that creates an instance of the {@link GlobalNetwork.Builder} avoiding the need to create one manually via {@link GlobalNetwork#builder()}.\n\nWhen the {@link Consumer} completes, {@link GlobalNetwork.Builder#build()} is called immediately and its result is passed to {@link #globalNetwork(GlobalNetwork)}.\n@param globalNetwork a consumer that will call methods on {@link GlobalNetwork.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetwork(GlobalNetwork)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the global network object.
\n@return Information about the global network object.\n@deprecated Use {@link #globalNetwork()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the global network object.
\n@param globalNetwork Information about the global network object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetwork(GlobalNetwork)}\n",
"documentation" : "Information about the global network object.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetwork property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetwork",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetwork",
"fluentSetterDocumentation" : "Information about the global network object.
\n@param globalNetwork Information about the global network object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetwork",
"getterDocumentation" : "Information about the global network object.
\n@return Information about the global network object.",
"getterModel" : {
"returnType" : "GlobalNetwork",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "GlobalNetwork",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "GlobalNetwork",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "GlobalNetwork",
"sensitive" : false,
"setterDocumentation" : "Information about the global network object.
\n@param globalNetwork Information about the global network object.",
"setterMethodName" : "setGlobalNetwork",
"setterModel" : {
"variableDeclarationType" : "GlobalNetwork",
"variableName" : "globalNetwork",
"variableType" : "GlobalNetwork",
"documentation" : null,
"simpleType" : "GlobalNetwork",
"variableSetterType" : "GlobalNetwork"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "GlobalNetwork",
"variableName" : "globalNetwork",
"variableType" : "GlobalNetwork",
"documentation" : "Information about the global network object.
",
"simpleType" : "GlobalNetwork",
"variableSetterType" : "GlobalNetwork"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateGlobalNetworkResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateGlobalNetworkResponse",
"variableName" : "createGlobalNetworkResponse",
"variableType" : "CreateGlobalNetworkResponse",
"documentation" : null,
"simpleType" : "CreateGlobalNetworkResponse",
"variableSetterType" : "CreateGlobalNetworkResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateLinkRequest" : {
"c2jName" : "CreateLinkRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateLink",
"locationName" : null,
"requestUri" : "/global-networks/{globalNetworkId}/links",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A description of the link.
Length Constraints: Maximum length of 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of the link.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the link. Length Constraints: Maximum length of 256 characters.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
A description of the link.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the link. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "
A description of the link.
Length Constraints: Maximum length of 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the link.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the link. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "
A description of the link.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the link. Length Constraints: Maximum length of 256 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "
A description of the link.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the link. Length Constraints: Maximum length of 256 characters.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "
A description of the link.
Length Constraints: Maximum length of 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getType",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "Type",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #type(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@return The type of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@deprecated Use {@link #type()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param type The type of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #type(String)}\n",
"documentation" : "
The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "type",
"fluentSetterDocumentation" : "The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param type The type of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "
The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@return The type of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "
The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param type The type of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "
The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBandwidth",
"beanStyleSetterMethodName" : "setBandwidth",
"c2jName" : "Bandwidth",
"c2jShape" : "Bandwidth",
"defaultConsumerFluentSetterDocumentation" : " The upload speed and download speed in Mbps.
\nThis is a convenience that creates an instance of the {@link Bandwidth.Builder} avoiding the need to create one manually via {@link Bandwidth#builder()}.\n\nWhen the {@link Consumer} completes, {@link Bandwidth.Builder#build()} is called immediately and its result is passed to {@link #bandwidth(Bandwidth)}.\n@param bandwidth a consumer that will call methods on {@link Bandwidth.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bandwidth(Bandwidth)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The upload speed and download speed in Mbps.
\n@return The upload speed and download speed in Mbps.\n@deprecated Use {@link #bandwidth()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The upload speed and download speed in Mbps.
\n@param bandwidth The upload speed and download speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bandwidth(Bandwidth)}\n",
"documentation" : " The upload speed and download speed in Mbps.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Bandwidth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBandwidth",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bandwidth",
"fluentSetterDocumentation" : " The upload speed and download speed in Mbps.
\n@param bandwidth The upload speed and download speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bandwidth",
"getterDocumentation" : " The upload speed and download speed in Mbps.
\n@return The upload speed and download speed in Mbps.",
"getterModel" : {
"returnType" : "Bandwidth",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Bandwidth",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Bandwidth",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Bandwidth",
"sensitive" : false,
"setterDocumentation" : " The upload speed and download speed in Mbps.
\n@param bandwidth The upload speed and download speed in Mbps.",
"setterMethodName" : "setBandwidth",
"setterModel" : {
"variableDeclarationType" : "Bandwidth",
"variableName" : "bandwidth",
"variableType" : "Bandwidth",
"documentation" : null,
"simpleType" : "Bandwidth",
"variableSetterType" : "Bandwidth"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Bandwidth",
"variableName" : "bandwidth",
"variableType" : "Bandwidth",
"documentation" : " The upload speed and download speed in Mbps.
",
"simpleType" : "Bandwidth",
"variableSetterType" : "Bandwidth"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProvider",
"beanStyleSetterMethodName" : "setProvider",
"c2jName" : "Provider",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #provider(String)}.\n@param provider a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #provider(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@return The provider of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@deprecated Use {@link #provider()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param provider The provider of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #provider(String)}\n",
"documentation" : "
The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Provider property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProvider",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "provider",
"fluentSetterDocumentation" : "The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param provider The provider of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "provider",
"getterDocumentation" : "
The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@return The provider of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Provider",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Provider",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Provider",
"sensitive" : false,
"setterDocumentation" : "
The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param provider The provider of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.",
"setterMethodName" : "setProvider",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "provider",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "provider",
"variableType" : "String",
"documentation" : "
The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSiteId",
"beanStyleSetterMethodName" : "setSiteId",
"c2jName" : "SiteId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the site.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #siteId(String)}.\n@param siteId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #siteId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the site.
\n@return The ID of the site.\n@deprecated Use {@link #siteId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #siteId(String)}\n",
"documentation" : "The ID of the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SiteId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSiteId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "siteId",
"fluentSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "siteId",
"getterDocumentation" : "The ID of the site.
\n@return The ID of the site.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SiteId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SiteId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SiteId",
"sensitive" : false,
"setterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.",
"setterMethodName" : "setSiteId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : "The ID of the site.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "The tags to apply to the resource during creation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "The tags to apply to the resource during creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tags to apply to the resource during creation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Bandwidth" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBandwidth",
"beanStyleSetterMethodName" : "setBandwidth",
"c2jName" : "Bandwidth",
"c2jShape" : "Bandwidth",
"defaultConsumerFluentSetterDocumentation" : " The upload speed and download speed in Mbps.
\nThis is a convenience that creates an instance of the {@link Bandwidth.Builder} avoiding the need to create one manually via {@link Bandwidth#builder()}.\n\nWhen the {@link Consumer} completes, {@link Bandwidth.Builder#build()} is called immediately and its result is passed to {@link #bandwidth(Bandwidth)}.\n@param bandwidth a consumer that will call methods on {@link Bandwidth.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bandwidth(Bandwidth)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The upload speed and download speed in Mbps.
\n@return The upload speed and download speed in Mbps.\n@deprecated Use {@link #bandwidth()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The upload speed and download speed in Mbps.
\n@param bandwidth The upload speed and download speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bandwidth(Bandwidth)}\n",
"documentation" : " The upload speed and download speed in Mbps.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Bandwidth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBandwidth",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bandwidth",
"fluentSetterDocumentation" : " The upload speed and download speed in Mbps.
\n@param bandwidth The upload speed and download speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bandwidth",
"getterDocumentation" : " The upload speed and download speed in Mbps.
\n@return The upload speed and download speed in Mbps.",
"getterModel" : {
"returnType" : "Bandwidth",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Bandwidth",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Bandwidth",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Bandwidth",
"sensitive" : false,
"setterDocumentation" : " The upload speed and download speed in Mbps.
\n@param bandwidth The upload speed and download speed in Mbps.",
"setterMethodName" : "setBandwidth",
"setterModel" : {
"variableDeclarationType" : "Bandwidth",
"variableName" : "bandwidth",
"variableType" : "Bandwidth",
"documentation" : null,
"simpleType" : "Bandwidth",
"variableSetterType" : "Bandwidth"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Bandwidth",
"variableName" : "bandwidth",
"variableType" : "Bandwidth",
"documentation" : " The upload speed and download speed in Mbps.
",
"simpleType" : "Bandwidth",
"variableSetterType" : "Bandwidth"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Description" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A description of the link.
Length Constraints: Maximum length of 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of the link.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the link. Length Constraints: Maximum length of 256 characters.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
A description of the link.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the link. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "
A description of the link.
Length Constraints: Maximum length of 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the link.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the link. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "
A description of the link.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the link. Length Constraints: Maximum length of 256 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "
A description of the link.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the link. Length Constraints: Maximum length of 256 characters.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "
A description of the link.
Length Constraints: Maximum length of 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"GlobalNetworkId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Provider" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProvider",
"beanStyleSetterMethodName" : "setProvider",
"c2jName" : "Provider",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #provider(String)}.\n@param provider a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #provider(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@return The provider of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@deprecated Use {@link #provider()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param provider The provider of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #provider(String)}\n",
"documentation" : "
The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Provider property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProvider",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "provider",
"fluentSetterDocumentation" : "The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param provider The provider of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "provider",
"getterDocumentation" : "
The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@return The provider of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Provider",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Provider",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Provider",
"sensitive" : false,
"setterDocumentation" : "
The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param provider The provider of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.",
"setterMethodName" : "setProvider",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "provider",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "provider",
"variableType" : "String",
"documentation" : "
The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SiteId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSiteId",
"beanStyleSetterMethodName" : "setSiteId",
"c2jName" : "SiteId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the site.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #siteId(String)}.\n@param siteId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #siteId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the site.
\n@return The ID of the site.\n@deprecated Use {@link #siteId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #siteId(String)}\n",
"documentation" : "The ID of the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SiteId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSiteId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "siteId",
"fluentSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "siteId",
"getterDocumentation" : "The ID of the site.
\n@return The ID of the site.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SiteId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SiteId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SiteId",
"sensitive" : false,
"setterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.",
"setterMethodName" : "setSiteId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : "The ID of the site.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Tags" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "The tags to apply to the resource during creation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "The tags to apply to the resource during creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tags to apply to the resource during creation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Type" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getType",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "Type",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #type(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@return The type of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@deprecated Use {@link #type()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param type The type of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #type(String)}\n",
"documentation" : "
The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "type",
"fluentSetterDocumentation" : "The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param type The type of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "
The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@return The type of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "
The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param type The type of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "
The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A description of the link.
Length Constraints: Maximum length of 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of the link.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the link. Length Constraints: Maximum length of 256 characters.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
A description of the link.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the link. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "
A description of the link.
Length Constraints: Maximum length of 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of the link.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the link. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "
A description of the link.
Length Constraints: Maximum length of 256 characters.
\n@return A description of the link. Length Constraints: Maximum length of 256 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "
A description of the link.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of the link. Length Constraints: Maximum length of 256 characters.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "
A description of the link.
Length Constraints: Maximum length of 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getType",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "Type",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #type(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@return The type of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@deprecated Use {@link #type()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param type The type of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #type(String)}\n",
"documentation" : "
The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "type",
"fluentSetterDocumentation" : "The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param type The type of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "
The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@return The type of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "
The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param type The type of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "
The type of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBandwidth",
"beanStyleSetterMethodName" : "setBandwidth",
"c2jName" : "Bandwidth",
"c2jShape" : "Bandwidth",
"defaultConsumerFluentSetterDocumentation" : " The upload speed and download speed in Mbps.
\nThis is a convenience that creates an instance of the {@link Bandwidth.Builder} avoiding the need to create one manually via {@link Bandwidth#builder()}.\n\nWhen the {@link Consumer} completes, {@link Bandwidth.Builder#build()} is called immediately and its result is passed to {@link #bandwidth(Bandwidth)}.\n@param bandwidth a consumer that will call methods on {@link Bandwidth.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bandwidth(Bandwidth)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The upload speed and download speed in Mbps.
\n@return The upload speed and download speed in Mbps.\n@deprecated Use {@link #bandwidth()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The upload speed and download speed in Mbps.
\n@param bandwidth The upload speed and download speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bandwidth(Bandwidth)}\n",
"documentation" : " The upload speed and download speed in Mbps.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Bandwidth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBandwidth",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bandwidth",
"fluentSetterDocumentation" : " The upload speed and download speed in Mbps.
\n@param bandwidth The upload speed and download speed in Mbps.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bandwidth",
"getterDocumentation" : " The upload speed and download speed in Mbps.
\n@return The upload speed and download speed in Mbps.",
"getterModel" : {
"returnType" : "Bandwidth",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Bandwidth",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Bandwidth",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Bandwidth",
"sensitive" : false,
"setterDocumentation" : " The upload speed and download speed in Mbps.
\n@param bandwidth The upload speed and download speed in Mbps.",
"setterMethodName" : "setBandwidth",
"setterModel" : {
"variableDeclarationType" : "Bandwidth",
"variableName" : "bandwidth",
"variableType" : "Bandwidth",
"documentation" : null,
"simpleType" : "Bandwidth",
"variableSetterType" : "Bandwidth"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Bandwidth",
"variableName" : "bandwidth",
"variableType" : "Bandwidth",
"documentation" : " The upload speed and download speed in Mbps.
",
"simpleType" : "Bandwidth",
"variableSetterType" : "Bandwidth"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProvider",
"beanStyleSetterMethodName" : "setProvider",
"c2jName" : "Provider",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #provider(String)}.\n@param provider a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #provider(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@return The provider of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@deprecated Use {@link #provider()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param provider The provider of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #provider(String)}\n",
"documentation" : "
The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Provider property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProvider",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "provider",
"fluentSetterDocumentation" : "The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param provider The provider of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "provider",
"getterDocumentation" : "
The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@return The provider of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Provider",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Provider",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Provider",
"sensitive" : false,
"setterDocumentation" : "
The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
\n@param provider The provider of the link. Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.",
"setterMethodName" : "setProvider",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "provider",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "provider",
"variableType" : "String",
"documentation" : "
The provider of the link.
Constraints: Cannot include the following characters: | \\ ^
Length Constraints: Maximum length of 128 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSiteId",
"beanStyleSetterMethodName" : "setSiteId",
"c2jName" : "SiteId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the site.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #siteId(String)}.\n@param siteId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #siteId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the site.
\n@return The ID of the site.\n@deprecated Use {@link #siteId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #siteId(String)}\n",
"documentation" : "The ID of the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SiteId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSiteId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "siteId",
"fluentSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "siteId",
"getterDocumentation" : "The ID of the site.
\n@return The ID of the site.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SiteId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SiteId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SiteId",
"sensitive" : false,
"setterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.",
"setterMethodName" : "setSiteId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : "The ID of the site.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "The tags to apply to the resource during creation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "The tags to apply to the resource during creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tags to apply to the resource during creation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "GlobalNetworkId", "Bandwidth", "SiteId" ],
"shapeName" : "CreateLinkRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateLinkRequest",
"variableName" : "createLinkRequest",
"variableType" : "CreateLinkRequest",
"documentation" : null,
"simpleType" : "CreateLinkRequest",
"variableSetterType" : "CreateLinkRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateLinkResponse" : {
"c2jName" : "CreateLinkResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLink",
"beanStyleSetterMethodName" : "setLink",
"c2jName" : "Link",
"c2jShape" : "Link",
"defaultConsumerFluentSetterDocumentation" : "Information about the link.
\nThis is a convenience that creates an instance of the {@link Link.Builder} avoiding the need to create one manually via {@link Link#builder()}.\n\nWhen the {@link Consumer} completes, {@link Link.Builder#build()} is called immediately and its result is passed to {@link #link(Link)}.\n@param link a consumer that will call methods on {@link Link.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #link(Link)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the link.
\n@return Information about the link.\n@deprecated Use {@link #link()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the link.
\n@param link Information about the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #link(Link)}\n",
"documentation" : "Information about the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Link property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLink",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "link",
"fluentSetterDocumentation" : "Information about the link.
\n@param link Information about the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "link",
"getterDocumentation" : "Information about the link.
\n@return Information about the link.",
"getterModel" : {
"returnType" : "Link",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Link",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Link",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Link",
"sensitive" : false,
"setterDocumentation" : "Information about the link.
\n@param link Information about the link.",
"setterMethodName" : "setLink",
"setterModel" : {
"variableDeclarationType" : "Link",
"variableName" : "link",
"variableType" : "Link",
"documentation" : null,
"simpleType" : "Link",
"variableSetterType" : "Link"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Link",
"variableName" : "link",
"variableType" : "Link",
"documentation" : "Information about the link.
",
"simpleType" : "Link",
"variableSetterType" : "Link"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Link" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLink",
"beanStyleSetterMethodName" : "setLink",
"c2jName" : "Link",
"c2jShape" : "Link",
"defaultConsumerFluentSetterDocumentation" : "Information about the link.
\nThis is a convenience that creates an instance of the {@link Link.Builder} avoiding the need to create one manually via {@link Link#builder()}.\n\nWhen the {@link Consumer} completes, {@link Link.Builder#build()} is called immediately and its result is passed to {@link #link(Link)}.\n@param link a consumer that will call methods on {@link Link.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #link(Link)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the link.
\n@return Information about the link.\n@deprecated Use {@link #link()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the link.
\n@param link Information about the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #link(Link)}\n",
"documentation" : "Information about the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Link property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLink",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "link",
"fluentSetterDocumentation" : "Information about the link.
\n@param link Information about the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "link",
"getterDocumentation" : "Information about the link.
\n@return Information about the link.",
"getterModel" : {
"returnType" : "Link",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Link",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Link",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Link",
"sensitive" : false,
"setterDocumentation" : "Information about the link.
\n@param link Information about the link.",
"setterMethodName" : "setLink",
"setterModel" : {
"variableDeclarationType" : "Link",
"variableName" : "link",
"variableType" : "Link",
"documentation" : null,
"simpleType" : "Link",
"variableSetterType" : "Link"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Link",
"variableName" : "link",
"variableType" : "Link",
"documentation" : "Information about the link.
",
"simpleType" : "Link",
"variableSetterType" : "Link"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLink",
"beanStyleSetterMethodName" : "setLink",
"c2jName" : "Link",
"c2jShape" : "Link",
"defaultConsumerFluentSetterDocumentation" : "Information about the link.
\nThis is a convenience that creates an instance of the {@link Link.Builder} avoiding the need to create one manually via {@link Link#builder()}.\n\nWhen the {@link Consumer} completes, {@link Link.Builder#build()} is called immediately and its result is passed to {@link #link(Link)}.\n@param link a consumer that will call methods on {@link Link.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #link(Link)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the link.
\n@return Information about the link.\n@deprecated Use {@link #link()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the link.
\n@param link Information about the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #link(Link)}\n",
"documentation" : "Information about the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Link property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLink",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "link",
"fluentSetterDocumentation" : "Information about the link.
\n@param link Information about the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "link",
"getterDocumentation" : "Information about the link.
\n@return Information about the link.",
"getterModel" : {
"returnType" : "Link",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Link",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Link",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Link",
"sensitive" : false,
"setterDocumentation" : "Information about the link.
\n@param link Information about the link.",
"setterMethodName" : "setLink",
"setterModel" : {
"variableDeclarationType" : "Link",
"variableName" : "link",
"variableType" : "Link",
"documentation" : null,
"simpleType" : "Link",
"variableSetterType" : "Link"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Link",
"variableName" : "link",
"variableType" : "Link",
"documentation" : "Information about the link.
",
"simpleType" : "Link",
"variableSetterType" : "Link"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateLinkResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateLinkResponse",
"variableName" : "createLinkResponse",
"variableType" : "CreateLinkResponse",
"documentation" : null,
"simpleType" : "CreateLinkResponse",
"variableSetterType" : "CreateLinkResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateSiteRequest" : {
"c2jName" : "CreateSiteRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateSite",
"locationName" : null,
"requestUri" : "/global-networks/{globalNetworkId}/sites",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A description of your site.
Length Constraints: Maximum length of 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of your site.
Length Constraints: Maximum length of 256 characters.
\n@return A description of your site. Length Constraints: Maximum length of 256 characters.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
A description of your site.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of your site. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "
A description of your site.
Length Constraints: Maximum length of 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of your site.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of your site. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "
A description of your site.
Length Constraints: Maximum length of 256 characters.
\n@return A description of your site. Length Constraints: Maximum length of 256 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "
A description of your site.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of your site. Length Constraints: Maximum length of 256 characters.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "
A description of your site.
Length Constraints: Maximum length of 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLocation",
"beanStyleSetterMethodName" : "setLocation",
"c2jName" : "Location",
"c2jShape" : "Location",
"defaultConsumerFluentSetterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\nThis is a convenience that creates an instance of the {@link Location.Builder} avoiding the need to create one manually via {@link Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link Location.Builder#build()} is called immediately and its result is passed to {@link #location(Location)}.\n@param location a consumer that will call methods on {@link Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(Location)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@return The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. -
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@deprecated Use {@link #location()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@param location The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. -
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(Location)}\n",
"documentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLocation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "location",
"fluentSetterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@param location The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. -
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "location",
"getterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@return The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. -
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
",
"getterModel" : {
"returnType" : "Location",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Location",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Location",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Location",
"sensitive" : false,
"setterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@param location The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. -
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
",
"setterMethodName" : "setLocation",
"setterModel" : {
"variableDeclarationType" : "Location",
"variableName" : "location",
"variableType" : "Location",
"documentation" : null,
"simpleType" : "Location",
"variableSetterType" : "Location"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Location",
"variableName" : "location",
"variableType" : "Location",
"documentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
",
"simpleType" : "Location",
"variableSetterType" : "Location"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "The tags to apply to the resource during creation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "The tags to apply to the resource during creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tags to apply to the resource during creation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Description" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A description of your site.
Length Constraints: Maximum length of 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of your site.
Length Constraints: Maximum length of 256 characters.
\n@return A description of your site. Length Constraints: Maximum length of 256 characters.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
A description of your site.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of your site. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "
A description of your site.
Length Constraints: Maximum length of 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of your site.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of your site. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "
A description of your site.
Length Constraints: Maximum length of 256 characters.
\n@return A description of your site. Length Constraints: Maximum length of 256 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "
A description of your site.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of your site. Length Constraints: Maximum length of 256 characters.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "
A description of your site.
Length Constraints: Maximum length of 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"GlobalNetworkId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Location" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLocation",
"beanStyleSetterMethodName" : "setLocation",
"c2jName" : "Location",
"c2jShape" : "Location",
"defaultConsumerFluentSetterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\nThis is a convenience that creates an instance of the {@link Location.Builder} avoiding the need to create one manually via {@link Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link Location.Builder#build()} is called immediately and its result is passed to {@link #location(Location)}.\n@param location a consumer that will call methods on {@link Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(Location)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@return The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. -
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@deprecated Use {@link #location()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@param location The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. -
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(Location)}\n",
"documentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLocation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "location",
"fluentSetterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@param location The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. -
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "location",
"getterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@return The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. -
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
",
"getterModel" : {
"returnType" : "Location",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Location",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Location",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Location",
"sensitive" : false,
"setterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@param location The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. -
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
",
"setterMethodName" : "setLocation",
"setterModel" : {
"variableDeclarationType" : "Location",
"variableName" : "location",
"variableType" : "Location",
"documentation" : null,
"simpleType" : "Location",
"variableSetterType" : "Location"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Location",
"variableName" : "location",
"variableType" : "Location",
"documentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
",
"simpleType" : "Location",
"variableSetterType" : "Location"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Tags" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "The tags to apply to the resource during creation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "The tags to apply to the resource during creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tags to apply to the resource during creation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "Description",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A description of your site.
Length Constraints: Maximum length of 256 characters.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A description of your site.
Length Constraints: Maximum length of 256 characters.
\n@return A description of your site. Length Constraints: Maximum length of 256 characters.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
A description of your site.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of your site. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : "
A description of your site.
Length Constraints: Maximum length of 256 characters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : "A description of your site.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of your site. Length Constraints: Maximum length of 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : "
A description of your site.
Length Constraints: Maximum length of 256 characters.
\n@return A description of your site. Length Constraints: Maximum length of 256 characters.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : "
A description of your site.
Length Constraints: Maximum length of 256 characters.
\n@param description A description of your site. Length Constraints: Maximum length of 256 characters.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "
A description of your site.
Length Constraints: Maximum length of 256 characters.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLocation",
"beanStyleSetterMethodName" : "setLocation",
"c2jName" : "Location",
"c2jShape" : "Location",
"defaultConsumerFluentSetterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\nThis is a convenience that creates an instance of the {@link Location.Builder} avoiding the need to create one manually via {@link Location#builder()}.\n\nWhen the {@link Consumer} completes, {@link Location.Builder#build()} is called immediately and its result is passed to {@link #location(Location)}.\n@param location a consumer that will call methods on {@link Location.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(Location)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@return The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. -
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@deprecated Use {@link #location()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@param location The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. -
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(Location)}\n",
"documentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLocation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "location",
"fluentSetterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@param location The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. -
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "location",
"getterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@return The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. -
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
",
"getterModel" : {
"returnType" : "Location",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Location",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Location",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Location",
"sensitive" : false,
"setterDocumentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
\n@param location The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. -
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
",
"setterMethodName" : "setLocation",
"setterModel" : {
"variableDeclarationType" : "Location",
"variableName" : "location",
"variableType" : "Location",
"documentation" : null,
"simpleType" : "Location",
"variableSetterType" : "Location"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Location",
"variableName" : "location",
"variableType" : "Location",
"documentation" : "The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
-
Address
: The physical address of the site.
-
Latitude
: The latitude of the site.
-
Longitude
: The longitude of the site.
",
"simpleType" : "Location",
"variableSetterType" : "Location"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"defaultConsumerFluentSetterDocumentation" : "The tags to apply to the resource during creation.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "The tags to apply to the resource during creation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The tags to apply to the resource during creation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return The tags to apply to the resource during creation.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "The tags to apply to the resource during creation.
\n@param tags The tags to apply to the resource during creation.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tags to apply to the resource during creation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "GlobalNetworkId" ],
"shapeName" : "CreateSiteRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateSiteRequest",
"variableName" : "createSiteRequest",
"variableType" : "CreateSiteRequest",
"documentation" : null,
"simpleType" : "CreateSiteRequest",
"variableSetterType" : "CreateSiteRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateSiteResponse" : {
"c2jName" : "CreateSiteResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSite",
"beanStyleSetterMethodName" : "setSite",
"c2jName" : "Site",
"c2jShape" : "Site",
"defaultConsumerFluentSetterDocumentation" : "Information about the site.
\nThis is a convenience that creates an instance of the {@link Site.Builder} avoiding the need to create one manually via {@link Site#builder()}.\n\nWhen the {@link Consumer} completes, {@link Site.Builder#build()} is called immediately and its result is passed to {@link #site(Site)}.\n@param site a consumer that will call methods on {@link Site.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #site(Site)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the site.
\n@return Information about the site.\n@deprecated Use {@link #site()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the site.
\n@param site Information about the site.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #site(Site)}\n",
"documentation" : "Information about the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Site property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSite",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "site",
"fluentSetterDocumentation" : "Information about the site.
\n@param site Information about the site.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "site",
"getterDocumentation" : "Information about the site.
\n@return Information about the site.",
"getterModel" : {
"returnType" : "Site",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Site",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Site",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Site",
"sensitive" : false,
"setterDocumentation" : "Information about the site.
\n@param site Information about the site.",
"setterMethodName" : "setSite",
"setterModel" : {
"variableDeclarationType" : "Site",
"variableName" : "site",
"variableType" : "Site",
"documentation" : null,
"simpleType" : "Site",
"variableSetterType" : "Site"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Site",
"variableName" : "site",
"variableType" : "Site",
"documentation" : "Information about the site.
",
"simpleType" : "Site",
"variableSetterType" : "Site"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Site" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSite",
"beanStyleSetterMethodName" : "setSite",
"c2jName" : "Site",
"c2jShape" : "Site",
"defaultConsumerFluentSetterDocumentation" : "Information about the site.
\nThis is a convenience that creates an instance of the {@link Site.Builder} avoiding the need to create one manually via {@link Site#builder()}.\n\nWhen the {@link Consumer} completes, {@link Site.Builder#build()} is called immediately and its result is passed to {@link #site(Site)}.\n@param site a consumer that will call methods on {@link Site.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #site(Site)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the site.
\n@return Information about the site.\n@deprecated Use {@link #site()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the site.
\n@param site Information about the site.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #site(Site)}\n",
"documentation" : "Information about the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Site property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSite",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "site",
"fluentSetterDocumentation" : "Information about the site.
\n@param site Information about the site.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "site",
"getterDocumentation" : "Information about the site.
\n@return Information about the site.",
"getterModel" : {
"returnType" : "Site",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Site",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Site",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Site",
"sensitive" : false,
"setterDocumentation" : "Information about the site.
\n@param site Information about the site.",
"setterMethodName" : "setSite",
"setterModel" : {
"variableDeclarationType" : "Site",
"variableName" : "site",
"variableType" : "Site",
"documentation" : null,
"simpleType" : "Site",
"variableSetterType" : "Site"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Site",
"variableName" : "site",
"variableType" : "Site",
"documentation" : "Information about the site.
",
"simpleType" : "Site",
"variableSetterType" : "Site"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSite",
"beanStyleSetterMethodName" : "setSite",
"c2jName" : "Site",
"c2jShape" : "Site",
"defaultConsumerFluentSetterDocumentation" : "Information about the site.
\nThis is a convenience that creates an instance of the {@link Site.Builder} avoiding the need to create one manually via {@link Site#builder()}.\n\nWhen the {@link Consumer} completes, {@link Site.Builder#build()} is called immediately and its result is passed to {@link #site(Site)}.\n@param site a consumer that will call methods on {@link Site.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #site(Site)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the site.
\n@return Information about the site.\n@deprecated Use {@link #site()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the site.
\n@param site Information about the site.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #site(Site)}\n",
"documentation" : "Information about the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Site property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSite",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "site",
"fluentSetterDocumentation" : "Information about the site.
\n@param site Information about the site.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "site",
"getterDocumentation" : "Information about the site.
\n@return Information about the site.",
"getterModel" : {
"returnType" : "Site",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Site",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Site",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Site",
"sensitive" : false,
"setterDocumentation" : "Information about the site.
\n@param site Information about the site.",
"setterMethodName" : "setSite",
"setterModel" : {
"variableDeclarationType" : "Site",
"variableName" : "site",
"variableType" : "Site",
"documentation" : null,
"simpleType" : "Site",
"variableSetterType" : "Site"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Site",
"variableName" : "site",
"variableType" : "Site",
"documentation" : "Information about the site.
",
"simpleType" : "Site",
"variableSetterType" : "Site"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateSiteResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateSiteResponse",
"variableName" : "createSiteResponse",
"variableType" : "CreateSiteResponse",
"documentation" : null,
"simpleType" : "CreateSiteResponse",
"variableSetterType" : "CreateSiteResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CustomerGatewayAssociation" : {
"c2jName" : "CustomerGatewayAssociation",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes the association between a customer gateway, a device, and a link.
",
"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" : "getCustomerGatewayArn",
"beanStyleSetterMethodName" : "setCustomerGatewayArn",
"c2jName" : "CustomerGatewayArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customerGatewayArn(String)}.\n@param customerGatewayArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerGatewayArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\n@return The Amazon Resource Name (ARN) of the customer gateway.\n@deprecated Use {@link #customerGatewayArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerGatewayArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the customer gateway.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomerGatewayArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomerGatewayArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customerGatewayArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customerGatewayArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\n@return The Amazon Resource Name (ARN) of the customer gateway.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CustomerGatewayArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CustomerGatewayArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CustomerGatewayArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway.",
"setterMethodName" : "setCustomerGatewayArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "customerGatewayArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "customerGatewayArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the customer gateway.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "GlobalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "GlobalNetworkId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceId",
"beanStyleSetterMethodName" : "setDeviceId",
"c2jName" : "DeviceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the device.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deviceId(String)}.\n@param deviceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the device.
\n@return The ID of the device.\n@deprecated Use {@link #deviceId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceId(String)}\n",
"documentation" : "The ID of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeviceId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceId",
"fluentSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceId",
"getterDocumentation" : "The ID of the device.
\n@return The ID of the device.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DeviceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.",
"setterMethodName" : "setDeviceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : "The ID of the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLinkId",
"beanStyleSetterMethodName" : "setLinkId",
"c2jName" : "LinkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the link.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkId(String)}.\n@param linkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the link.
\n@return The ID of the link.\n@deprecated Use {@link #linkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #linkId(String)}\n",
"documentation" : "The ID of the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LinkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLinkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "linkId",
"fluentSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "linkId",
"getterDocumentation" : "The ID of the link.
\n@return The ID of the link.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LinkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LinkId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LinkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.",
"setterMethodName" : "setLinkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : "The ID of the link.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getState",
"beanStyleSetterMethodName" : "setState",
"c2jName" : "State",
"c2jShape" : "CustomerGatewayAssociationState",
"defaultConsumerFluentSetterDocumentation" : "The association state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The association state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link CustomerGatewayAssociationState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n
\n@return The association state.\n@see CustomerGatewayAssociationState\n@deprecated Use {@link #stateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The association state.
\n@param state The association state.\n@see CustomerGatewayAssociationState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CustomerGatewayAssociationState\n@deprecated Use {@link #state(String)}\n",
"documentation" : "The association state.
",
"endpointDiscoveryId" : false,
"enumType" : "CustomerGatewayAssociationState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasState",
"fluentEnumGetterMethodName" : "state",
"fluentEnumSetterMethodName" : "state",
"fluentGetterMethodName" : "stateAsString",
"fluentSetterDocumentation" : "The association state.
\n@param state The association state.\n@see CustomerGatewayAssociationState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CustomerGatewayAssociationState",
"fluentSetterMethodName" : "state",
"getterDocumentation" : "The association state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link CustomerGatewayAssociationState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n
\n@return The association state.\n@see CustomerGatewayAssociationState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "State",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "State",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "State",
"sensitive" : false,
"setterDocumentation" : "The association state.
\n@param state The association state.\n@see CustomerGatewayAssociationState",
"setterMethodName" : "setState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "The association state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CustomerGatewayArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCustomerGatewayArn",
"beanStyleSetterMethodName" : "setCustomerGatewayArn",
"c2jName" : "CustomerGatewayArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customerGatewayArn(String)}.\n@param customerGatewayArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerGatewayArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\n@return The Amazon Resource Name (ARN) of the customer gateway.\n@deprecated Use {@link #customerGatewayArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerGatewayArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the customer gateway.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomerGatewayArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomerGatewayArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customerGatewayArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customerGatewayArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\n@return The Amazon Resource Name (ARN) of the customer gateway.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CustomerGatewayArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CustomerGatewayArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CustomerGatewayArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway.",
"setterMethodName" : "setCustomerGatewayArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "customerGatewayArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "customerGatewayArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the customer gateway.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DeviceId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceId",
"beanStyleSetterMethodName" : "setDeviceId",
"c2jName" : "DeviceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the device.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deviceId(String)}.\n@param deviceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the device.
\n@return The ID of the device.\n@deprecated Use {@link #deviceId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceId(String)}\n",
"documentation" : "The ID of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeviceId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceId",
"fluentSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceId",
"getterDocumentation" : "The ID of the device.
\n@return The ID of the device.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DeviceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.",
"setterMethodName" : "setDeviceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : "The ID of the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"GlobalNetworkId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "GlobalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "GlobalNetworkId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LinkId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLinkId",
"beanStyleSetterMethodName" : "setLinkId",
"c2jName" : "LinkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the link.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkId(String)}.\n@param linkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the link.
\n@return The ID of the link.\n@deprecated Use {@link #linkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #linkId(String)}\n",
"documentation" : "The ID of the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LinkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLinkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "linkId",
"fluentSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "linkId",
"getterDocumentation" : "The ID of the link.
\n@return The ID of the link.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LinkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LinkId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LinkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.",
"setterMethodName" : "setLinkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : "The ID of the link.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"State" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getState",
"beanStyleSetterMethodName" : "setState",
"c2jName" : "State",
"c2jShape" : "CustomerGatewayAssociationState",
"defaultConsumerFluentSetterDocumentation" : "The association state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The association state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link CustomerGatewayAssociationState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n
\n@return The association state.\n@see CustomerGatewayAssociationState\n@deprecated Use {@link #stateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The association state.
\n@param state The association state.\n@see CustomerGatewayAssociationState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CustomerGatewayAssociationState\n@deprecated Use {@link #state(String)}\n",
"documentation" : "The association state.
",
"endpointDiscoveryId" : false,
"enumType" : "CustomerGatewayAssociationState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasState",
"fluentEnumGetterMethodName" : "state",
"fluentEnumSetterMethodName" : "state",
"fluentGetterMethodName" : "stateAsString",
"fluentSetterDocumentation" : "The association state.
\n@param state The association state.\n@see CustomerGatewayAssociationState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CustomerGatewayAssociationState",
"fluentSetterMethodName" : "state",
"getterDocumentation" : "The association state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link CustomerGatewayAssociationState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n
\n@return The association state.\n@see CustomerGatewayAssociationState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "State",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "State",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "State",
"sensitive" : false,
"setterDocumentation" : "The association state.
\n@param state The association state.\n@see CustomerGatewayAssociationState",
"setterMethodName" : "setState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "The association state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCustomerGatewayArn",
"beanStyleSetterMethodName" : "setCustomerGatewayArn",
"c2jName" : "CustomerGatewayArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customerGatewayArn(String)}.\n@param customerGatewayArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customerGatewayArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\n@return The Amazon Resource Name (ARN) of the customer gateway.\n@deprecated Use {@link #customerGatewayArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customerGatewayArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the customer gateway.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomerGatewayArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomerGatewayArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customerGatewayArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customerGatewayArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\n@return The Amazon Resource Name (ARN) of the customer gateway.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CustomerGatewayArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CustomerGatewayArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CustomerGatewayArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the customer gateway.
\n@param customerGatewayArn The Amazon Resource Name (ARN) of the customer gateway.",
"setterMethodName" : "setCustomerGatewayArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "customerGatewayArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "customerGatewayArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the customer gateway.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "GlobalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "GlobalNetworkId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceId",
"beanStyleSetterMethodName" : "setDeviceId",
"c2jName" : "DeviceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the device.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deviceId(String)}.\n@param deviceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the device.
\n@return The ID of the device.\n@deprecated Use {@link #deviceId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceId(String)}\n",
"documentation" : "The ID of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeviceId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceId",
"fluentSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceId",
"getterDocumentation" : "The ID of the device.
\n@return The ID of the device.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DeviceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.",
"setterMethodName" : "setDeviceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : "The ID of the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLinkId",
"beanStyleSetterMethodName" : "setLinkId",
"c2jName" : "LinkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the link.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkId(String)}.\n@param linkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the link.
\n@return The ID of the link.\n@deprecated Use {@link #linkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #linkId(String)}\n",
"documentation" : "The ID of the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LinkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLinkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "linkId",
"fluentSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "linkId",
"getterDocumentation" : "The ID of the link.
\n@return The ID of the link.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LinkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LinkId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LinkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.",
"setterMethodName" : "setLinkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : "The ID of the link.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getState",
"beanStyleSetterMethodName" : "setState",
"c2jName" : "State",
"c2jShape" : "CustomerGatewayAssociationState",
"defaultConsumerFluentSetterDocumentation" : "The association state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The association state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link CustomerGatewayAssociationState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n
\n@return The association state.\n@see CustomerGatewayAssociationState\n@deprecated Use {@link #stateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The association state.
\n@param state The association state.\n@see CustomerGatewayAssociationState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CustomerGatewayAssociationState\n@deprecated Use {@link #state(String)}\n",
"documentation" : "The association state.
",
"endpointDiscoveryId" : false,
"enumType" : "CustomerGatewayAssociationState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasState",
"fluentEnumGetterMethodName" : "state",
"fluentEnumSetterMethodName" : "state",
"fluentGetterMethodName" : "stateAsString",
"fluentSetterDocumentation" : "The association state.
\n@param state The association state.\n@see CustomerGatewayAssociationState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CustomerGatewayAssociationState",
"fluentSetterMethodName" : "state",
"getterDocumentation" : "The association state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link CustomerGatewayAssociationState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n
\n@return The association state.\n@see CustomerGatewayAssociationState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "State",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "State",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "State",
"sensitive" : false,
"setterDocumentation" : "The association state.
\n@param state The association state.\n@see CustomerGatewayAssociationState",
"setterMethodName" : "setState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "The association state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CustomerGatewayAssociation",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CustomerGatewayAssociation",
"variableName" : "customerGatewayAssociation",
"variableType" : "CustomerGatewayAssociation",
"documentation" : null,
"simpleType" : "CustomerGatewayAssociation",
"variableSetterType" : "CustomerGatewayAssociation"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CustomerGatewayAssociationState" : {
"c2jName" : "CustomerGatewayAssociationState",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "PENDING",
"value" : "PENDING"
}, {
"name" : "AVAILABLE",
"value" : "AVAILABLE"
}, {
"name" : "DELETING",
"value" : "DELETING"
}, {
"name" : "DELETED",
"value" : "DELETED"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CustomerGatewayAssociationState",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CustomerGatewayAssociationState",
"variableName" : "customerGatewayAssociationState",
"variableType" : "CustomerGatewayAssociationState",
"documentation" : null,
"simpleType" : "CustomerGatewayAssociationState",
"variableSetterType" : "CustomerGatewayAssociationState"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteDeviceRequest" : {
"c2jName" : "DeleteDeviceRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteDevice",
"locationName" : null,
"requestUri" : "/global-networks/{globalNetworkId}/devices/{deviceId}",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceId",
"beanStyleSetterMethodName" : "setDeviceId",
"c2jName" : "DeviceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the device.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deviceId(String)}.\n@param deviceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the device.
\n@return The ID of the device.\n@deprecated Use {@link #deviceId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceId(String)}\n",
"documentation" : "The ID of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeviceId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceId",
"fluentSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceId",
"getterDocumentation" : "The ID of the device.
\n@return The ID of the device.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "deviceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "deviceId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.",
"setterMethodName" : "setDeviceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : "The ID of the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DeviceId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceId",
"beanStyleSetterMethodName" : "setDeviceId",
"c2jName" : "DeviceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the device.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deviceId(String)}.\n@param deviceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the device.
\n@return The ID of the device.\n@deprecated Use {@link #deviceId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceId(String)}\n",
"documentation" : "The ID of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeviceId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceId",
"fluentSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceId",
"getterDocumentation" : "The ID of the device.
\n@return The ID of the device.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "deviceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "deviceId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.",
"setterMethodName" : "setDeviceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : "The ID of the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"GlobalNetworkId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceId",
"beanStyleSetterMethodName" : "setDeviceId",
"c2jName" : "DeviceId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the device.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deviceId(String)}.\n@param deviceId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deviceId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the device.
\n@return The ID of the device.\n@deprecated Use {@link #deviceId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceId(String)}\n",
"documentation" : "The ID of the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeviceId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceId",
"fluentSetterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceId",
"getterDocumentation" : "The ID of the device.
\n@return The ID of the device.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "deviceId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "deviceId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceId",
"sensitive" : false,
"setterDocumentation" : "The ID of the device.
\n@param deviceId The ID of the device.",
"setterMethodName" : "setDeviceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceId",
"variableType" : "String",
"documentation" : "The ID of the device.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "GlobalNetworkId", "DeviceId" ],
"shapeName" : "DeleteDeviceRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteDeviceRequest",
"variableName" : "deleteDeviceRequest",
"variableType" : "DeleteDeviceRequest",
"documentation" : null,
"simpleType" : "DeleteDeviceRequest",
"variableSetterType" : "DeleteDeviceRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteDeviceResponse" : {
"c2jName" : "DeleteDeviceResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDevice",
"beanStyleSetterMethodName" : "setDevice",
"c2jName" : "Device",
"c2jShape" : "Device",
"defaultConsumerFluentSetterDocumentation" : "Information about the device.
\nThis is a convenience that creates an instance of the {@link Device.Builder} avoiding the need to create one manually via {@link Device#builder()}.\n\nWhen the {@link Consumer} completes, {@link Device.Builder#build()} is called immediately and its result is passed to {@link #device(Device)}.\n@param device a consumer that will call methods on {@link Device.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #device(Device)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the device.
\n@return Information about the device.\n@deprecated Use {@link #device()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the device.
\n@param device Information about the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #device(Device)}\n",
"documentation" : "Information about the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Device property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDevice",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "device",
"fluentSetterDocumentation" : "Information about the device.
\n@param device Information about the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "device",
"getterDocumentation" : "Information about the device.
\n@return Information about the device.",
"getterModel" : {
"returnType" : "Device",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Device",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Device",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Device",
"sensitive" : false,
"setterDocumentation" : "Information about the device.
\n@param device Information about the device.",
"setterMethodName" : "setDevice",
"setterModel" : {
"variableDeclarationType" : "Device",
"variableName" : "device",
"variableType" : "Device",
"documentation" : null,
"simpleType" : "Device",
"variableSetterType" : "Device"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Device",
"variableName" : "device",
"variableType" : "Device",
"documentation" : "Information about the device.
",
"simpleType" : "Device",
"variableSetterType" : "Device"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Device" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDevice",
"beanStyleSetterMethodName" : "setDevice",
"c2jName" : "Device",
"c2jShape" : "Device",
"defaultConsumerFluentSetterDocumentation" : "Information about the device.
\nThis is a convenience that creates an instance of the {@link Device.Builder} avoiding the need to create one manually via {@link Device#builder()}.\n\nWhen the {@link Consumer} completes, {@link Device.Builder#build()} is called immediately and its result is passed to {@link #device(Device)}.\n@param device a consumer that will call methods on {@link Device.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #device(Device)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the device.
\n@return Information about the device.\n@deprecated Use {@link #device()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the device.
\n@param device Information about the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #device(Device)}\n",
"documentation" : "Information about the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Device property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDevice",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "device",
"fluentSetterDocumentation" : "Information about the device.
\n@param device Information about the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "device",
"getterDocumentation" : "Information about the device.
\n@return Information about the device.",
"getterModel" : {
"returnType" : "Device",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Device",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Device",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Device",
"sensitive" : false,
"setterDocumentation" : "Information about the device.
\n@param device Information about the device.",
"setterMethodName" : "setDevice",
"setterModel" : {
"variableDeclarationType" : "Device",
"variableName" : "device",
"variableType" : "Device",
"documentation" : null,
"simpleType" : "Device",
"variableSetterType" : "Device"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Device",
"variableName" : "device",
"variableType" : "Device",
"documentation" : "Information about the device.
",
"simpleType" : "Device",
"variableSetterType" : "Device"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDevice",
"beanStyleSetterMethodName" : "setDevice",
"c2jName" : "Device",
"c2jShape" : "Device",
"defaultConsumerFluentSetterDocumentation" : "Information about the device.
\nThis is a convenience that creates an instance of the {@link Device.Builder} avoiding the need to create one manually via {@link Device#builder()}.\n\nWhen the {@link Consumer} completes, {@link Device.Builder#build()} is called immediately and its result is passed to {@link #device(Device)}.\n@param device a consumer that will call methods on {@link Device.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #device(Device)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the device.
\n@return Information about the device.\n@deprecated Use {@link #device()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the device.
\n@param device Information about the device.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #device(Device)}\n",
"documentation" : "Information about the device.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Device property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDevice",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "device",
"fluentSetterDocumentation" : "Information about the device.
\n@param device Information about the device.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "device",
"getterDocumentation" : "Information about the device.
\n@return Information about the device.",
"getterModel" : {
"returnType" : "Device",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Device",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Device",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Device",
"sensitive" : false,
"setterDocumentation" : "Information about the device.
\n@param device Information about the device.",
"setterMethodName" : "setDevice",
"setterModel" : {
"variableDeclarationType" : "Device",
"variableName" : "device",
"variableType" : "Device",
"documentation" : null,
"simpleType" : "Device",
"variableSetterType" : "Device"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Device",
"variableName" : "device",
"variableType" : "Device",
"documentation" : "Information about the device.
",
"simpleType" : "Device",
"variableSetterType" : "Device"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteDeviceResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteDeviceResponse",
"variableName" : "deleteDeviceResponse",
"variableType" : "DeleteDeviceResponse",
"documentation" : null,
"simpleType" : "DeleteDeviceResponse",
"variableSetterType" : "DeleteDeviceResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteGlobalNetworkRequest" : {
"c2jName" : "DeleteGlobalNetworkRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteGlobalNetwork",
"locationName" : null,
"requestUri" : "/global-networks/{globalNetworkId}",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"GlobalNetworkId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "GlobalNetworkId" ],
"shapeName" : "DeleteGlobalNetworkRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteGlobalNetworkRequest",
"variableName" : "deleteGlobalNetworkRequest",
"variableType" : "DeleteGlobalNetworkRequest",
"documentation" : null,
"simpleType" : "DeleteGlobalNetworkRequest",
"variableSetterType" : "DeleteGlobalNetworkRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteGlobalNetworkResponse" : {
"c2jName" : "DeleteGlobalNetworkResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetwork",
"beanStyleSetterMethodName" : "setGlobalNetwork",
"c2jName" : "GlobalNetwork",
"c2jShape" : "GlobalNetwork",
"defaultConsumerFluentSetterDocumentation" : "Information about the global network.
\nThis is a convenience that creates an instance of the {@link GlobalNetwork.Builder} avoiding the need to create one manually via {@link GlobalNetwork#builder()}.\n\nWhen the {@link Consumer} completes, {@link GlobalNetwork.Builder#build()} is called immediately and its result is passed to {@link #globalNetwork(GlobalNetwork)}.\n@param globalNetwork a consumer that will call methods on {@link GlobalNetwork.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetwork(GlobalNetwork)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the global network.
\n@return Information about the global network.\n@deprecated Use {@link #globalNetwork()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the global network.
\n@param globalNetwork Information about the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetwork(GlobalNetwork)}\n",
"documentation" : "Information about the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetwork property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetwork",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetwork",
"fluentSetterDocumentation" : "Information about the global network.
\n@param globalNetwork Information about the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetwork",
"getterDocumentation" : "Information about the global network.
\n@return Information about the global network.",
"getterModel" : {
"returnType" : "GlobalNetwork",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "GlobalNetwork",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "GlobalNetwork",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "GlobalNetwork",
"sensitive" : false,
"setterDocumentation" : "Information about the global network.
\n@param globalNetwork Information about the global network.",
"setterMethodName" : "setGlobalNetwork",
"setterModel" : {
"variableDeclarationType" : "GlobalNetwork",
"variableName" : "globalNetwork",
"variableType" : "GlobalNetwork",
"documentation" : null,
"simpleType" : "GlobalNetwork",
"variableSetterType" : "GlobalNetwork"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "GlobalNetwork",
"variableName" : "globalNetwork",
"variableType" : "GlobalNetwork",
"documentation" : "Information about the global network.
",
"simpleType" : "GlobalNetwork",
"variableSetterType" : "GlobalNetwork"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"GlobalNetwork" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetwork",
"beanStyleSetterMethodName" : "setGlobalNetwork",
"c2jName" : "GlobalNetwork",
"c2jShape" : "GlobalNetwork",
"defaultConsumerFluentSetterDocumentation" : "Information about the global network.
\nThis is a convenience that creates an instance of the {@link GlobalNetwork.Builder} avoiding the need to create one manually via {@link GlobalNetwork#builder()}.\n\nWhen the {@link Consumer} completes, {@link GlobalNetwork.Builder#build()} is called immediately and its result is passed to {@link #globalNetwork(GlobalNetwork)}.\n@param globalNetwork a consumer that will call methods on {@link GlobalNetwork.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetwork(GlobalNetwork)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the global network.
\n@return Information about the global network.\n@deprecated Use {@link #globalNetwork()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the global network.
\n@param globalNetwork Information about the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetwork(GlobalNetwork)}\n",
"documentation" : "Information about the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetwork property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetwork",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetwork",
"fluentSetterDocumentation" : "Information about the global network.
\n@param globalNetwork Information about the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetwork",
"getterDocumentation" : "Information about the global network.
\n@return Information about the global network.",
"getterModel" : {
"returnType" : "GlobalNetwork",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "GlobalNetwork",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "GlobalNetwork",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "GlobalNetwork",
"sensitive" : false,
"setterDocumentation" : "Information about the global network.
\n@param globalNetwork Information about the global network.",
"setterMethodName" : "setGlobalNetwork",
"setterModel" : {
"variableDeclarationType" : "GlobalNetwork",
"variableName" : "globalNetwork",
"variableType" : "GlobalNetwork",
"documentation" : null,
"simpleType" : "GlobalNetwork",
"variableSetterType" : "GlobalNetwork"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "GlobalNetwork",
"variableName" : "globalNetwork",
"variableType" : "GlobalNetwork",
"documentation" : "Information about the global network.
",
"simpleType" : "GlobalNetwork",
"variableSetterType" : "GlobalNetwork"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetwork",
"beanStyleSetterMethodName" : "setGlobalNetwork",
"c2jName" : "GlobalNetwork",
"c2jShape" : "GlobalNetwork",
"defaultConsumerFluentSetterDocumentation" : "Information about the global network.
\nThis is a convenience that creates an instance of the {@link GlobalNetwork.Builder} avoiding the need to create one manually via {@link GlobalNetwork#builder()}.\n\nWhen the {@link Consumer} completes, {@link GlobalNetwork.Builder#build()} is called immediately and its result is passed to {@link #globalNetwork(GlobalNetwork)}.\n@param globalNetwork a consumer that will call methods on {@link GlobalNetwork.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetwork(GlobalNetwork)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the global network.
\n@return Information about the global network.\n@deprecated Use {@link #globalNetwork()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the global network.
\n@param globalNetwork Information about the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetwork(GlobalNetwork)}\n",
"documentation" : "Information about the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetwork property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetwork",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetwork",
"fluentSetterDocumentation" : "Information about the global network.
\n@param globalNetwork Information about the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetwork",
"getterDocumentation" : "Information about the global network.
\n@return Information about the global network.",
"getterModel" : {
"returnType" : "GlobalNetwork",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "GlobalNetwork",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "GlobalNetwork",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "GlobalNetwork",
"sensitive" : false,
"setterDocumentation" : "Information about the global network.
\n@param globalNetwork Information about the global network.",
"setterMethodName" : "setGlobalNetwork",
"setterModel" : {
"variableDeclarationType" : "GlobalNetwork",
"variableName" : "globalNetwork",
"variableType" : "GlobalNetwork",
"documentation" : null,
"simpleType" : "GlobalNetwork",
"variableSetterType" : "GlobalNetwork"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "GlobalNetwork",
"variableName" : "globalNetwork",
"variableType" : "GlobalNetwork",
"documentation" : "Information about the global network.
",
"simpleType" : "GlobalNetwork",
"variableSetterType" : "GlobalNetwork"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteGlobalNetworkResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteGlobalNetworkResponse",
"variableName" : "deleteGlobalNetworkResponse",
"variableType" : "DeleteGlobalNetworkResponse",
"documentation" : null,
"simpleType" : "DeleteGlobalNetworkResponse",
"variableSetterType" : "DeleteGlobalNetworkResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteLinkRequest" : {
"c2jName" : "DeleteLinkRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteLink",
"locationName" : null,
"requestUri" : "/global-networks/{globalNetworkId}/links/{linkId}",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLinkId",
"beanStyleSetterMethodName" : "setLinkId",
"c2jName" : "LinkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the link.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkId(String)}.\n@param linkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the link.
\n@return The ID of the link.\n@deprecated Use {@link #linkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #linkId(String)}\n",
"documentation" : "The ID of the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LinkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLinkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "linkId",
"fluentSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "linkId",
"getterDocumentation" : "The ID of the link.
\n@return The ID of the link.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "linkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "linkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LinkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.",
"setterMethodName" : "setLinkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : "The ID of the link.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"GlobalNetworkId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LinkId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLinkId",
"beanStyleSetterMethodName" : "setLinkId",
"c2jName" : "LinkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the link.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkId(String)}.\n@param linkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the link.
\n@return The ID of the link.\n@deprecated Use {@link #linkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #linkId(String)}\n",
"documentation" : "The ID of the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LinkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLinkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "linkId",
"fluentSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "linkId",
"getterDocumentation" : "The ID of the link.
\n@return The ID of the link.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "linkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "linkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LinkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.",
"setterMethodName" : "setLinkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : "The ID of the link.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLinkId",
"beanStyleSetterMethodName" : "setLinkId",
"c2jName" : "LinkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the link.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #linkId(String)}.\n@param linkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #linkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the link.
\n@return The ID of the link.\n@deprecated Use {@link #linkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #linkId(String)}\n",
"documentation" : "The ID of the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LinkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLinkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "linkId",
"fluentSetterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "linkId",
"getterDocumentation" : "The ID of the link.
\n@return The ID of the link.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "linkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "linkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LinkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the link.
\n@param linkId The ID of the link.",
"setterMethodName" : "setLinkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "linkId",
"variableType" : "String",
"documentation" : "The ID of the link.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "GlobalNetworkId", "LinkId" ],
"shapeName" : "DeleteLinkRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteLinkRequest",
"variableName" : "deleteLinkRequest",
"variableType" : "DeleteLinkRequest",
"documentation" : null,
"simpleType" : "DeleteLinkRequest",
"variableSetterType" : "DeleteLinkRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteLinkResponse" : {
"c2jName" : "DeleteLinkResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLink",
"beanStyleSetterMethodName" : "setLink",
"c2jName" : "Link",
"c2jShape" : "Link",
"defaultConsumerFluentSetterDocumentation" : "Information about the link.
\nThis is a convenience that creates an instance of the {@link Link.Builder} avoiding the need to create one manually via {@link Link#builder()}.\n\nWhen the {@link Consumer} completes, {@link Link.Builder#build()} is called immediately and its result is passed to {@link #link(Link)}.\n@param link a consumer that will call methods on {@link Link.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #link(Link)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the link.
\n@return Information about the link.\n@deprecated Use {@link #link()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the link.
\n@param link Information about the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #link(Link)}\n",
"documentation" : "Information about the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Link property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLink",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "link",
"fluentSetterDocumentation" : "Information about the link.
\n@param link Information about the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "link",
"getterDocumentation" : "Information about the link.
\n@return Information about the link.",
"getterModel" : {
"returnType" : "Link",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Link",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Link",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Link",
"sensitive" : false,
"setterDocumentation" : "Information about the link.
\n@param link Information about the link.",
"setterMethodName" : "setLink",
"setterModel" : {
"variableDeclarationType" : "Link",
"variableName" : "link",
"variableType" : "Link",
"documentation" : null,
"simpleType" : "Link",
"variableSetterType" : "Link"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Link",
"variableName" : "link",
"variableType" : "Link",
"documentation" : "Information about the link.
",
"simpleType" : "Link",
"variableSetterType" : "Link"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Link" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLink",
"beanStyleSetterMethodName" : "setLink",
"c2jName" : "Link",
"c2jShape" : "Link",
"defaultConsumerFluentSetterDocumentation" : "Information about the link.
\nThis is a convenience that creates an instance of the {@link Link.Builder} avoiding the need to create one manually via {@link Link#builder()}.\n\nWhen the {@link Consumer} completes, {@link Link.Builder#build()} is called immediately and its result is passed to {@link #link(Link)}.\n@param link a consumer that will call methods on {@link Link.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #link(Link)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the link.
\n@return Information about the link.\n@deprecated Use {@link #link()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the link.
\n@param link Information about the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #link(Link)}\n",
"documentation" : "Information about the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Link property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLink",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "link",
"fluentSetterDocumentation" : "Information about the link.
\n@param link Information about the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "link",
"getterDocumentation" : "Information about the link.
\n@return Information about the link.",
"getterModel" : {
"returnType" : "Link",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Link",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Link",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Link",
"sensitive" : false,
"setterDocumentation" : "Information about the link.
\n@param link Information about the link.",
"setterMethodName" : "setLink",
"setterModel" : {
"variableDeclarationType" : "Link",
"variableName" : "link",
"variableType" : "Link",
"documentation" : null,
"simpleType" : "Link",
"variableSetterType" : "Link"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Link",
"variableName" : "link",
"variableType" : "Link",
"documentation" : "Information about the link.
",
"simpleType" : "Link",
"variableSetterType" : "Link"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLink",
"beanStyleSetterMethodName" : "setLink",
"c2jName" : "Link",
"c2jShape" : "Link",
"defaultConsumerFluentSetterDocumentation" : "Information about the link.
\nThis is a convenience that creates an instance of the {@link Link.Builder} avoiding the need to create one manually via {@link Link#builder()}.\n\nWhen the {@link Consumer} completes, {@link Link.Builder#build()} is called immediately and its result is passed to {@link #link(Link)}.\n@param link a consumer that will call methods on {@link Link.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #link(Link)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the link.
\n@return Information about the link.\n@deprecated Use {@link #link()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the link.
\n@param link Information about the link.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #link(Link)}\n",
"documentation" : "Information about the link.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Link property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLink",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "link",
"fluentSetterDocumentation" : "Information about the link.
\n@param link Information about the link.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "link",
"getterDocumentation" : "Information about the link.
\n@return Information about the link.",
"getterModel" : {
"returnType" : "Link",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Link",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Link",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Link",
"sensitive" : false,
"setterDocumentation" : "Information about the link.
\n@param link Information about the link.",
"setterMethodName" : "setLink",
"setterModel" : {
"variableDeclarationType" : "Link",
"variableName" : "link",
"variableType" : "Link",
"documentation" : null,
"simpleType" : "Link",
"variableSetterType" : "Link"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Link",
"variableName" : "link",
"variableType" : "Link",
"documentation" : "Information about the link.
",
"simpleType" : "Link",
"variableSetterType" : "Link"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteLinkResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteLinkResponse",
"variableName" : "deleteLinkResponse",
"variableType" : "DeleteLinkResponse",
"documentation" : null,
"simpleType" : "DeleteLinkResponse",
"variableSetterType" : "DeleteLinkResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteSiteRequest" : {
"c2jName" : "DeleteSiteRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteSite",
"locationName" : null,
"requestUri" : "/global-networks/{globalNetworkId}/sites/{siteId}",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSiteId",
"beanStyleSetterMethodName" : "setSiteId",
"c2jName" : "SiteId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the site.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #siteId(String)}.\n@param siteId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #siteId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the site.
\n@return The ID of the site.\n@deprecated Use {@link #siteId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #siteId(String)}\n",
"documentation" : "The ID of the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SiteId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSiteId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "siteId",
"fluentSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "siteId",
"getterDocumentation" : "The ID of the site.
\n@return The ID of the site.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "siteId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "siteId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SiteId",
"sensitive" : false,
"setterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.",
"setterMethodName" : "setSiteId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : "The ID of the site.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"GlobalNetworkId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SiteId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSiteId",
"beanStyleSetterMethodName" : "setSiteId",
"c2jName" : "SiteId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the site.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #siteId(String)}.\n@param siteId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #siteId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the site.
\n@return The ID of the site.\n@deprecated Use {@link #siteId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #siteId(String)}\n",
"documentation" : "The ID of the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SiteId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSiteId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "siteId",
"fluentSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "siteId",
"getterDocumentation" : "The ID of the site.
\n@return The ID of the site.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "siteId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "siteId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SiteId",
"sensitive" : false,
"setterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.",
"setterMethodName" : "setSiteId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : "The ID of the site.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSiteId",
"beanStyleSetterMethodName" : "setSiteId",
"c2jName" : "SiteId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the site.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #siteId(String)}.\n@param siteId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #siteId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the site.
\n@return The ID of the site.\n@deprecated Use {@link #siteId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #siteId(String)}\n",
"documentation" : "The ID of the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SiteId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSiteId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "siteId",
"fluentSetterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "siteId",
"getterDocumentation" : "The ID of the site.
\n@return The ID of the site.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "siteId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "siteId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SiteId",
"sensitive" : false,
"setterDocumentation" : "The ID of the site.
\n@param siteId The ID of the site.",
"setterMethodName" : "setSiteId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "siteId",
"variableType" : "String",
"documentation" : "The ID of the site.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "GlobalNetworkId", "SiteId" ],
"shapeName" : "DeleteSiteRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteSiteRequest",
"variableName" : "deleteSiteRequest",
"variableType" : "DeleteSiteRequest",
"documentation" : null,
"simpleType" : "DeleteSiteRequest",
"variableSetterType" : "DeleteSiteRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteSiteResponse" : {
"c2jName" : "DeleteSiteResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSite",
"beanStyleSetterMethodName" : "setSite",
"c2jName" : "Site",
"c2jShape" : "Site",
"defaultConsumerFluentSetterDocumentation" : "Information about the site.
\nThis is a convenience that creates an instance of the {@link Site.Builder} avoiding the need to create one manually via {@link Site#builder()}.\n\nWhen the {@link Consumer} completes, {@link Site.Builder#build()} is called immediately and its result is passed to {@link #site(Site)}.\n@param site a consumer that will call methods on {@link Site.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #site(Site)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the site.
\n@return Information about the site.\n@deprecated Use {@link #site()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the site.
\n@param site Information about the site.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #site(Site)}\n",
"documentation" : "Information about the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Site property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSite",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "site",
"fluentSetterDocumentation" : "Information about the site.
\n@param site Information about the site.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "site",
"getterDocumentation" : "Information about the site.
\n@return Information about the site.",
"getterModel" : {
"returnType" : "Site",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Site",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Site",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Site",
"sensitive" : false,
"setterDocumentation" : "Information about the site.
\n@param site Information about the site.",
"setterMethodName" : "setSite",
"setterModel" : {
"variableDeclarationType" : "Site",
"variableName" : "site",
"variableType" : "Site",
"documentation" : null,
"simpleType" : "Site",
"variableSetterType" : "Site"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Site",
"variableName" : "site",
"variableType" : "Site",
"documentation" : "Information about the site.
",
"simpleType" : "Site",
"variableSetterType" : "Site"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Site" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSite",
"beanStyleSetterMethodName" : "setSite",
"c2jName" : "Site",
"c2jShape" : "Site",
"defaultConsumerFluentSetterDocumentation" : "Information about the site.
\nThis is a convenience that creates an instance of the {@link Site.Builder} avoiding the need to create one manually via {@link Site#builder()}.\n\nWhen the {@link Consumer} completes, {@link Site.Builder#build()} is called immediately and its result is passed to {@link #site(Site)}.\n@param site a consumer that will call methods on {@link Site.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #site(Site)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the site.
\n@return Information about the site.\n@deprecated Use {@link #site()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the site.
\n@param site Information about the site.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #site(Site)}\n",
"documentation" : "Information about the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Site property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSite",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "site",
"fluentSetterDocumentation" : "Information about the site.
\n@param site Information about the site.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "site",
"getterDocumentation" : "Information about the site.
\n@return Information about the site.",
"getterModel" : {
"returnType" : "Site",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Site",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Site",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Site",
"sensitive" : false,
"setterDocumentation" : "Information about the site.
\n@param site Information about the site.",
"setterMethodName" : "setSite",
"setterModel" : {
"variableDeclarationType" : "Site",
"variableName" : "site",
"variableType" : "Site",
"documentation" : null,
"simpleType" : "Site",
"variableSetterType" : "Site"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Site",
"variableName" : "site",
"variableType" : "Site",
"documentation" : "Information about the site.
",
"simpleType" : "Site",
"variableSetterType" : "Site"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSite",
"beanStyleSetterMethodName" : "setSite",
"c2jName" : "Site",
"c2jShape" : "Site",
"defaultConsumerFluentSetterDocumentation" : "Information about the site.
\nThis is a convenience that creates an instance of the {@link Site.Builder} avoiding the need to create one manually via {@link Site#builder()}.\n\nWhen the {@link Consumer} completes, {@link Site.Builder#build()} is called immediately and its result is passed to {@link #site(Site)}.\n@param site a consumer that will call methods on {@link Site.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #site(Site)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the site.
\n@return Information about the site.\n@deprecated Use {@link #site()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the site.
\n@param site Information about the site.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #site(Site)}\n",
"documentation" : "Information about the site.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Site property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSite",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "site",
"fluentSetterDocumentation" : "Information about the site.
\n@param site Information about the site.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "site",
"getterDocumentation" : "Information about the site.
\n@return Information about the site.",
"getterModel" : {
"returnType" : "Site",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Site",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Site",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Site",
"sensitive" : false,
"setterDocumentation" : "Information about the site.
\n@param site Information about the site.",
"setterMethodName" : "setSite",
"setterModel" : {
"variableDeclarationType" : "Site",
"variableName" : "site",
"variableType" : "Site",
"documentation" : null,
"simpleType" : "Site",
"variableSetterType" : "Site"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Site",
"variableName" : "site",
"variableType" : "Site",
"documentation" : "Information about the site.
",
"simpleType" : "Site",
"variableSetterType" : "Site"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteSiteResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteSiteResponse",
"variableName" : "deleteSiteResponse",
"variableType" : "DeleteSiteResponse",
"documentation" : null,
"simpleType" : "DeleteSiteResponse",
"variableSetterType" : "DeleteSiteResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeregisterTransitGatewayRequest" : {
"c2jName" : "DeregisterTransitGatewayRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeregisterTransitGateway",
"locationName" : null,
"requestUri" : "/global-networks/{globalNetworkId}/transit-gateway-registrations/{transitGatewayArn}",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTransitGatewayArn",
"beanStyleSetterMethodName" : "setTransitGatewayArn",
"c2jName" : "TransitGatewayArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transitGatewayArn(String)}.\n@param transitGatewayArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transitGatewayArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\n@return The Amazon Resource Name (ARN) of the transit gateway.\n@deprecated Use {@link #transitGatewayArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\n@param transitGatewayArn The Amazon Resource Name (ARN) of the transit gateway.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transitGatewayArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the transit gateway.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TransitGatewayArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTransitGatewayArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transitGatewayArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\n@param transitGatewayArn The Amazon Resource Name (ARN) of the transit gateway.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transitGatewayArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\n@return The Amazon Resource Name (ARN) of the transit gateway.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "transitGatewayArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "transitGatewayArn",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TransitGatewayArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\n@param transitGatewayArn The Amazon Resource Name (ARN) of the transit gateway.",
"setterMethodName" : "setTransitGatewayArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transitGatewayArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transitGatewayArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the transit gateway.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"GlobalNetworkId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TransitGatewayArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTransitGatewayArn",
"beanStyleSetterMethodName" : "setTransitGatewayArn",
"c2jName" : "TransitGatewayArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transitGatewayArn(String)}.\n@param transitGatewayArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transitGatewayArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\n@return The Amazon Resource Name (ARN) of the transit gateway.\n@deprecated Use {@link #transitGatewayArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\n@param transitGatewayArn The Amazon Resource Name (ARN) of the transit gateway.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transitGatewayArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the transit gateway.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TransitGatewayArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTransitGatewayArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transitGatewayArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\n@param transitGatewayArn The Amazon Resource Name (ARN) of the transit gateway.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transitGatewayArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\n@return The Amazon Resource Name (ARN) of the transit gateway.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "transitGatewayArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "transitGatewayArn",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TransitGatewayArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\n@param transitGatewayArn The Amazon Resource Name (ARN) of the transit gateway.",
"setterMethodName" : "setTransitGatewayArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transitGatewayArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transitGatewayArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the transit gateway.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getGlobalNetworkId",
"beanStyleSetterMethodName" : "setGlobalNetworkId",
"c2jName" : "GlobalNetworkId",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The ID of the global network.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #globalNetworkId(String)}.\n@param globalNetworkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #globalNetworkId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.\n@deprecated Use {@link #globalNetworkId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkId(String)}\n",
"documentation" : "The ID of the global network.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkId",
"fluentSetterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkId",
"getterDocumentation" : "The ID of the global network.
\n@return The ID of the global network.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "globalNetworkId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "GlobalNetworkId",
"sensitive" : false,
"setterDocumentation" : "The ID of the global network.
\n@param globalNetworkId The ID of the global network.",
"setterMethodName" : "setGlobalNetworkId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "globalNetworkId",
"variableType" : "String",
"documentation" : "The ID of the global network.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTransitGatewayArn",
"beanStyleSetterMethodName" : "setTransitGatewayArn",
"c2jName" : "TransitGatewayArn",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transitGatewayArn(String)}.\n@param transitGatewayArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transitGatewayArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\n@return The Amazon Resource Name (ARN) of the transit gateway.\n@deprecated Use {@link #transitGatewayArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\n@param transitGatewayArn The Amazon Resource Name (ARN) of the transit gateway.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transitGatewayArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the transit gateway.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TransitGatewayArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTransitGatewayArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transitGatewayArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\n@param transitGatewayArn The Amazon Resource Name (ARN) of the transit gateway.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transitGatewayArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\n@return The Amazon Resource Name (ARN) of the transit gateway.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "transitGatewayArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "transitGatewayArn",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TransitGatewayArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the transit gateway.
\n@param transitGatewayArn The Amazon Resource Name (ARN) of the transit gateway.",
"setterMethodName" : "setTransitGatewayArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transitGatewayArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transitGatewayArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the transit gateway.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "GlobalNetworkId", "TransitGatewayArn" ],
"shapeName" : "DeregisterTransitGatewayRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeregisterTransitGatewayRequest",
"variableName" : "deregisterTransitGatewayRequest",
"variableType" : "DeregisterTransitGatewayRequest",
"documentation" : null,
"simpleType" : "DeregisterTransitGatewayRequest",
"variableSetterType" : "DeregisterTransitGatewayRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeregisterTransitGatewayResponse" : {
"c2jName" : "DeregisterTransitGatewayResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTransitGatewayRegistration",
"beanStyleSetterMethodName" : "setTransitGatewayRegistration",
"c2jName" : "TransitGatewayRegistration",
"c2jShape" : "TransitGatewayRegistration",
"defaultConsumerFluentSetterDocumentation" : "The transit gateway registration information.
\nThis is a convenience that creates an instance of the {@link TransitGatewayRegistration.Builder} avoiding the need to create one manually via {@link TransitGatewayRegistration#builder()}.\n\nWhen the {@link Consumer} completes, {@link TransitGatewayRegistration.Builder#build()} is called immediately and its result is passed to {@link #transitGatewayRegistration(TransitGatewayRegistration)}.\n@param transitGatewayRegistration a consumer that will call methods on {@link TransitGatewayRegistration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transitGatewayRegistration(TransitGatewayRegistration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The transit gateway registration information.
\n@return The transit gateway registration information.\n@deprecated Use {@link #transitGatewayRegistration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The transit gateway registration information.
\n@param transitGatewayRegistration The transit gateway registration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transitGatewayRegistration(TransitGatewayRegistration)}\n",
"documentation" : "The transit gateway registration information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TransitGatewayRegistration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTransitGatewayRegistration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transitGatewayRegistration",
"fluentSetterDocumentation" : "The transit gateway registration information.
\n@param transitGatewayRegistration The transit gateway registration information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transitGatewayRegistration",
"getterDocumentation" : "The transit gateway registration information.
\n@return The transit gateway registration information.",
"getterModel" : {
"returnType" : "TransitGatewayRegistration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TransitGatewayRegistration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TransitGatewayRegistration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TransitGatewayRegistration",
"sensitive" : false,
"setterDocumentation" : "The transit gateway registration information.
\n@param transitGatewayRegistration The transit gateway registration information.",
"setterMethodName" : "setTransitGatewayRegistration",
"setterModel" : {
"variableDeclarationType" : "TransitGatewayRegistration",
"variableName" : "transitGatewayRegistration",
"variableType" : "TransitGatewayRegistration",
"documentation" : null,
"simpleType" : "TransitGatewayRegistration",
"variableSetterType" : "TransitGatewayRegistration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TransitGatewayRegistration",
"variableName" : "transitGatewayRegistration",
"variableType" : "TransitGatewayRegistration",
"documentation" : "The transit gateway registration information.
",
"simpleType" : "TransitGatewayRegistration",
"variableSetterType" : "TransitGatewayRegistration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TransitGatewayRegistration" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTransitGatewayRegistration",
"beanStyleSetterMethodName" : "setTransitGatewayRegistration",
"c2jName" : "TransitGatewayRegistration",
"c2jShape" : "TransitGatewayRegistration",
"defaultConsumerFluentSetterDocumentation" : "The transit gateway registration information.
\nThis is a convenience that creates an instance of the {@link TransitGatewayRegistration.Builder} avoiding the need to create one manually via {@link TransitGatewayRegistration#builder()}.\n\nWhen the {@link Consumer} completes, {@link TransitGatewayRegistration.Builder#build()} is called immediately and its result is passed to {@link #transitGatewayRegistration(TransitGatewayRegistration)}.\n@param transitGatewayRegistration a consumer that will call methods on {@link TransitGatewayRegistration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transitGatewayRegistration(TransitGatewayRegistration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The transit gateway registration information.
\n@return The transit gateway registration information.\n@deprecated Use {@link #transitGatewayRegistration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The transit gateway registration information.
\n@param transitGatewayRegistration The transit gateway registration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transitGatewayRegistration(TransitGatewayRegistration)}\n",
"documentation" : "The transit gateway registration information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TransitGatewayRegistration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTransitGatewayRegistration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transitGatewayRegistration",
"fluentSetterDocumentation" : "The transit gateway registration information.
\n@param transitGatewayRegistration The transit gateway registration information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transitGatewayRegistration",
"getterDocumentation" : "The transit gateway registration information.
\n@return The transit gateway registration information.",
"getterModel" : {
"returnType" : "TransitGatewayRegistration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TransitGatewayRegistration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TransitGatewayRegistration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TransitGatewayRegistration",
"sensitive" : false,
"setterDocumentation" : "The transit gateway registration information.
\n@param transitGatewayRegistration The transit gateway registration information.",
"setterMethodName" : "setTransitGatewayRegistration",
"setterModel" : {
"variableDeclarationType" : "TransitGatewayRegistration",
"variableName" : "transitGatewayRegistration",
"variableType" : "TransitGatewayRegistration",
"documentation" : null,
"simpleType" : "TransitGatewayRegistration",
"variableSetterType" : "TransitGatewayRegistration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TransitGatewayRegistration",
"variableName" : "transitGatewayRegistration",
"variableType" : "TransitGatewayRegistration",
"documentation" : "The transit gateway registration information.
",
"simpleType" : "TransitGatewayRegistration",
"variableSetterType" : "TransitGatewayRegistration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTransitGatewayRegistration",
"beanStyleSetterMethodName" : "setTransitGatewayRegistration",
"c2jName" : "TransitGatewayRegistration",
"c2jShape" : "TransitGatewayRegistration",
"defaultConsumerFluentSetterDocumentation" : "The transit gateway registration information.
\nThis is a convenience that creates an instance of the {@link TransitGatewayRegistration.Builder} avoiding the need to create one manually via {@link TransitGatewayRegistration#builder()}.\n\nWhen the {@link Consumer} completes, {@link TransitGatewayRegistration.Builder#build()} is called immediately and its result is passed to {@link #transitGatewayRegistration(TransitGatewayRegistration)}.\n@param transitGatewayRegistration a consumer that will call methods on {@link TransitGatewayRegistration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transitGatewayRegistration(TransitGatewayRegistration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The transit gateway registration information.
\n@return The transit gateway registration information.\n@deprecated Use {@link #transitGatewayRegistration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The transit gateway registration information.
\n@param transitGatewayRegistration The transit gateway registration information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transitGatewayRegistration(TransitGatewayRegistration)}\n",
"documentation" : "The transit gateway registration information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TransitGatewayRegistration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTransitGatewayRegistration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transitGatewayRegistration",
"fluentSetterDocumentation" : "The transit gateway registration information.
\n@param transitGatewayRegistration The transit gateway registration information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transitGatewayRegistration",
"getterDocumentation" : "The transit gateway registration information.
\n@return The transit gateway registration information.",
"getterModel" : {
"returnType" : "TransitGatewayRegistration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TransitGatewayRegistration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TransitGatewayRegistration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TransitGatewayRegistration",
"sensitive" : false,
"setterDocumentation" : "The transit gateway registration information.
\n@param transitGatewayRegistration The transit gateway registration information.",
"setterMethodName" : "setTransitGatewayRegistration",
"setterModel" : {
"variableDeclarationType" : "TransitGatewayRegistration",
"variableName" : "transitGatewayRegistration",
"variableType" : "TransitGatewayRegistration",
"documentation" : null,
"simpleType" : "TransitGatewayRegistration",
"variableSetterType" : "TransitGatewayRegistration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TransitGatewayRegistration",
"variableName" : "transitGatewayRegistration",
"variableType" : "TransitGatewayRegistration",
"documentation" : "The transit gateway registration information.
",
"simpleType" : "TransitGatewayRegistration",
"variableSetterType" : "TransitGatewayRegistration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeregisterTransitGatewayResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeregisterTransitGatewayResponse",
"variableName" : "deregisterTransitGatewayResponse",
"variableType" : "DeregisterTransitGatewayResponse",
"documentation" : null,
"simpleType" : "DeregisterTransitGatewayResponse",
"variableSetterType" : "DeregisterTransitGatewayResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeGlobalNetworksRequest" : {
"c2jName" : "DescribeGlobalNetworksRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeGlobalNetworks",
"locationName" : null,
"requestUri" : "/global-networks",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getGlobalNetworkIds",
"beanStyleSetterMethodName" : "setGlobalNetworkIds",
"c2jName" : "GlobalNetworkIds",
"c2jShape" : "StringList",
"defaultConsumerFluentSetterDocumentation" : "The IDs of one or more global networks. The maximum is 10.
\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 #globalNetworkIds(List)}.\n@param globalNetworkIds 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 #globalNetworkIds(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IDs of one or more global networks. The maximum is 10.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasGlobalNetworkIds()} to see if a value was sent in this field.\n
\n@return The IDs of one or more global networks. The maximum is 10.\n@deprecated Use {@link #globalNetworkIds()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IDs of one or more global networks. The maximum is 10.
\n@param globalNetworkIds The IDs of one or more global networks. The maximum is 10.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #globalNetworkIds(List)}\n",
"documentation" : "The IDs of one or more global networks. The maximum is 10.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the GlobalNetworkIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGlobalNetworkIds",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "globalNetworkIds",
"fluentSetterDocumentation" : "The IDs of one or more global networks. The maximum is 10.
\n@param globalNetworkIds The IDs of one or more global networks. The maximum is 10.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "globalNetworkIds",
"getterDocumentation" : "The IDs of one or more global networks. The maximum is 10.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasGlobalNetworkIds()} to see if a value was sent in this field.\n
\n@return The IDs of one or more global networks. The maximum is 10.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "globalNetworkIds",
"queryString" : true,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "globalNetworkIds",
"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" : "GlobalNetworkIds",
"sensitive" : false,
"setterDocumentation" : "The IDs of one or more global networks. The maximum is 10.
\n@param globalNetworkIds The IDs of one or more global networks. The maximum is 10.",
"setterMethodName" : "setGlobalNetworkIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "globalNetworkIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "globalNetworkIds",
"variableType" : "java.util.List",
"documentation" : "The IDs of one or more global networks. The maximum is 10.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of results to return.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of results to return.
\n@return The maximum number of results to return.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of results to return.
\n@param maxResults The maximum number of results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of results to return.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of results to return.
\n@param maxResults The maximum number of results to return.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of results to return.
\n@return The maximum number of results to return.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "maxResults",
"queryString" : true,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of results to return.
\n@param maxResults The maximum number of results to return.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of results to return.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The token for the next page of results.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The token for the next page of results.
\n@return The token for the next page of results.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The token for the next page of results.
\n@param nextToken The token for the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The token for the next page of results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token for the next page of results.
\n@param nextToken The token for the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token for the next page of results.
\n@return The token for the next page of results.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "nextToken",
"queryString" : true,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token for the next page of results.
\n@param nextToken The token for the next page of results.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token for the next page of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"GlobalNetworkIds" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getGlobalNetworkIds",
"beanStyleSetterMethodName" : "setGlobalNetworkIds",
"c2jName" : "GlobalNetworkIds",
"c2jShape" : "StringList",
"defaultConsumerFluentSetterDocumentation" : "The IDs of one or more global networks. The maximum is 10.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List