models.ce-2017-10-25-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ "getCostAndUsage" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ ]
},
"metadata" : {
"apiVersion" : "2017-10-25",
"asyncBuilder" : "DefaultCostExplorerAsyncClientBuilder",
"asyncBuilderInterface" : "CostExplorerAsyncClientBuilder",
"asyncClient" : "DefaultCostExplorerAsyncClient",
"asyncInterface" : "CostExplorerAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultCostExplorerBaseClientBuilder",
"baseBuilderInterface" : "CostExplorerBaseClientBuilder",
"baseExceptionName" : "CostExplorerException",
"baseRequestName" : "CostExplorerRequest",
"baseResponseName" : "CostExplorerResponse",
"cborProtocol" : false,
"clientPackageName" : "costexplorer",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "AWS Cost Explorer",
"documentation" : "The Cost Explorer API enables you to programmatically query your cost and usage data. You can query for aggregated data such as total monthly costs or total daily usage. You can also query for granular data, such as the number of daily write operations for Amazon DynamoDB database tables in your production environment.
Service Endpoint
The Cost Explorer API provides the following endpoint:
-
https://ce.us-east-1.amazonaws.com
For information about costs associated with the Cost Explorer API, see AWS Cost Management Pricing.
",
"endpointPrefix" : "ce",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.costexplorer",
"fullModelPackageName" : "software.amazon.awssdk.services.costexplorer.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.costexplorer.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.costexplorer.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.costexplorer.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "costexplorer.model",
"paginatorsPackageName" : "costexplorer.paginators",
"protocol" : "json",
"queryProtocol" : false,
"requestTransformPackageName" : "costexplorer.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "Cost Explorer",
"serviceName" : "CostExplorer",
"signingName" : "ce",
"syncBuilder" : "DefaultCostExplorerClientBuilder",
"syncBuilderInterface" : "CostExplorerClientBuilder",
"syncClient" : "DefaultCostExplorerClient",
"syncInterface" : "CostExplorerClient",
"transformPackageName" : "costexplorer.transform",
"uid" : "ce-2017-10-25",
"xmlProtocol" : false
},
"operations" : {
"CreateCostCategoryDefinition" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new Cost Category with the requested name and rules.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ServiceQuotaExceededException",
"documentation" : " You've reached the limit on the number of resources you can create, or exceeded the size of an individual resources.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateCostCategoryDefinitionRequest",
"variableName" : "createCostCategoryDefinitionRequest",
"variableType" : "CreateCostCategoryDefinitionRequest",
"documentation" : "",
"simpleType" : "CreateCostCategoryDefinitionRequest",
"variableSetterType" : "CreateCostCategoryDefinitionRequest"
},
"methodName" : "createCostCategoryDefinition",
"operationName" : "CreateCostCategoryDefinition",
"paginated" : false,
"returnType" : {
"returnType" : "CreateCostCategoryDefinitionResponse",
"documentation" : null
},
"syncReturnType" : "CreateCostCategoryDefinitionResponse"
},
"DeleteCostCategoryDefinition" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a Cost Category. Expenses from this month going forward will no longer be categorized with this Cost Category.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : " The specified ARN in the request doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteCostCategoryDefinitionRequest",
"variableName" : "deleteCostCategoryDefinitionRequest",
"variableType" : "DeleteCostCategoryDefinitionRequest",
"documentation" : "",
"simpleType" : "DeleteCostCategoryDefinitionRequest",
"variableSetterType" : "DeleteCostCategoryDefinitionRequest"
},
"methodName" : "deleteCostCategoryDefinition",
"operationName" : "DeleteCostCategoryDefinition",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteCostCategoryDefinitionResponse",
"documentation" : null
},
"syncReturnType" : "DeleteCostCategoryDefinitionResponse"
},
"DescribeCostCategoryDefinition" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the name, ARN, rules, definition, and effective dates of a Cost Category that's defined in the account.
You have the option to use EffectiveOn
to return a Cost Category that is active on a specific date. If there is no EffectiveOn
specified, you’ll see a Cost Category that is effective on the current date. If Cost Category is still effective, EffectiveEnd
is omitted in the response.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : " The specified ARN in the request doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCostCategoryDefinitionRequest",
"variableName" : "describeCostCategoryDefinitionRequest",
"variableType" : "DescribeCostCategoryDefinitionRequest",
"documentation" : "",
"simpleType" : "DescribeCostCategoryDefinitionRequest",
"variableSetterType" : "DescribeCostCategoryDefinitionRequest"
},
"methodName" : "describeCostCategoryDefinition",
"operationName" : "DescribeCostCategoryDefinition",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeCostCategoryDefinitionResponse",
"documentation" : null
},
"syncReturnType" : "DescribeCostCategoryDefinitionResponse"
},
"GetCostAndUsage" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves cost and usage metrics for your account. You can specify which cost and usage-related metric, such as BlendedCosts
or UsageQuantity
, that you want the request to return. You can also filter and group your data by various dimensions, such as SERVICE
or AZ
, in a specific time range. For a complete list of valid dimensions, see the GetDimensionValues operation. Master accounts in an organization in AWS Organizations have access to all member accounts.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
}, {
"exceptionName" : "BillExpirationException",
"documentation" : "The requested report expired. Update the date interval and try again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DataUnavailableException",
"documentation" : "The requested data is unavailable.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The pagination token is invalid. Try again without a pagination token.
",
"httpStatusCode" : null
}, {
"exceptionName" : "RequestChangedException",
"documentation" : "Your request parameters changed between pages. Try again with the old parameters or without a pagination token.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetCostAndUsageRequest",
"variableName" : "getCostAndUsageRequest",
"variableType" : "GetCostAndUsageRequest",
"documentation" : "",
"simpleType" : "GetCostAndUsageRequest",
"variableSetterType" : "GetCostAndUsageRequest"
},
"methodName" : "getCostAndUsage",
"operationName" : "GetCostAndUsage",
"paginated" : false,
"returnType" : {
"returnType" : "GetCostAndUsageResponse",
"documentation" : null
},
"syncReturnType" : "GetCostAndUsageResponse"
},
"GetCostAndUsageWithResources" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves cost and usage metrics with resources for your account. You can specify which cost and usage-related metric, such as BlendedCosts
or UsageQuantity
, that you want the request to return. You can also filter and group your data by various dimensions, such as SERVICE
or AZ
, in a specific time range. For a complete list of valid dimensions, see the GetDimensionValues operation. Master accounts in an organization in AWS Organizations have access to all member accounts. This API is currently available for the Amazon Elastic Compute Cloud – Compute service only.
This is an opt-in only feature. You can enable this feature from the Cost Explorer Settings page. For information on how to access the Settings page, see Controlling Access for Cost Explorer in the AWS Billing and Cost Management User Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "DataUnavailableException",
"documentation" : "The requested data is unavailable.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
}, {
"exceptionName" : "BillExpirationException",
"documentation" : "The requested report expired. Update the date interval and try again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The pagination token is invalid. Try again without a pagination token.
",
"httpStatusCode" : null
}, {
"exceptionName" : "RequestChangedException",
"documentation" : "Your request parameters changed between pages. Try again with the old parameters or without a pagination token.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetCostAndUsageWithResourcesRequest",
"variableName" : "getCostAndUsageWithResourcesRequest",
"variableType" : "GetCostAndUsageWithResourcesRequest",
"documentation" : "",
"simpleType" : "GetCostAndUsageWithResourcesRequest",
"variableSetterType" : "GetCostAndUsageWithResourcesRequest"
},
"methodName" : "getCostAndUsageWithResources",
"operationName" : "GetCostAndUsageWithResources",
"paginated" : false,
"returnType" : {
"returnType" : "GetCostAndUsageWithResourcesResponse",
"documentation" : null
},
"syncReturnType" : "GetCostAndUsageWithResourcesResponse"
},
"GetCostForecast" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a forecast for how much Amazon Web Services predicts that you will spend over the forecast time period that you select, based on your past costs.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DataUnavailableException",
"documentation" : "The requested data is unavailable.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetCostForecastRequest",
"variableName" : "getCostForecastRequest",
"variableType" : "GetCostForecastRequest",
"documentation" : "",
"simpleType" : "GetCostForecastRequest",
"variableSetterType" : "GetCostForecastRequest"
},
"methodName" : "getCostForecast",
"operationName" : "GetCostForecast",
"paginated" : false,
"returnType" : {
"returnType" : "GetCostForecastResponse",
"documentation" : null
},
"syncReturnType" : "GetCostForecastResponse"
},
"GetDimensionValues" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves all available filter values for a specified filter over a period of time. You can search the dimension values for an arbitrary string.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
}, {
"exceptionName" : "BillExpirationException",
"documentation" : "The requested report expired. Update the date interval and try again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DataUnavailableException",
"documentation" : "The requested data is unavailable.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The pagination token is invalid. Try again without a pagination token.
",
"httpStatusCode" : null
}, {
"exceptionName" : "RequestChangedException",
"documentation" : "Your request parameters changed between pages. Try again with the old parameters or without a pagination token.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetDimensionValuesRequest",
"variableName" : "getDimensionValuesRequest",
"variableType" : "GetDimensionValuesRequest",
"documentation" : "",
"simpleType" : "GetDimensionValuesRequest",
"variableSetterType" : "GetDimensionValuesRequest"
},
"methodName" : "getDimensionValues",
"operationName" : "GetDimensionValues",
"paginated" : false,
"returnType" : {
"returnType" : "GetDimensionValuesResponse",
"documentation" : null
},
"syncReturnType" : "GetDimensionValuesResponse"
},
"GetReservationCoverage" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the reservation coverage for your account. This enables you to see how much of your Amazon Elastic Compute Cloud, Amazon ElastiCache, Amazon Relational Database Service, or Amazon Redshift usage is covered by a reservation. An organization's master account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data about reservation usage by the following dimensions:
-
AZ
-
CACHE_ENGINE
-
DATABASE_ENGINE
-
DEPLOYMENT_OPTION
-
INSTANCE_TYPE
-
LINKED_ACCOUNT
-
OPERATING_SYSTEM
-
PLATFORM
-
REGION
-
SERVICE
-
TAG
-
TENANCY
To determine valid values for a dimension, use the GetDimensionValues
operation.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DataUnavailableException",
"documentation" : "The requested data is unavailable.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The pagination token is invalid. Try again without a pagination token.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetReservationCoverageRequest",
"variableName" : "getReservationCoverageRequest",
"variableType" : "GetReservationCoverageRequest",
"documentation" : "You can use the following request parameters to query for how much of your instance usage a reservation covered.
",
"simpleType" : "GetReservationCoverageRequest",
"variableSetterType" : "GetReservationCoverageRequest"
},
"methodName" : "getReservationCoverage",
"operationName" : "GetReservationCoverage",
"paginated" : false,
"returnType" : {
"returnType" : "GetReservationCoverageResponse",
"documentation" : null
},
"syncReturnType" : "GetReservationCoverageResponse"
},
"GetReservationPurchaseRecommendation" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets recommendations for which reservations to purchase. These recommendations could help you reduce your costs. Reservations provide a discounted hourly rate (up to 75%) compared to On-Demand pricing.
AWS generates your recommendations by identifying your On-Demand usage during a specific time period and collecting your usage into categories that are eligible for a reservation. After AWS has these categories, it simulates every combination of reservations in each category of usage to identify the best number of each type of RI to purchase to maximize your estimated savings.
For example, AWS automatically aggregates your Amazon EC2 Linux, shared tenancy, and c4 family usage in the US West (Oregon) Region and recommends that you buy size-flexible regional reservations to apply to the c4 family usage. AWS recommends the smallest size instance in an instance family. This makes it easier to purchase a size-flexible RI. AWS also shows the equal number of normalized units so that you can purchase any instance size that you want. For this example, your RI recommendation would be for c4.large
because that is the smallest size instance in the c4 instance family.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DataUnavailableException",
"documentation" : "The requested data is unavailable.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The pagination token is invalid. Try again without a pagination token.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetReservationPurchaseRecommendationRequest",
"variableName" : "getReservationPurchaseRecommendationRequest",
"variableType" : "GetReservationPurchaseRecommendationRequest",
"documentation" : "",
"simpleType" : "GetReservationPurchaseRecommendationRequest",
"variableSetterType" : "GetReservationPurchaseRecommendationRequest"
},
"methodName" : "getReservationPurchaseRecommendation",
"operationName" : "GetReservationPurchaseRecommendation",
"paginated" : false,
"returnType" : {
"returnType" : "GetReservationPurchaseRecommendationResponse",
"documentation" : null
},
"syncReturnType" : "GetReservationPurchaseRecommendationResponse"
},
"GetReservationUtilization" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the reservation utilization for your account. Master accounts in an organization have access to member accounts. You can filter data by dimensions in a time period. You can use GetDimensionValues
to determine the possible dimension values. Currently, you can group only by SUBSCRIPTION_ID
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DataUnavailableException",
"documentation" : "The requested data is unavailable.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The pagination token is invalid. Try again without a pagination token.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetReservationUtilizationRequest",
"variableName" : "getReservationUtilizationRequest",
"variableType" : "GetReservationUtilizationRequest",
"documentation" : "",
"simpleType" : "GetReservationUtilizationRequest",
"variableSetterType" : "GetReservationUtilizationRequest"
},
"methodName" : "getReservationUtilization",
"operationName" : "GetReservationUtilization",
"paginated" : false,
"returnType" : {
"returnType" : "GetReservationUtilizationResponse",
"documentation" : null
},
"syncReturnType" : "GetReservationUtilizationResponse"
},
"GetRightsizingRecommendation" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates recommendations that helps you save cost by identifying idle and underutilized Amazon EC2 instances.
Recommendations are generated to either downsize or terminate instances, along with providing savings detail and metrics. For details on calculation and function, see Optimizing Your Cost with Rightsizing Recommendations.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The pagination token is invalid. Try again without a pagination token.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetRightsizingRecommendationRequest",
"variableName" : "getRightsizingRecommendationRequest",
"variableType" : "GetRightsizingRecommendationRequest",
"documentation" : "",
"simpleType" : "GetRightsizingRecommendationRequest",
"variableSetterType" : "GetRightsizingRecommendationRequest"
},
"methodName" : "getRightsizingRecommendation",
"operationName" : "GetRightsizingRecommendation",
"paginated" : false,
"returnType" : {
"returnType" : "GetRightsizingRecommendationResponse",
"documentation" : null
},
"syncReturnType" : "GetRightsizingRecommendationResponse"
},
"GetSavingsPlansCoverage" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the Savings Plans covered for your account. This enables you to see how much of your cost is covered by a Savings Plan. An organization’s master account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data for Savings Plans usage with the following dimensions:
-
LINKED_ACCOUNT
-
REGION
-
SERVICE
-
INSTANCE_FAMILY
To determine valid values for a dimension, use the GetDimensionValues
operation.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DataUnavailableException",
"documentation" : "The requested data is unavailable.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The pagination token is invalid. Try again without a pagination token.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSavingsPlansCoverageRequest",
"variableName" : "getSavingsPlansCoverageRequest",
"variableType" : "GetSavingsPlansCoverageRequest",
"documentation" : "",
"simpleType" : "GetSavingsPlansCoverageRequest",
"variableSetterType" : "GetSavingsPlansCoverageRequest"
},
"methodName" : "getSavingsPlansCoverage",
"operationName" : "GetSavingsPlansCoverage",
"paginated" : true,
"returnType" : {
"returnType" : "GetSavingsPlansCoverageResponse",
"documentation" : null
},
"syncReturnType" : "GetSavingsPlansCoverageResponse"
},
"GetSavingsPlansPurchaseRecommendation" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves your request parameters, Savings Plan Recommendations Summary and Details.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The pagination token is invalid. Try again without a pagination token.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSavingsPlansPurchaseRecommendationRequest",
"variableName" : "getSavingsPlansPurchaseRecommendationRequest",
"variableType" : "GetSavingsPlansPurchaseRecommendationRequest",
"documentation" : "",
"simpleType" : "GetSavingsPlansPurchaseRecommendationRequest",
"variableSetterType" : "GetSavingsPlansPurchaseRecommendationRequest"
},
"methodName" : "getSavingsPlansPurchaseRecommendation",
"operationName" : "GetSavingsPlansPurchaseRecommendation",
"paginated" : false,
"returnType" : {
"returnType" : "GetSavingsPlansPurchaseRecommendationResponse",
"documentation" : null
},
"syncReturnType" : "GetSavingsPlansPurchaseRecommendationResponse"
},
"GetSavingsPlansUtilization" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the Savings Plans utilization for your account across date ranges with daily or monthly granularity. Master accounts in an organization have access to member accounts. You can use GetDimensionValues
in SAVINGS_PLANS
to determine the possible dimension values.
You cannot group by any dimension values for GetSavingsPlansUtilization
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DataUnavailableException",
"documentation" : "The requested data is unavailable.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSavingsPlansUtilizationRequest",
"variableName" : "getSavingsPlansUtilizationRequest",
"variableType" : "GetSavingsPlansUtilizationRequest",
"documentation" : "",
"simpleType" : "GetSavingsPlansUtilizationRequest",
"variableSetterType" : "GetSavingsPlansUtilizationRequest"
},
"methodName" : "getSavingsPlansUtilization",
"operationName" : "GetSavingsPlansUtilization",
"paginated" : false,
"returnType" : {
"returnType" : "GetSavingsPlansUtilizationResponse",
"documentation" : null
},
"syncReturnType" : "GetSavingsPlansUtilizationResponse"
},
"GetSavingsPlansUtilizationDetails" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves attribute data along with aggregate utilization and savings data for a given time period. This doesn't support granular or grouped data (daily/monthly) in response. You can't retrieve data by dates in a single response similar to GetSavingsPlanUtilization
, but you have the option to make multiple calls to GetSavingsPlanUtilizationDetails
by providing individual dates. You can use GetDimensionValues
in SAVINGS_PLANS
to determine the possible dimension values.
GetSavingsPlanUtilizationDetails
internally groups data by SavingsPlansArn
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DataUnavailableException",
"documentation" : "The requested data is unavailable.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The pagination token is invalid. Try again without a pagination token.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSavingsPlansUtilizationDetailsRequest",
"variableName" : "getSavingsPlansUtilizationDetailsRequest",
"variableType" : "GetSavingsPlansUtilizationDetailsRequest",
"documentation" : "",
"simpleType" : "GetSavingsPlansUtilizationDetailsRequest",
"variableSetterType" : "GetSavingsPlansUtilizationDetailsRequest"
},
"methodName" : "getSavingsPlansUtilizationDetails",
"operationName" : "GetSavingsPlansUtilizationDetails",
"paginated" : true,
"returnType" : {
"returnType" : "GetSavingsPlansUtilizationDetailsResponse",
"documentation" : null
},
"syncReturnType" : "GetSavingsPlansUtilizationDetailsResponse"
},
"GetTags" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Queries for available tag keys and tag values for a specified period. You can search the tag values for an arbitrary string.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
}, {
"exceptionName" : "BillExpirationException",
"documentation" : "The requested report expired. Update the date interval and try again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DataUnavailableException",
"documentation" : "The requested data is unavailable.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The pagination token is invalid. Try again without a pagination token.
",
"httpStatusCode" : null
}, {
"exceptionName" : "RequestChangedException",
"documentation" : "Your request parameters changed between pages. Try again with the old parameters or without a pagination token.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetTagsRequest",
"variableName" : "getTagsRequest",
"variableType" : "GetTagsRequest",
"documentation" : "",
"simpleType" : "GetTagsRequest",
"variableSetterType" : "GetTagsRequest"
},
"methodName" : "getTags",
"operationName" : "GetTags",
"paginated" : false,
"returnType" : {
"returnType" : "GetTagsResponse",
"documentation" : null
},
"syncReturnType" : "GetTagsResponse"
},
"GetUsageForecast" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a forecast for how much Amazon Web Services predicts that you will use over the forecast time period that you select, based on your past usage.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DataUnavailableException",
"documentation" : "The requested data is unavailable.
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnresolvableUsageUnitException",
"documentation" : "Cost Explorer was unable to identify the usage unit. Provide UsageType/UsageTypeGroup
filter selections that contain matching units, for example: hours
.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetUsageForecastRequest",
"variableName" : "getUsageForecastRequest",
"variableType" : "GetUsageForecastRequest",
"documentation" : "",
"simpleType" : "GetUsageForecastRequest",
"variableSetterType" : "GetUsageForecastRequest"
},
"methodName" : "getUsageForecast",
"operationName" : "GetUsageForecast",
"paginated" : false,
"returnType" : {
"returnType" : "GetUsageForecastResponse",
"documentation" : null
},
"syncReturnType" : "GetUsageForecastResponse"
},
"ListCostCategoryDefinitions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the name, ARN, NumberOfRules
and effective dates of all Cost Categories defined in the account. You have the option to use EffectiveOn
to return a list of Cost Categories that were active on a specific date. If there is no EffectiveOn
specified, you’ll see Cost Categories that are effective on the current date. If Cost Category is still effective, EffectiveEnd
is omitted in the response. ListCostCategoryDefinitions
supports pagination. The request can have a MaxResults
range up to 100.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListCostCategoryDefinitionsRequest",
"variableName" : "listCostCategoryDefinitionsRequest",
"variableType" : "ListCostCategoryDefinitionsRequest",
"documentation" : "",
"simpleType" : "ListCostCategoryDefinitionsRequest",
"variableSetterType" : "ListCostCategoryDefinitionsRequest"
},
"methodName" : "listCostCategoryDefinitions",
"operationName" : "ListCostCategoryDefinitions",
"paginated" : true,
"returnType" : {
"returnType" : "ListCostCategoryDefinitionsResponse",
"documentation" : null
},
"syncReturnType" : "ListCostCategoryDefinitionsResponse"
},
"UpdateCostCategoryDefinition" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates an existing Cost Category. Changes made to the Cost Category rules will be used to categorize the current month’s expenses and future expenses. This won’t change categorization for the previous months.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : " The specified ARN in the request doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceQuotaExceededException",
"documentation" : " You've reached the limit on the number of resources you can create, or exceeded the size of an individual resources.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You made too many calls in a short period of time. Try again later.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateCostCategoryDefinitionRequest",
"variableName" : "updateCostCategoryDefinitionRequest",
"variableType" : "UpdateCostCategoryDefinitionRequest",
"documentation" : "",
"simpleType" : "UpdateCostCategoryDefinitionRequest",
"variableSetterType" : "UpdateCostCategoryDefinitionRequest"
},
"methodName" : "updateCostCategoryDefinition",
"operationName" : "UpdateCostCategoryDefinition",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateCostCategoryDefinitionResponse",
"documentation" : null
},
"syncReturnType" : "UpdateCostCategoryDefinitionResponse"
}
},
"shapes" : {
"AccountScope" : {
"c2jName" : "AccountScope",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "PAYER",
"value" : "PAYER"
}, {
"name" : "LINKED",
"value" : "LINKED"
} ],
"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" : "AccountScope",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AccountScope",
"variableName" : "accountScope",
"variableType" : "AccountScope",
"documentation" : null,
"simpleType" : "AccountScope",
"variableSetterType" : "AccountScope"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BillExpirationException" : {
"c2jName" : "BillExpirationException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The requested report expired. Update the date interval and try again.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "BillExpirationException",
"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" : "BillExpirationException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BillExpirationException",
"variableName" : "billExpirationException",
"variableType" : "BillExpirationException",
"documentation" : null,
"simpleType" : "BillExpirationException",
"variableSetterType" : "BillExpirationException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"Context" : {
"c2jName" : "Context",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "COST_AND_USAGE",
"value" : "COST_AND_USAGE"
}, {
"name" : "RESERVATIONS",
"value" : "RESERVATIONS"
}, {
"name" : "SAVINGS_PLANS",
"value" : "SAVINGS_PLANS"
} ],
"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" : "Context",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Context",
"variableName" : "context",
"variableType" : "Context",
"documentation" : null,
"simpleType" : "Context",
"variableSetterType" : "Context"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CostCategory" : {
"c2jName" : "CostCategory",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The structure of Cost Categories. This includes detailed metadata and the set of rules for the CostCategory
object.
",
"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" : "getCostCategoryArn",
"beanStyleSetterMethodName" : "setCostCategoryArn",
"c2jName" : "CostCategoryArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : " The unique identifier for your Cost Category.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #costCategoryArn(String)}.\n@param costCategoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #costCategoryArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The unique identifier for your Cost Category.
\n@return The unique identifier for your Cost Category.\n@deprecated Use {@link #costCategoryArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costCategoryArn(String)}\n",
"documentation" : " The unique identifier for your Cost Category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CostCategoryArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCostCategoryArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "costCategoryArn",
"fluentSetterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "costCategoryArn",
"getterDocumentation" : " The unique identifier for your Cost Category.
\n@return The unique identifier for your Cost Category.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CostCategoryArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CostCategoryArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CostCategoryArn",
"sensitive" : false,
"setterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.",
"setterMethodName" : "setCostCategoryArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : " The unique identifier for your Cost Category.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEffectiveStart",
"beanStyleSetterMethodName" : "setEffectiveStart",
"c2jName" : "EffectiveStart",
"c2jShape" : "ZonedDateTime",
"defaultConsumerFluentSetterDocumentation" : " The Cost Category's effective start date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #effectiveStart(String)}.\n@param effectiveStart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectiveStart(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.\n@deprecated Use {@link #effectiveStart()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectiveStart(String)}\n",
"documentation" : " The Cost Category's effective start date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EffectiveStart property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEffectiveStart",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "effectiveStart",
"fluentSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "effectiveStart",
"getterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EffectiveStart",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EffectiveStart",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EffectiveStart",
"sensitive" : false,
"setterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.",
"setterMethodName" : "setEffectiveStart",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : " The Cost Category's effective start date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEffectiveEnd",
"beanStyleSetterMethodName" : "setEffectiveEnd",
"c2jName" : "EffectiveEnd",
"c2jShape" : "ZonedDateTime",
"defaultConsumerFluentSetterDocumentation" : " The Cost Category's effective end date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #effectiveEnd(String)}.\n@param effectiveEnd a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectiveEnd(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The Cost Category's effective end date.
\n@return The Cost Category's effective end date.\n@deprecated Use {@link #effectiveEnd()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectiveEnd(String)}\n",
"documentation" : " The Cost Category's effective end date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EffectiveEnd property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEffectiveEnd",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "effectiveEnd",
"fluentSetterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "effectiveEnd",
"getterDocumentation" : " The Cost Category's effective end date.
\n@return The Cost Category's effective end date.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EffectiveEnd",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EffectiveEnd",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EffectiveEnd",
"sensitive" : false,
"setterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.",
"setterMethodName" : "setEffectiveEnd",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveEnd",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveEnd",
"variableType" : "String",
"documentation" : " The Cost Category's effective end date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "CostCategoryName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name 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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRuleVersion",
"beanStyleSetterMethodName" : "setRuleVersion",
"c2jName" : "RuleVersion",
"c2jShape" : "CostCategoryRuleVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the RuleVersion 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 #ruleVersionAsString(String)}.\n@param ruleVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the RuleVersion property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ruleVersion} will return {@link CostCategoryRuleVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ruleVersionAsString}.\n
\n@return The value of the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@deprecated Use {@link #ruleVersionAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see CostCategoryRuleVersion\n@deprecated Use {@link #ruleVersion(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "CostCategoryRuleVersion",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RuleVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRuleVersion",
"fluentEnumGetterMethodName" : "ruleVersion",
"fluentEnumSetterMethodName" : "ruleVersion",
"fluentGetterMethodName" : "ruleVersionAsString",
"fluentSetterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see CostCategoryRuleVersion",
"fluentSetterMethodName" : "ruleVersion",
"getterDocumentation" : "Returns the value of the RuleVersion property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ruleVersion} will return {@link CostCategoryRuleVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ruleVersionAsString}.\n
\n@return The value of the RuleVersion property for this object.\n@see CostCategoryRuleVersion",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleVersion",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion",
"setterMethodName" : "setRuleVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRules",
"beanStyleSetterMethodName" : "setRules",
"c2jName" : "Rules",
"c2jShape" : "CostCategoryRulesList",
"defaultConsumerFluentSetterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\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 #rules(List)}.\n@param rules 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 #rules(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.\n@deprecated Use {@link #rules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\n@param rules Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n",
"documentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rules",
"fluentSetterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\n@param rules Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rules",
"getterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.",
"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" : "Rules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rules",
"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" : "CostCategoryRule",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CostCategoryRule.Builder} avoiding the need to create one manually via {@link CostCategoryRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CostCategoryRule.Builder#build()} is called immediately and its result is passed to {@link #member(CostCategoryRule)}.\n@param member a consumer that will call methods on {@link CostCategoryRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CostCategoryRule)",
"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(CostCategoryRule)}\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" : "CostCategoryRule",
"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" : "CostCategoryRule",
"variableName" : "member",
"variableType" : "CostCategoryRule",
"documentation" : null,
"simpleType" : "CostCategoryRule",
"variableSetterType" : "CostCategoryRule"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CostCategoryRule",
"variableName" : "member",
"variableType" : "CostCategoryRule",
"documentation" : "",
"simpleType" : "CostCategoryRule",
"variableSetterType" : "CostCategoryRule"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CostCategoryRule",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CostCategoryRule",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Rules",
"sensitive" : false,
"setterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\n@param rules Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.",
"setterMethodName" : "setRules",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CostCategoryArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCostCategoryArn",
"beanStyleSetterMethodName" : "setCostCategoryArn",
"c2jName" : "CostCategoryArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : " The unique identifier for your Cost Category.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #costCategoryArn(String)}.\n@param costCategoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #costCategoryArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The unique identifier for your Cost Category.
\n@return The unique identifier for your Cost Category.\n@deprecated Use {@link #costCategoryArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costCategoryArn(String)}\n",
"documentation" : " The unique identifier for your Cost Category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CostCategoryArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCostCategoryArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "costCategoryArn",
"fluentSetterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "costCategoryArn",
"getterDocumentation" : " The unique identifier for your Cost Category.
\n@return The unique identifier for your Cost Category.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CostCategoryArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CostCategoryArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CostCategoryArn",
"sensitive" : false,
"setterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.",
"setterMethodName" : "setCostCategoryArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : " The unique identifier for your Cost Category.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EffectiveEnd" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEffectiveEnd",
"beanStyleSetterMethodName" : "setEffectiveEnd",
"c2jName" : "EffectiveEnd",
"c2jShape" : "ZonedDateTime",
"defaultConsumerFluentSetterDocumentation" : " The Cost Category's effective end date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #effectiveEnd(String)}.\n@param effectiveEnd a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectiveEnd(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The Cost Category's effective end date.
\n@return The Cost Category's effective end date.\n@deprecated Use {@link #effectiveEnd()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectiveEnd(String)}\n",
"documentation" : " The Cost Category's effective end date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EffectiveEnd property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEffectiveEnd",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "effectiveEnd",
"fluentSetterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "effectiveEnd",
"getterDocumentation" : " The Cost Category's effective end date.
\n@return The Cost Category's effective end date.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EffectiveEnd",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EffectiveEnd",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EffectiveEnd",
"sensitive" : false,
"setterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.",
"setterMethodName" : "setEffectiveEnd",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveEnd",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveEnd",
"variableType" : "String",
"documentation" : " The Cost Category's effective end date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EffectiveStart" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEffectiveStart",
"beanStyleSetterMethodName" : "setEffectiveStart",
"c2jName" : "EffectiveStart",
"c2jShape" : "ZonedDateTime",
"defaultConsumerFluentSetterDocumentation" : " The Cost Category's effective start date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #effectiveStart(String)}.\n@param effectiveStart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectiveStart(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.\n@deprecated Use {@link #effectiveStart()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectiveStart(String)}\n",
"documentation" : " The Cost Category's effective start date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EffectiveStart property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEffectiveStart",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "effectiveStart",
"fluentSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "effectiveStart",
"getterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EffectiveStart",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EffectiveStart",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EffectiveStart",
"sensitive" : false,
"setterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.",
"setterMethodName" : "setEffectiveStart",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : " The Cost Category's effective start date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "CostCategoryName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name 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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RuleVersion" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRuleVersion",
"beanStyleSetterMethodName" : "setRuleVersion",
"c2jName" : "RuleVersion",
"c2jShape" : "CostCategoryRuleVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the RuleVersion 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 #ruleVersionAsString(String)}.\n@param ruleVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the RuleVersion property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ruleVersion} will return {@link CostCategoryRuleVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ruleVersionAsString}.\n
\n@return The value of the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@deprecated Use {@link #ruleVersionAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see CostCategoryRuleVersion\n@deprecated Use {@link #ruleVersion(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "CostCategoryRuleVersion",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RuleVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRuleVersion",
"fluentEnumGetterMethodName" : "ruleVersion",
"fluentEnumSetterMethodName" : "ruleVersion",
"fluentGetterMethodName" : "ruleVersionAsString",
"fluentSetterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see CostCategoryRuleVersion",
"fluentSetterMethodName" : "ruleVersion",
"getterDocumentation" : "Returns the value of the RuleVersion property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ruleVersion} will return {@link CostCategoryRuleVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ruleVersionAsString}.\n
\n@return The value of the RuleVersion property for this object.\n@see CostCategoryRuleVersion",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleVersion",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion",
"setterMethodName" : "setRuleVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Rules" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRules",
"beanStyleSetterMethodName" : "setRules",
"c2jName" : "Rules",
"c2jShape" : "CostCategoryRulesList",
"defaultConsumerFluentSetterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\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 #rules(List)}.\n@param rules 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 #rules(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.\n@deprecated Use {@link #rules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\n@param rules Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n",
"documentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rules",
"fluentSetterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\n@param rules Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rules",
"getterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.",
"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" : "Rules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rules",
"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" : "CostCategoryRule",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CostCategoryRule.Builder} avoiding the need to create one manually via {@link CostCategoryRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CostCategoryRule.Builder#build()} is called immediately and its result is passed to {@link #member(CostCategoryRule)}.\n@param member a consumer that will call methods on {@link CostCategoryRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CostCategoryRule)",
"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(CostCategoryRule)}\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" : "CostCategoryRule",
"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" : "CostCategoryRule",
"variableName" : "member",
"variableType" : "CostCategoryRule",
"documentation" : null,
"simpleType" : "CostCategoryRule",
"variableSetterType" : "CostCategoryRule"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CostCategoryRule",
"variableName" : "member",
"variableType" : "CostCategoryRule",
"documentation" : "",
"simpleType" : "CostCategoryRule",
"variableSetterType" : "CostCategoryRule"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CostCategoryRule",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CostCategoryRule",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Rules",
"sensitive" : false,
"setterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\n@param rules Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.",
"setterMethodName" : "setRules",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCostCategoryArn",
"beanStyleSetterMethodName" : "setCostCategoryArn",
"c2jName" : "CostCategoryArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : " The unique identifier for your Cost Category.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #costCategoryArn(String)}.\n@param costCategoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #costCategoryArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The unique identifier for your Cost Category.
\n@return The unique identifier for your Cost Category.\n@deprecated Use {@link #costCategoryArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costCategoryArn(String)}\n",
"documentation" : " The unique identifier for your Cost Category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CostCategoryArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCostCategoryArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "costCategoryArn",
"fluentSetterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "costCategoryArn",
"getterDocumentation" : " The unique identifier for your Cost Category.
\n@return The unique identifier for your Cost Category.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CostCategoryArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CostCategoryArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CostCategoryArn",
"sensitive" : false,
"setterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.",
"setterMethodName" : "setCostCategoryArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : " The unique identifier for your Cost Category.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEffectiveStart",
"beanStyleSetterMethodName" : "setEffectiveStart",
"c2jName" : "EffectiveStart",
"c2jShape" : "ZonedDateTime",
"defaultConsumerFluentSetterDocumentation" : " The Cost Category's effective start date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #effectiveStart(String)}.\n@param effectiveStart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectiveStart(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.\n@deprecated Use {@link #effectiveStart()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectiveStart(String)}\n",
"documentation" : " The Cost Category's effective start date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EffectiveStart property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEffectiveStart",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "effectiveStart",
"fluentSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "effectiveStart",
"getterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EffectiveStart",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EffectiveStart",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EffectiveStart",
"sensitive" : false,
"setterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.",
"setterMethodName" : "setEffectiveStart",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : " The Cost Category's effective start date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEffectiveEnd",
"beanStyleSetterMethodName" : "setEffectiveEnd",
"c2jName" : "EffectiveEnd",
"c2jShape" : "ZonedDateTime",
"defaultConsumerFluentSetterDocumentation" : " The Cost Category's effective end date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #effectiveEnd(String)}.\n@param effectiveEnd a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectiveEnd(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The Cost Category's effective end date.
\n@return The Cost Category's effective end date.\n@deprecated Use {@link #effectiveEnd()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectiveEnd(String)}\n",
"documentation" : " The Cost Category's effective end date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EffectiveEnd property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEffectiveEnd",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "effectiveEnd",
"fluentSetterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "effectiveEnd",
"getterDocumentation" : " The Cost Category's effective end date.
\n@return The Cost Category's effective end date.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EffectiveEnd",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EffectiveEnd",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EffectiveEnd",
"sensitive" : false,
"setterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.",
"setterMethodName" : "setEffectiveEnd",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveEnd",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveEnd",
"variableType" : "String",
"documentation" : " The Cost Category's effective end date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "CostCategoryName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name 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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRuleVersion",
"beanStyleSetterMethodName" : "setRuleVersion",
"c2jName" : "RuleVersion",
"c2jShape" : "CostCategoryRuleVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the RuleVersion 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 #ruleVersionAsString(String)}.\n@param ruleVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the RuleVersion property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ruleVersion} will return {@link CostCategoryRuleVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ruleVersionAsString}.\n
\n@return The value of the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@deprecated Use {@link #ruleVersionAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see CostCategoryRuleVersion\n@deprecated Use {@link #ruleVersion(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "CostCategoryRuleVersion",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RuleVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRuleVersion",
"fluentEnumGetterMethodName" : "ruleVersion",
"fluentEnumSetterMethodName" : "ruleVersion",
"fluentGetterMethodName" : "ruleVersionAsString",
"fluentSetterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see CostCategoryRuleVersion",
"fluentSetterMethodName" : "ruleVersion",
"getterDocumentation" : "Returns the value of the RuleVersion property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ruleVersion} will return {@link CostCategoryRuleVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ruleVersionAsString}.\n
\n@return The value of the RuleVersion property for this object.\n@see CostCategoryRuleVersion",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleVersion",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion",
"setterMethodName" : "setRuleVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRules",
"beanStyleSetterMethodName" : "setRules",
"c2jName" : "Rules",
"c2jShape" : "CostCategoryRulesList",
"defaultConsumerFluentSetterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\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 #rules(List)}.\n@param rules 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 #rules(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.\n@deprecated Use {@link #rules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\n@param rules Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n",
"documentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rules",
"fluentSetterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\n@param rules Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rules",
"getterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.",
"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" : "Rules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rules",
"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" : "CostCategoryRule",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CostCategoryRule.Builder} avoiding the need to create one manually via {@link CostCategoryRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CostCategoryRule.Builder#build()} is called immediately and its result is passed to {@link #member(CostCategoryRule)}.\n@param member a consumer that will call methods on {@link CostCategoryRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CostCategoryRule)",
"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(CostCategoryRule)}\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" : "CostCategoryRule",
"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" : "CostCategoryRule",
"variableName" : "member",
"variableType" : "CostCategoryRule",
"documentation" : null,
"simpleType" : "CostCategoryRule",
"variableSetterType" : "CostCategoryRule"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CostCategoryRule",
"variableName" : "member",
"variableType" : "CostCategoryRule",
"documentation" : "",
"simpleType" : "CostCategoryRule",
"variableSetterType" : "CostCategoryRule"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CostCategoryRule",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CostCategoryRule",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Rules",
"sensitive" : false,
"setterDocumentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
\n@param rules Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.",
"setterMethodName" : "setRules",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : " Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "CostCategoryArn", "EffectiveStart", "Name", "RuleVersion", "Rules" ],
"shapeName" : "CostCategory",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CostCategory",
"variableName" : "costCategory",
"variableType" : "CostCategory",
"documentation" : null,
"simpleType" : "CostCategory",
"variableSetterType" : "CostCategory"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CostCategoryReference" : {
"c2jName" : "CostCategoryReference",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A reference to a Cost Category containing only enough information to identify the Cost Category.
You can use this information to retrieve the full Cost Category information using DescribeCostCategory
.
",
"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" : "getCostCategoryArn",
"beanStyleSetterMethodName" : "setCostCategoryArn",
"c2jName" : "CostCategoryArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : " The unique identifier for your Cost Category.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #costCategoryArn(String)}.\n@param costCategoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #costCategoryArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The unique identifier for your Cost Category.
\n@return The unique identifier for your Cost Category.\n@deprecated Use {@link #costCategoryArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costCategoryArn(String)}\n",
"documentation" : " The unique identifier for your Cost Category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CostCategoryArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCostCategoryArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "costCategoryArn",
"fluentSetterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "costCategoryArn",
"getterDocumentation" : " The unique identifier for your Cost Category.
\n@return The unique identifier for your Cost Category.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CostCategoryArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CostCategoryArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CostCategoryArn",
"sensitive" : false,
"setterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.",
"setterMethodName" : "setCostCategoryArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : " The unique identifier for your Cost Category.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "CostCategoryName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name 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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEffectiveStart",
"beanStyleSetterMethodName" : "setEffectiveStart",
"c2jName" : "EffectiveStart",
"c2jShape" : "ZonedDateTime",
"defaultConsumerFluentSetterDocumentation" : " The Cost Category's effective start date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #effectiveStart(String)}.\n@param effectiveStart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectiveStart(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.\n@deprecated Use {@link #effectiveStart()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectiveStart(String)}\n",
"documentation" : " The Cost Category's effective start date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EffectiveStart property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEffectiveStart",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "effectiveStart",
"fluentSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "effectiveStart",
"getterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EffectiveStart",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EffectiveStart",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EffectiveStart",
"sensitive" : false,
"setterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.",
"setterMethodName" : "setEffectiveStart",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : " The Cost Category's effective start date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEffectiveEnd",
"beanStyleSetterMethodName" : "setEffectiveEnd",
"c2jName" : "EffectiveEnd",
"c2jShape" : "ZonedDateTime",
"defaultConsumerFluentSetterDocumentation" : " The Cost Category's effective end date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #effectiveEnd(String)}.\n@param effectiveEnd a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectiveEnd(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The Cost Category's effective end date.
\n@return The Cost Category's effective end date.\n@deprecated Use {@link #effectiveEnd()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectiveEnd(String)}\n",
"documentation" : " The Cost Category's effective end date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EffectiveEnd property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEffectiveEnd",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "effectiveEnd",
"fluentSetterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "effectiveEnd",
"getterDocumentation" : " The Cost Category's effective end date.
\n@return The Cost Category's effective end date.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EffectiveEnd",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EffectiveEnd",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EffectiveEnd",
"sensitive" : false,
"setterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.",
"setterMethodName" : "setEffectiveEnd",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveEnd",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveEnd",
"variableType" : "String",
"documentation" : " The Cost Category's effective end date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNumberOfRules",
"beanStyleSetterMethodName" : "setNumberOfRules",
"c2jName" : "NumberOfRules",
"c2jShape" : "NonNegativeInteger",
"defaultConsumerFluentSetterDocumentation" : " The number of rules associated with a specific Cost Category.
\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 #numberOfRules(Integer)}.\n@param numberOfRules 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 #numberOfRules(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The number of rules associated with a specific Cost Category.
\n@return The number of rules associated with a specific Cost Category.\n@deprecated Use {@link #numberOfRules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The number of rules associated with a specific Cost Category.
\n@param numberOfRules The number of rules associated with a specific Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfRules(Integer)}\n",
"documentation" : " The number of rules associated with a specific Cost Category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NumberOfRules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNumberOfRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "numberOfRules",
"fluentSetterDocumentation" : " The number of rules associated with a specific Cost Category.
\n@param numberOfRules The number of rules associated with a specific Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "numberOfRules",
"getterDocumentation" : " The number of rules associated with a specific Cost Category.
\n@return The number of rules associated with a specific Cost Category.",
"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" : "NumberOfRules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NumberOfRules",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "NumberOfRules",
"sensitive" : false,
"setterDocumentation" : " The number of rules associated with a specific Cost Category.
\n@param numberOfRules The number of rules associated with a specific Cost Category.",
"setterMethodName" : "setNumberOfRules",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "numberOfRules",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "numberOfRules",
"variableType" : "Integer",
"documentation" : " The number of rules associated with a specific Cost Category.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CostCategoryArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCostCategoryArn",
"beanStyleSetterMethodName" : "setCostCategoryArn",
"c2jName" : "CostCategoryArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : " The unique identifier for your Cost Category.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #costCategoryArn(String)}.\n@param costCategoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #costCategoryArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The unique identifier for your Cost Category.
\n@return The unique identifier for your Cost Category.\n@deprecated Use {@link #costCategoryArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costCategoryArn(String)}\n",
"documentation" : " The unique identifier for your Cost Category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CostCategoryArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCostCategoryArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "costCategoryArn",
"fluentSetterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "costCategoryArn",
"getterDocumentation" : " The unique identifier for your Cost Category.
\n@return The unique identifier for your Cost Category.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CostCategoryArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CostCategoryArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CostCategoryArn",
"sensitive" : false,
"setterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.",
"setterMethodName" : "setCostCategoryArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : " The unique identifier for your Cost Category.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EffectiveEnd" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEffectiveEnd",
"beanStyleSetterMethodName" : "setEffectiveEnd",
"c2jName" : "EffectiveEnd",
"c2jShape" : "ZonedDateTime",
"defaultConsumerFluentSetterDocumentation" : " The Cost Category's effective end date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #effectiveEnd(String)}.\n@param effectiveEnd a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectiveEnd(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The Cost Category's effective end date.
\n@return The Cost Category's effective end date.\n@deprecated Use {@link #effectiveEnd()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectiveEnd(String)}\n",
"documentation" : " The Cost Category's effective end date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EffectiveEnd property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEffectiveEnd",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "effectiveEnd",
"fluentSetterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "effectiveEnd",
"getterDocumentation" : " The Cost Category's effective end date.
\n@return The Cost Category's effective end date.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EffectiveEnd",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EffectiveEnd",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EffectiveEnd",
"sensitive" : false,
"setterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.",
"setterMethodName" : "setEffectiveEnd",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveEnd",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveEnd",
"variableType" : "String",
"documentation" : " The Cost Category's effective end date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EffectiveStart" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEffectiveStart",
"beanStyleSetterMethodName" : "setEffectiveStart",
"c2jName" : "EffectiveStart",
"c2jShape" : "ZonedDateTime",
"defaultConsumerFluentSetterDocumentation" : " The Cost Category's effective start date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #effectiveStart(String)}.\n@param effectiveStart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectiveStart(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.\n@deprecated Use {@link #effectiveStart()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectiveStart(String)}\n",
"documentation" : " The Cost Category's effective start date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EffectiveStart property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEffectiveStart",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "effectiveStart",
"fluentSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "effectiveStart",
"getterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EffectiveStart",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EffectiveStart",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EffectiveStart",
"sensitive" : false,
"setterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.",
"setterMethodName" : "setEffectiveStart",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : " The Cost Category's effective start date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "CostCategoryName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name 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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NumberOfRules" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNumberOfRules",
"beanStyleSetterMethodName" : "setNumberOfRules",
"c2jName" : "NumberOfRules",
"c2jShape" : "NonNegativeInteger",
"defaultConsumerFluentSetterDocumentation" : " The number of rules associated with a specific Cost Category.
\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 #numberOfRules(Integer)}.\n@param numberOfRules 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 #numberOfRules(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The number of rules associated with a specific Cost Category.
\n@return The number of rules associated with a specific Cost Category.\n@deprecated Use {@link #numberOfRules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The number of rules associated with a specific Cost Category.
\n@param numberOfRules The number of rules associated with a specific Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfRules(Integer)}\n",
"documentation" : " The number of rules associated with a specific Cost Category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NumberOfRules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNumberOfRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "numberOfRules",
"fluentSetterDocumentation" : " The number of rules associated with a specific Cost Category.
\n@param numberOfRules The number of rules associated with a specific Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "numberOfRules",
"getterDocumentation" : " The number of rules associated with a specific Cost Category.
\n@return The number of rules associated with a specific Cost Category.",
"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" : "NumberOfRules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NumberOfRules",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "NumberOfRules",
"sensitive" : false,
"setterDocumentation" : " The number of rules associated with a specific Cost Category.
\n@param numberOfRules The number of rules associated with a specific Cost Category.",
"setterMethodName" : "setNumberOfRules",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "numberOfRules",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "numberOfRules",
"variableType" : "Integer",
"documentation" : " The number of rules associated with a specific Cost Category.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCostCategoryArn",
"beanStyleSetterMethodName" : "setCostCategoryArn",
"c2jName" : "CostCategoryArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : " The unique identifier for your Cost Category.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #costCategoryArn(String)}.\n@param costCategoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #costCategoryArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The unique identifier for your Cost Category.
\n@return The unique identifier for your Cost Category.\n@deprecated Use {@link #costCategoryArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costCategoryArn(String)}\n",
"documentation" : " The unique identifier for your Cost Category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CostCategoryArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCostCategoryArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "costCategoryArn",
"fluentSetterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "costCategoryArn",
"getterDocumentation" : " The unique identifier for your Cost Category.
\n@return The unique identifier for your Cost Category.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CostCategoryArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CostCategoryArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CostCategoryArn",
"sensitive" : false,
"setterDocumentation" : " The unique identifier for your Cost Category.
\n@param costCategoryArn The unique identifier for your Cost Category.",
"setterMethodName" : "setCostCategoryArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : " The unique identifier for your Cost Category.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "CostCategoryName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name 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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEffectiveStart",
"beanStyleSetterMethodName" : "setEffectiveStart",
"c2jName" : "EffectiveStart",
"c2jShape" : "ZonedDateTime",
"defaultConsumerFluentSetterDocumentation" : " The Cost Category's effective start date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #effectiveStart(String)}.\n@param effectiveStart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectiveStart(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.\n@deprecated Use {@link #effectiveStart()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectiveStart(String)}\n",
"documentation" : " The Cost Category's effective start date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EffectiveStart property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEffectiveStart",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "effectiveStart",
"fluentSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "effectiveStart",
"getterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EffectiveStart",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EffectiveStart",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EffectiveStart",
"sensitive" : false,
"setterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.",
"setterMethodName" : "setEffectiveStart",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : " The Cost Category's effective start date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEffectiveEnd",
"beanStyleSetterMethodName" : "setEffectiveEnd",
"c2jName" : "EffectiveEnd",
"c2jShape" : "ZonedDateTime",
"defaultConsumerFluentSetterDocumentation" : " The Cost Category's effective end date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #effectiveEnd(String)}.\n@param effectiveEnd a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectiveEnd(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The Cost Category's effective end date.
\n@return The Cost Category's effective end date.\n@deprecated Use {@link #effectiveEnd()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectiveEnd(String)}\n",
"documentation" : " The Cost Category's effective end date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EffectiveEnd property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEffectiveEnd",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "effectiveEnd",
"fluentSetterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "effectiveEnd",
"getterDocumentation" : " The Cost Category's effective end date.
\n@return The Cost Category's effective end date.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EffectiveEnd",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EffectiveEnd",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EffectiveEnd",
"sensitive" : false,
"setterDocumentation" : " The Cost Category's effective end date.
\n@param effectiveEnd The Cost Category's effective end date.",
"setterMethodName" : "setEffectiveEnd",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveEnd",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveEnd",
"variableType" : "String",
"documentation" : " The Cost Category's effective end date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNumberOfRules",
"beanStyleSetterMethodName" : "setNumberOfRules",
"c2jName" : "NumberOfRules",
"c2jShape" : "NonNegativeInteger",
"defaultConsumerFluentSetterDocumentation" : " The number of rules associated with a specific Cost Category.
\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 #numberOfRules(Integer)}.\n@param numberOfRules 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 #numberOfRules(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The number of rules associated with a specific Cost Category.
\n@return The number of rules associated with a specific Cost Category.\n@deprecated Use {@link #numberOfRules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The number of rules associated with a specific Cost Category.
\n@param numberOfRules The number of rules associated with a specific Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numberOfRules(Integer)}\n",
"documentation" : " The number of rules associated with a specific Cost Category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NumberOfRules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNumberOfRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "numberOfRules",
"fluentSetterDocumentation" : " The number of rules associated with a specific Cost Category.
\n@param numberOfRules The number of rules associated with a specific Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "numberOfRules",
"getterDocumentation" : " The number of rules associated with a specific Cost Category.
\n@return The number of rules associated with a specific Cost Category.",
"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" : "NumberOfRules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NumberOfRules",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "NumberOfRules",
"sensitive" : false,
"setterDocumentation" : " The number of rules associated with a specific Cost Category.
\n@param numberOfRules The number of rules associated with a specific Cost Category.",
"setterMethodName" : "setNumberOfRules",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "numberOfRules",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "numberOfRules",
"variableType" : "Integer",
"documentation" : " The number of rules associated with a specific Cost Category.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CostCategoryReference",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CostCategoryReference",
"variableName" : "costCategoryReference",
"variableType" : "CostCategoryReference",
"documentation" : null,
"simpleType" : "CostCategoryReference",
"variableSetterType" : "CostCategoryReference"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CostCategoryRule" : {
"c2jName" : "CostCategoryRule",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
",
"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" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "Value",
"c2jShape" : "CostCategoryValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "Value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRule",
"beanStyleSetterMethodName" : "setRule",
"c2jName" : "Rule",
"c2jShape" : "Expression",
"defaultConsumerFluentSetterDocumentation" : "An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\nThis is a convenience that creates an instance of the {@link Expression.Builder} avoiding the need to create one manually via {@link Expression#builder()}.\n\nWhen the {@link Consumer} completes, {@link Expression.Builder#build()} is called immediately and its result is passed to {@link #rule(Expression)}.\n@param rule a consumer that will call methods on {@link Expression.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rule(Expression)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\n@return An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
. Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.\n@deprecated Use {@link #rule()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\n@param rule An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
. Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rule(Expression)}\n",
"documentation" : "
An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Rule property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRule",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rule",
"fluentSetterDocumentation" : "An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\n@param rule An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
. Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rule",
"getterDocumentation" : "
An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\n@return An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
. Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.",
"getterModel" : {
"returnType" : "Expression",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Rule",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rule",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Rule",
"sensitive" : false,
"setterDocumentation" : "
An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\n@param rule An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
. Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.",
"setterMethodName" : "setRule",
"setterModel" : {
"variableDeclarationType" : "Expression",
"variableName" : "rule",
"variableType" : "Expression",
"documentation" : null,
"simpleType" : "Expression",
"variableSetterType" : "Expression"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Expression",
"variableName" : "rule",
"variableType" : "Expression",
"documentation" : "
An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
",
"simpleType" : "Expression",
"variableSetterType" : "Expression"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Rule" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRule",
"beanStyleSetterMethodName" : "setRule",
"c2jName" : "Rule",
"c2jShape" : "Expression",
"defaultConsumerFluentSetterDocumentation" : "An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\nThis is a convenience that creates an instance of the {@link Expression.Builder} avoiding the need to create one manually via {@link Expression#builder()}.\n\nWhen the {@link Consumer} completes, {@link Expression.Builder#build()} is called immediately and its result is passed to {@link #rule(Expression)}.\n@param rule a consumer that will call methods on {@link Expression.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rule(Expression)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\n@return An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
. Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.\n@deprecated Use {@link #rule()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\n@param rule An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
. Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rule(Expression)}\n",
"documentation" : "
An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Rule property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRule",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rule",
"fluentSetterDocumentation" : "An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\n@param rule An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
. Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rule",
"getterDocumentation" : "
An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\n@return An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
. Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.",
"getterModel" : {
"returnType" : "Expression",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Rule",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rule",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Rule",
"sensitive" : false,
"setterDocumentation" : "
An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\n@param rule An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
. Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.",
"setterMethodName" : "setRule",
"setterModel" : {
"variableDeclarationType" : "Expression",
"variableName" : "rule",
"variableType" : "Expression",
"documentation" : null,
"simpleType" : "Expression",
"variableSetterType" : "Expression"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Expression",
"variableName" : "rule",
"variableType" : "Expression",
"documentation" : "
An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
",
"simpleType" : "Expression",
"variableSetterType" : "Expression"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Value" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "Value",
"c2jShape" : "CostCategoryValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "Value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "Value",
"c2jShape" : "CostCategoryValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "Value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRule",
"beanStyleSetterMethodName" : "setRule",
"c2jName" : "Rule",
"c2jShape" : "Expression",
"defaultConsumerFluentSetterDocumentation" : "An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\nThis is a convenience that creates an instance of the {@link Expression.Builder} avoiding the need to create one manually via {@link Expression#builder()}.\n\nWhen the {@link Consumer} completes, {@link Expression.Builder#build()} is called immediately and its result is passed to {@link #rule(Expression)}.\n@param rule a consumer that will call methods on {@link Expression.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rule(Expression)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\n@return An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
. Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.\n@deprecated Use {@link #rule()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\n@param rule An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
. Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rule(Expression)}\n",
"documentation" : "
An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Rule property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRule",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rule",
"fluentSetterDocumentation" : "An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\n@param rule An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
. Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rule",
"getterDocumentation" : "
An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\n@return An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
. Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.",
"getterModel" : {
"returnType" : "Expression",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Rule",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rule",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Rule",
"sensitive" : false,
"setterDocumentation" : "
An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
\n@param rule An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
. Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.",
"setterMethodName" : "setRule",
"setterModel" : {
"variableDeclarationType" : "Expression",
"variableName" : "rule",
"variableType" : "Expression",
"documentation" : null,
"simpleType" : "Expression",
"variableSetterType" : "Expression"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Expression",
"variableName" : "rule",
"variableType" : "Expression",
"documentation" : "
An Expression object used to categorize costs. This supports dimensions, Tags, and nested expressions. Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
is not supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON editor. For a detailed comparison, see Term Comparisons in the AWS Billing and Cost Management User Guide.
",
"simpleType" : "Expression",
"variableSetterType" : "Expression"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Value", "Rule" ],
"shapeName" : "CostCategoryRule",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CostCategoryRule",
"variableName" : "costCategoryRule",
"variableType" : "CostCategoryRule",
"documentation" : null,
"simpleType" : "CostCategoryRule",
"variableSetterType" : "CostCategoryRule"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CostCategoryRuleVersion" : {
"c2jName" : "CostCategoryRuleVersion",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The rule schema version in this particular Cost Category.
",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "COST_CATEGORY_EXPRESSION_V1",
"value" : "CostCategoryExpression.v1"
} ],
"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" : "CostCategoryRuleVersion",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CostCategoryRuleVersion",
"variableName" : "costCategoryRuleVersion",
"variableType" : "CostCategoryRuleVersion",
"documentation" : null,
"simpleType" : "CostCategoryRuleVersion",
"variableSetterType" : "CostCategoryRuleVersion"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CostCategoryValues" : {
"c2jName" : "CostCategoryValues",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The Cost Categories values used for filtering the costs.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "Key",
"c2jShape" : "CostCategoryName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "Key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getValues",
"beanStyleSetterMethodName" : "setValues",
"c2jName" : "Values",
"c2jShape" : "Values",
"defaultConsumerFluentSetterDocumentation" : "The specific value of the Cost Category.
\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 #values(List)}.\n@param values 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 #values(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The specific value of the Cost Category.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasValues()} to see if a value was sent in this field.\n
\n@return The specific value of the Cost Category.\n@deprecated Use {@link #values()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The specific value of the Cost Category.
\n@param values The specific value of the Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n",
"documentation" : "The specific value of the Cost Category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValues",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "values",
"fluentSetterDocumentation" : "The specific value of the Cost Category.
\n@param values The specific value of the Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "values",
"getterDocumentation" : "The specific value of the Cost Category.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasValues()} to see if a value was sent in this field.\n
\n@return The specific value of the Cost Category.",
"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" : "Values",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Values",
"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" : "Value",
"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" : "Values",
"sensitive" : false,
"setterDocumentation" : "The specific value of the Cost Category.
\n@param values The specific value of the Cost Category.",
"setterMethodName" : "setValues",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "values",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "values",
"variableType" : "java.util.List",
"documentation" : "The specific value of the Cost Category.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Key" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "Key",
"c2jShape" : "CostCategoryName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "Key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Values" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getValues",
"beanStyleSetterMethodName" : "setValues",
"c2jName" : "Values",
"c2jShape" : "Values",
"defaultConsumerFluentSetterDocumentation" : "The specific value of the Cost Category.
\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 #values(List)}.\n@param values 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 #values(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The specific value of the Cost Category.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasValues()} to see if a value was sent in this field.\n
\n@return The specific value of the Cost Category.\n@deprecated Use {@link #values()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The specific value of the Cost Category.
\n@param values The specific value of the Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n",
"documentation" : "The specific value of the Cost Category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValues",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "values",
"fluentSetterDocumentation" : "The specific value of the Cost Category.
\n@param values The specific value of the Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "values",
"getterDocumentation" : "The specific value of the Cost Category.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasValues()} to see if a value was sent in this field.\n
\n@return The specific value of the Cost Category.",
"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" : "Values",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Values",
"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" : "Value",
"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" : "Values",
"sensitive" : false,
"setterDocumentation" : "The specific value of the Cost Category.
\n@param values The specific value of the Cost Category.",
"setterMethodName" : "setValues",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "values",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "values",
"variableType" : "java.util.List",
"documentation" : "The specific value of the Cost Category.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "Key",
"c2jShape" : "CostCategoryName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "Key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getValues",
"beanStyleSetterMethodName" : "setValues",
"c2jName" : "Values",
"c2jShape" : "Values",
"defaultConsumerFluentSetterDocumentation" : "The specific value of the Cost Category.
\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 #values(List)}.\n@param values 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 #values(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The specific value of the Cost Category.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasValues()} to see if a value was sent in this field.\n
\n@return The specific value of the Cost Category.\n@deprecated Use {@link #values()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The specific value of the Cost Category.
\n@param values The specific value of the Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n",
"documentation" : "The specific value of the Cost Category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValues",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "values",
"fluentSetterDocumentation" : "The specific value of the Cost Category.
\n@param values The specific value of the Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "values",
"getterDocumentation" : "The specific value of the Cost Category.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasValues()} to see if a value was sent in this field.\n
\n@return The specific value of the Cost Category.",
"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" : "Values",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Values",
"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" : "Value",
"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" : "Values",
"sensitive" : false,
"setterDocumentation" : "The specific value of the Cost Category.
\n@param values The specific value of the Cost Category.",
"setterMethodName" : "setValues",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "values",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "values",
"variableType" : "java.util.List",
"documentation" : "The specific value of the Cost Category.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CostCategoryValues",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CostCategoryValues",
"variableName" : "costCategoryValues",
"variableType" : "CostCategoryValues",
"documentation" : null,
"simpleType" : "CostCategoryValues",
"variableSetterType" : "CostCategoryValues"
},
"wrapper" : false,
"xmlNamespace" : null
},
"Coverage" : {
"c2jName" : "Coverage",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The amount of instance usage that a reservation covered.
",
"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" : "getCoverageHours",
"beanStyleSetterMethodName" : "setCoverageHours",
"c2jName" : "CoverageHours",
"c2jShape" : "CoverageHours",
"defaultConsumerFluentSetterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\nThis is a convenience that creates an instance of the {@link CoverageHours.Builder} avoiding the need to create one manually via {@link CoverageHours#builder()}.\n\nWhen the {@link Consumer} completes, {@link CoverageHours.Builder#build()} is called immediately and its result is passed to {@link #coverageHours(CoverageHours)}.\n@param coverageHours a consumer that will call methods on {@link CoverageHours.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #coverageHours(CoverageHours)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\n@return The amount of instance usage that the reservation covered, in hours.\n@deprecated Use {@link #coverageHours()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\n@param coverageHours The amount of instance usage that the reservation covered, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #coverageHours(CoverageHours)}\n",
"documentation" : "The amount of instance usage that the reservation covered, in hours.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CoverageHours property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCoverageHours",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "coverageHours",
"fluentSetterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\n@param coverageHours The amount of instance usage that the reservation covered, in hours.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "coverageHours",
"getterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\n@return The amount of instance usage that the reservation covered, in hours.",
"getterModel" : {
"returnType" : "CoverageHours",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CoverageHours",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CoverageHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CoverageHours",
"sensitive" : false,
"setterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\n@param coverageHours The amount of instance usage that the reservation covered, in hours.",
"setterMethodName" : "setCoverageHours",
"setterModel" : {
"variableDeclarationType" : "CoverageHours",
"variableName" : "coverageHours",
"variableType" : "CoverageHours",
"documentation" : null,
"simpleType" : "CoverageHours",
"variableSetterType" : "CoverageHours"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CoverageHours",
"variableName" : "coverageHours",
"variableType" : "CoverageHours",
"documentation" : "The amount of instance usage that the reservation covered, in hours.
",
"simpleType" : "CoverageHours",
"variableSetterType" : "CoverageHours"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCoverageNormalizedUnits",
"beanStyleSetterMethodName" : "setCoverageNormalizedUnits",
"c2jName" : "CoverageNormalizedUnits",
"c2jShape" : "CoverageNormalizedUnits",
"defaultConsumerFluentSetterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\nThis is a convenience that creates an instance of the {@link CoverageNormalizedUnits.Builder} avoiding the need to create one manually via {@link CoverageNormalizedUnits#builder()}.\n\nWhen the {@link Consumer} completes, {@link CoverageNormalizedUnits.Builder#build()} is called immediately and its result is passed to {@link #coverageNormalizedUnits(CoverageNormalizedUnits)}.\n@param coverageNormalizedUnits a consumer that will call methods on {@link CoverageNormalizedUnits.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #coverageNormalizedUnits(CoverageNormalizedUnits)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\n@return The amount of instance usage that the reservation covered, in normalized units.\n@deprecated Use {@link #coverageNormalizedUnits()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\n@param coverageNormalizedUnits The amount of instance usage that the reservation covered, in normalized units.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #coverageNormalizedUnits(CoverageNormalizedUnits)}\n",
"documentation" : "The amount of instance usage that the reservation covered, in normalized units.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CoverageNormalizedUnits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCoverageNormalizedUnits",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "coverageNormalizedUnits",
"fluentSetterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\n@param coverageNormalizedUnits The amount of instance usage that the reservation covered, in normalized units.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "coverageNormalizedUnits",
"getterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\n@return The amount of instance usage that the reservation covered, in normalized units.",
"getterModel" : {
"returnType" : "CoverageNormalizedUnits",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CoverageNormalizedUnits",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CoverageNormalizedUnits",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CoverageNormalizedUnits",
"sensitive" : false,
"setterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\n@param coverageNormalizedUnits The amount of instance usage that the reservation covered, in normalized units.",
"setterMethodName" : "setCoverageNormalizedUnits",
"setterModel" : {
"variableDeclarationType" : "CoverageNormalizedUnits",
"variableName" : "coverageNormalizedUnits",
"variableType" : "CoverageNormalizedUnits",
"documentation" : null,
"simpleType" : "CoverageNormalizedUnits",
"variableSetterType" : "CoverageNormalizedUnits"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CoverageNormalizedUnits",
"variableName" : "coverageNormalizedUnits",
"variableType" : "CoverageNormalizedUnits",
"documentation" : "The amount of instance usage that the reservation covered, in normalized units.
",
"simpleType" : "CoverageNormalizedUnits",
"variableSetterType" : "CoverageNormalizedUnits"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCoverageCost",
"beanStyleSetterMethodName" : "setCoverageCost",
"c2jName" : "CoverageCost",
"c2jShape" : "CoverageCost",
"defaultConsumerFluentSetterDocumentation" : "The amount of cost that the reservation covered.
\nThis is a convenience that creates an instance of the {@link CoverageCost.Builder} avoiding the need to create one manually via {@link CoverageCost#builder()}.\n\nWhen the {@link Consumer} completes, {@link CoverageCost.Builder#build()} is called immediately and its result is passed to {@link #coverageCost(CoverageCost)}.\n@param coverageCost a consumer that will call methods on {@link CoverageCost.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #coverageCost(CoverageCost)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The amount of cost that the reservation covered.
\n@return The amount of cost that the reservation covered.\n@deprecated Use {@link #coverageCost()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The amount of cost that the reservation covered.
\n@param coverageCost The amount of cost that the reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #coverageCost(CoverageCost)}\n",
"documentation" : "The amount of cost that the reservation covered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CoverageCost property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCoverageCost",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "coverageCost",
"fluentSetterDocumentation" : "The amount of cost that the reservation covered.
\n@param coverageCost The amount of cost that the reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "coverageCost",
"getterDocumentation" : "The amount of cost that the reservation covered.
\n@return The amount of cost that the reservation covered.",
"getterModel" : {
"returnType" : "CoverageCost",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CoverageCost",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CoverageCost",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CoverageCost",
"sensitive" : false,
"setterDocumentation" : "The amount of cost that the reservation covered.
\n@param coverageCost The amount of cost that the reservation covered.",
"setterMethodName" : "setCoverageCost",
"setterModel" : {
"variableDeclarationType" : "CoverageCost",
"variableName" : "coverageCost",
"variableType" : "CoverageCost",
"documentation" : null,
"simpleType" : "CoverageCost",
"variableSetterType" : "CoverageCost"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CoverageCost",
"variableName" : "coverageCost",
"variableType" : "CoverageCost",
"documentation" : "The amount of cost that the reservation covered.
",
"simpleType" : "CoverageCost",
"variableSetterType" : "CoverageCost"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CoverageCost" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCoverageCost",
"beanStyleSetterMethodName" : "setCoverageCost",
"c2jName" : "CoverageCost",
"c2jShape" : "CoverageCost",
"defaultConsumerFluentSetterDocumentation" : "The amount of cost that the reservation covered.
\nThis is a convenience that creates an instance of the {@link CoverageCost.Builder} avoiding the need to create one manually via {@link CoverageCost#builder()}.\n\nWhen the {@link Consumer} completes, {@link CoverageCost.Builder#build()} is called immediately and its result is passed to {@link #coverageCost(CoverageCost)}.\n@param coverageCost a consumer that will call methods on {@link CoverageCost.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #coverageCost(CoverageCost)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The amount of cost that the reservation covered.
\n@return The amount of cost that the reservation covered.\n@deprecated Use {@link #coverageCost()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The amount of cost that the reservation covered.
\n@param coverageCost The amount of cost that the reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #coverageCost(CoverageCost)}\n",
"documentation" : "The amount of cost that the reservation covered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CoverageCost property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCoverageCost",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "coverageCost",
"fluentSetterDocumentation" : "The amount of cost that the reservation covered.
\n@param coverageCost The amount of cost that the reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "coverageCost",
"getterDocumentation" : "The amount of cost that the reservation covered.
\n@return The amount of cost that the reservation covered.",
"getterModel" : {
"returnType" : "CoverageCost",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CoverageCost",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CoverageCost",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CoverageCost",
"sensitive" : false,
"setterDocumentation" : "The amount of cost that the reservation covered.
\n@param coverageCost The amount of cost that the reservation covered.",
"setterMethodName" : "setCoverageCost",
"setterModel" : {
"variableDeclarationType" : "CoverageCost",
"variableName" : "coverageCost",
"variableType" : "CoverageCost",
"documentation" : null,
"simpleType" : "CoverageCost",
"variableSetterType" : "CoverageCost"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CoverageCost",
"variableName" : "coverageCost",
"variableType" : "CoverageCost",
"documentation" : "The amount of cost that the reservation covered.
",
"simpleType" : "CoverageCost",
"variableSetterType" : "CoverageCost"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CoverageHours" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCoverageHours",
"beanStyleSetterMethodName" : "setCoverageHours",
"c2jName" : "CoverageHours",
"c2jShape" : "CoverageHours",
"defaultConsumerFluentSetterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\nThis is a convenience that creates an instance of the {@link CoverageHours.Builder} avoiding the need to create one manually via {@link CoverageHours#builder()}.\n\nWhen the {@link Consumer} completes, {@link CoverageHours.Builder#build()} is called immediately and its result is passed to {@link #coverageHours(CoverageHours)}.\n@param coverageHours a consumer that will call methods on {@link CoverageHours.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #coverageHours(CoverageHours)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\n@return The amount of instance usage that the reservation covered, in hours.\n@deprecated Use {@link #coverageHours()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\n@param coverageHours The amount of instance usage that the reservation covered, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #coverageHours(CoverageHours)}\n",
"documentation" : "The amount of instance usage that the reservation covered, in hours.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CoverageHours property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCoverageHours",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "coverageHours",
"fluentSetterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\n@param coverageHours The amount of instance usage that the reservation covered, in hours.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "coverageHours",
"getterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\n@return The amount of instance usage that the reservation covered, in hours.",
"getterModel" : {
"returnType" : "CoverageHours",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CoverageHours",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CoverageHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CoverageHours",
"sensitive" : false,
"setterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\n@param coverageHours The amount of instance usage that the reservation covered, in hours.",
"setterMethodName" : "setCoverageHours",
"setterModel" : {
"variableDeclarationType" : "CoverageHours",
"variableName" : "coverageHours",
"variableType" : "CoverageHours",
"documentation" : null,
"simpleType" : "CoverageHours",
"variableSetterType" : "CoverageHours"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CoverageHours",
"variableName" : "coverageHours",
"variableType" : "CoverageHours",
"documentation" : "The amount of instance usage that the reservation covered, in hours.
",
"simpleType" : "CoverageHours",
"variableSetterType" : "CoverageHours"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CoverageNormalizedUnits" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCoverageNormalizedUnits",
"beanStyleSetterMethodName" : "setCoverageNormalizedUnits",
"c2jName" : "CoverageNormalizedUnits",
"c2jShape" : "CoverageNormalizedUnits",
"defaultConsumerFluentSetterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\nThis is a convenience that creates an instance of the {@link CoverageNormalizedUnits.Builder} avoiding the need to create one manually via {@link CoverageNormalizedUnits#builder()}.\n\nWhen the {@link Consumer} completes, {@link CoverageNormalizedUnits.Builder#build()} is called immediately and its result is passed to {@link #coverageNormalizedUnits(CoverageNormalizedUnits)}.\n@param coverageNormalizedUnits a consumer that will call methods on {@link CoverageNormalizedUnits.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #coverageNormalizedUnits(CoverageNormalizedUnits)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\n@return The amount of instance usage that the reservation covered, in normalized units.\n@deprecated Use {@link #coverageNormalizedUnits()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\n@param coverageNormalizedUnits The amount of instance usage that the reservation covered, in normalized units.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #coverageNormalizedUnits(CoverageNormalizedUnits)}\n",
"documentation" : "The amount of instance usage that the reservation covered, in normalized units.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CoverageNormalizedUnits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCoverageNormalizedUnits",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "coverageNormalizedUnits",
"fluentSetterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\n@param coverageNormalizedUnits The amount of instance usage that the reservation covered, in normalized units.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "coverageNormalizedUnits",
"getterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\n@return The amount of instance usage that the reservation covered, in normalized units.",
"getterModel" : {
"returnType" : "CoverageNormalizedUnits",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CoverageNormalizedUnits",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CoverageNormalizedUnits",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CoverageNormalizedUnits",
"sensitive" : false,
"setterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\n@param coverageNormalizedUnits The amount of instance usage that the reservation covered, in normalized units.",
"setterMethodName" : "setCoverageNormalizedUnits",
"setterModel" : {
"variableDeclarationType" : "CoverageNormalizedUnits",
"variableName" : "coverageNormalizedUnits",
"variableType" : "CoverageNormalizedUnits",
"documentation" : null,
"simpleType" : "CoverageNormalizedUnits",
"variableSetterType" : "CoverageNormalizedUnits"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CoverageNormalizedUnits",
"variableName" : "coverageNormalizedUnits",
"variableType" : "CoverageNormalizedUnits",
"documentation" : "The amount of instance usage that the reservation covered, in normalized units.
",
"simpleType" : "CoverageNormalizedUnits",
"variableSetterType" : "CoverageNormalizedUnits"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCoverageHours",
"beanStyleSetterMethodName" : "setCoverageHours",
"c2jName" : "CoverageHours",
"c2jShape" : "CoverageHours",
"defaultConsumerFluentSetterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\nThis is a convenience that creates an instance of the {@link CoverageHours.Builder} avoiding the need to create one manually via {@link CoverageHours#builder()}.\n\nWhen the {@link Consumer} completes, {@link CoverageHours.Builder#build()} is called immediately and its result is passed to {@link #coverageHours(CoverageHours)}.\n@param coverageHours a consumer that will call methods on {@link CoverageHours.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #coverageHours(CoverageHours)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\n@return The amount of instance usage that the reservation covered, in hours.\n@deprecated Use {@link #coverageHours()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\n@param coverageHours The amount of instance usage that the reservation covered, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #coverageHours(CoverageHours)}\n",
"documentation" : "The amount of instance usage that the reservation covered, in hours.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CoverageHours property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCoverageHours",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "coverageHours",
"fluentSetterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\n@param coverageHours The amount of instance usage that the reservation covered, in hours.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "coverageHours",
"getterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\n@return The amount of instance usage that the reservation covered, in hours.",
"getterModel" : {
"returnType" : "CoverageHours",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CoverageHours",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CoverageHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CoverageHours",
"sensitive" : false,
"setterDocumentation" : "The amount of instance usage that the reservation covered, in hours.
\n@param coverageHours The amount of instance usage that the reservation covered, in hours.",
"setterMethodName" : "setCoverageHours",
"setterModel" : {
"variableDeclarationType" : "CoverageHours",
"variableName" : "coverageHours",
"variableType" : "CoverageHours",
"documentation" : null,
"simpleType" : "CoverageHours",
"variableSetterType" : "CoverageHours"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CoverageHours",
"variableName" : "coverageHours",
"variableType" : "CoverageHours",
"documentation" : "The amount of instance usage that the reservation covered, in hours.
",
"simpleType" : "CoverageHours",
"variableSetterType" : "CoverageHours"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCoverageNormalizedUnits",
"beanStyleSetterMethodName" : "setCoverageNormalizedUnits",
"c2jName" : "CoverageNormalizedUnits",
"c2jShape" : "CoverageNormalizedUnits",
"defaultConsumerFluentSetterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\nThis is a convenience that creates an instance of the {@link CoverageNormalizedUnits.Builder} avoiding the need to create one manually via {@link CoverageNormalizedUnits#builder()}.\n\nWhen the {@link Consumer} completes, {@link CoverageNormalizedUnits.Builder#build()} is called immediately and its result is passed to {@link #coverageNormalizedUnits(CoverageNormalizedUnits)}.\n@param coverageNormalizedUnits a consumer that will call methods on {@link CoverageNormalizedUnits.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #coverageNormalizedUnits(CoverageNormalizedUnits)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\n@return The amount of instance usage that the reservation covered, in normalized units.\n@deprecated Use {@link #coverageNormalizedUnits()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\n@param coverageNormalizedUnits The amount of instance usage that the reservation covered, in normalized units.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #coverageNormalizedUnits(CoverageNormalizedUnits)}\n",
"documentation" : "The amount of instance usage that the reservation covered, in normalized units.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CoverageNormalizedUnits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCoverageNormalizedUnits",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "coverageNormalizedUnits",
"fluentSetterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\n@param coverageNormalizedUnits The amount of instance usage that the reservation covered, in normalized units.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "coverageNormalizedUnits",
"getterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\n@return The amount of instance usage that the reservation covered, in normalized units.",
"getterModel" : {
"returnType" : "CoverageNormalizedUnits",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CoverageNormalizedUnits",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CoverageNormalizedUnits",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CoverageNormalizedUnits",
"sensitive" : false,
"setterDocumentation" : "The amount of instance usage that the reservation covered, in normalized units.
\n@param coverageNormalizedUnits The amount of instance usage that the reservation covered, in normalized units.",
"setterMethodName" : "setCoverageNormalizedUnits",
"setterModel" : {
"variableDeclarationType" : "CoverageNormalizedUnits",
"variableName" : "coverageNormalizedUnits",
"variableType" : "CoverageNormalizedUnits",
"documentation" : null,
"simpleType" : "CoverageNormalizedUnits",
"variableSetterType" : "CoverageNormalizedUnits"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CoverageNormalizedUnits",
"variableName" : "coverageNormalizedUnits",
"variableType" : "CoverageNormalizedUnits",
"documentation" : "The amount of instance usage that the reservation covered, in normalized units.
",
"simpleType" : "CoverageNormalizedUnits",
"variableSetterType" : "CoverageNormalizedUnits"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCoverageCost",
"beanStyleSetterMethodName" : "setCoverageCost",
"c2jName" : "CoverageCost",
"c2jShape" : "CoverageCost",
"defaultConsumerFluentSetterDocumentation" : "The amount of cost that the reservation covered.
\nThis is a convenience that creates an instance of the {@link CoverageCost.Builder} avoiding the need to create one manually via {@link CoverageCost#builder()}.\n\nWhen the {@link Consumer} completes, {@link CoverageCost.Builder#build()} is called immediately and its result is passed to {@link #coverageCost(CoverageCost)}.\n@param coverageCost a consumer that will call methods on {@link CoverageCost.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #coverageCost(CoverageCost)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The amount of cost that the reservation covered.
\n@return The amount of cost that the reservation covered.\n@deprecated Use {@link #coverageCost()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The amount of cost that the reservation covered.
\n@param coverageCost The amount of cost that the reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #coverageCost(CoverageCost)}\n",
"documentation" : "The amount of cost that the reservation covered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CoverageCost property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCoverageCost",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "coverageCost",
"fluentSetterDocumentation" : "The amount of cost that the reservation covered.
\n@param coverageCost The amount of cost that the reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "coverageCost",
"getterDocumentation" : "The amount of cost that the reservation covered.
\n@return The amount of cost that the reservation covered.",
"getterModel" : {
"returnType" : "CoverageCost",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CoverageCost",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CoverageCost",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CoverageCost",
"sensitive" : false,
"setterDocumentation" : "The amount of cost that the reservation covered.
\n@param coverageCost The amount of cost that the reservation covered.",
"setterMethodName" : "setCoverageCost",
"setterModel" : {
"variableDeclarationType" : "CoverageCost",
"variableName" : "coverageCost",
"variableType" : "CoverageCost",
"documentation" : null,
"simpleType" : "CoverageCost",
"variableSetterType" : "CoverageCost"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CoverageCost",
"variableName" : "coverageCost",
"variableType" : "CoverageCost",
"documentation" : "The amount of cost that the reservation covered.
",
"simpleType" : "CoverageCost",
"variableSetterType" : "CoverageCost"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Coverage",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Coverage",
"variableName" : "coverage",
"variableType" : "Coverage",
"documentation" : null,
"simpleType" : "Coverage",
"variableSetterType" : "Coverage"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CoverageByTime" : {
"c2jName" : "CoverageByTime",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Reservation coverage for a specified period, in hours.
",
"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" : "getTimePeriod",
"beanStyleSetterMethodName" : "setTimePeriod",
"c2jName" : "TimePeriod",
"c2jShape" : "DateInterval",
"defaultConsumerFluentSetterDocumentation" : "The period that this coverage was used over.
\nThis is a convenience that creates an instance of the {@link DateInterval.Builder} avoiding the need to create one manually via {@link DateInterval#builder()}.\n\nWhen the {@link Consumer} completes, {@link DateInterval.Builder#build()} is called immediately and its result is passed to {@link #timePeriod(DateInterval)}.\n@param timePeriod a consumer that will call methods on {@link DateInterval.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timePeriod(DateInterval)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The period that this coverage was used over.
\n@return The period that this coverage was used over.\n@deprecated Use {@link #timePeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The period that this coverage was used over.
\n@param timePeriod The period that this coverage was used over.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timePeriod(DateInterval)}\n",
"documentation" : "The period that this coverage was used over.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TimePeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTimePeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timePeriod",
"fluentSetterDocumentation" : "The period that this coverage was used over.
\n@param timePeriod The period that this coverage was used over.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timePeriod",
"getterDocumentation" : "The period that this coverage was used over.
\n@return The period that this coverage was used over.",
"getterModel" : {
"returnType" : "DateInterval",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TimePeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TimePeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TimePeriod",
"sensitive" : false,
"setterDocumentation" : "The period that this coverage was used over.
\n@param timePeriod The period that this coverage was used over.",
"setterMethodName" : "setTimePeriod",
"setterModel" : {
"variableDeclarationType" : "DateInterval",
"variableName" : "timePeriod",
"variableType" : "DateInterval",
"documentation" : null,
"simpleType" : "DateInterval",
"variableSetterType" : "DateInterval"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DateInterval",
"variableName" : "timePeriod",
"variableType" : "DateInterval",
"documentation" : "The period that this coverage was used over.
",
"simpleType" : "DateInterval",
"variableSetterType" : "DateInterval"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getGroups",
"beanStyleSetterMethodName" : "setGroups",
"c2jName" : "Groups",
"c2jShape" : "ReservationCoverageGroups",
"defaultConsumerFluentSetterDocumentation" : "The groups of instances that the reservation covered.
\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 #groups(List)}.\n@param groups 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 #groups(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The groups of instances that the reservation covered.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasGroups()} to see if a value was sent in this field.\n
\n@return The groups of instances that the reservation covered.\n@deprecated Use {@link #groups()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The groups of instances that the reservation covered.
\n@param groups The groups of instances that the reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #groups(List)}\n",
"documentation" : "The groups of instances that the reservation covered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Groups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGroups",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "groups",
"fluentSetterDocumentation" : "The groups of instances that the reservation covered.
\n@param groups The groups of instances that the reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "groups",
"getterDocumentation" : "The groups of instances that the reservation covered.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasGroups()} to see if a value was sent in this field.\n
\n@return The groups of instances that the reservation covered.",
"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" : "Groups",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Groups",
"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" : "ReservationCoverageGroup",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReservationCoverageGroup.Builder} avoiding the need to create one manually via {@link ReservationCoverageGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReservationCoverageGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ReservationCoverageGroup)}.\n@param member a consumer that will call methods on {@link ReservationCoverageGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReservationCoverageGroup)",
"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(ReservationCoverageGroup)}\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" : "ReservationCoverageGroup",
"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" : "ReservationCoverageGroup",
"variableName" : "member",
"variableType" : "ReservationCoverageGroup",
"documentation" : null,
"simpleType" : "ReservationCoverageGroup",
"variableSetterType" : "ReservationCoverageGroup"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ReservationCoverageGroup",
"variableName" : "member",
"variableType" : "ReservationCoverageGroup",
"documentation" : "",
"simpleType" : "ReservationCoverageGroup",
"variableSetterType" : "ReservationCoverageGroup"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ReservationCoverageGroup",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ReservationCoverageGroup",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Groups",
"sensitive" : false,
"setterDocumentation" : "The groups of instances that the reservation covered.
\n@param groups The groups of instances that the reservation covered.",
"setterMethodName" : "setGroups",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "groups",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "groups",
"variableType" : "java.util.List",
"documentation" : "The groups of instances that the reservation covered.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTotal",
"beanStyleSetterMethodName" : "setTotal",
"c2jName" : "Total",
"c2jShape" : "Coverage",
"defaultConsumerFluentSetterDocumentation" : "The total reservation coverage, in hours.
\nThis is a convenience that creates an instance of the {@link Coverage.Builder} avoiding the need to create one manually via {@link Coverage#builder()}.\n\nWhen the {@link Consumer} completes, {@link Coverage.Builder#build()} is called immediately and its result is passed to {@link #total(Coverage)}.\n@param total a consumer that will call methods on {@link Coverage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #total(Coverage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The total reservation coverage, in hours.
\n@return The total reservation coverage, in hours.\n@deprecated Use {@link #total()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The total reservation coverage, in hours.
\n@param total The total reservation coverage, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #total(Coverage)}\n",
"documentation" : "The total reservation coverage, in hours.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Total property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTotal",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "total",
"fluentSetterDocumentation" : "The total reservation coverage, in hours.
\n@param total The total reservation coverage, in hours.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "total",
"getterDocumentation" : "The total reservation coverage, in hours.
\n@return The total reservation coverage, in hours.",
"getterModel" : {
"returnType" : "Coverage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Total",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Total",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Total",
"sensitive" : false,
"setterDocumentation" : "The total reservation coverage, in hours.
\n@param total The total reservation coverage, in hours.",
"setterMethodName" : "setTotal",
"setterModel" : {
"variableDeclarationType" : "Coverage",
"variableName" : "total",
"variableType" : "Coverage",
"documentation" : null,
"simpleType" : "Coverage",
"variableSetterType" : "Coverage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Coverage",
"variableName" : "total",
"variableType" : "Coverage",
"documentation" : "The total reservation coverage, in hours.
",
"simpleType" : "Coverage",
"variableSetterType" : "Coverage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Groups" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getGroups",
"beanStyleSetterMethodName" : "setGroups",
"c2jName" : "Groups",
"c2jShape" : "ReservationCoverageGroups",
"defaultConsumerFluentSetterDocumentation" : "The groups of instances that the reservation covered.
\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 #groups(List)}.\n@param groups 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 #groups(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The groups of instances that the reservation covered.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasGroups()} to see if a value was sent in this field.\n
\n@return The groups of instances that the reservation covered.\n@deprecated Use {@link #groups()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The groups of instances that the reservation covered.
\n@param groups The groups of instances that the reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #groups(List)}\n",
"documentation" : "The groups of instances that the reservation covered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Groups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGroups",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "groups",
"fluentSetterDocumentation" : "The groups of instances that the reservation covered.
\n@param groups The groups of instances that the reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "groups",
"getterDocumentation" : "The groups of instances that the reservation covered.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasGroups()} to see if a value was sent in this field.\n
\n@return The groups of instances that the reservation covered.",
"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" : "Groups",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Groups",
"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" : "ReservationCoverageGroup",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReservationCoverageGroup.Builder} avoiding the need to create one manually via {@link ReservationCoverageGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReservationCoverageGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ReservationCoverageGroup)}.\n@param member a consumer that will call methods on {@link ReservationCoverageGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReservationCoverageGroup)",
"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(ReservationCoverageGroup)}\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" : "ReservationCoverageGroup",
"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" : "ReservationCoverageGroup",
"variableName" : "member",
"variableType" : "ReservationCoverageGroup",
"documentation" : null,
"simpleType" : "ReservationCoverageGroup",
"variableSetterType" : "ReservationCoverageGroup"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ReservationCoverageGroup",
"variableName" : "member",
"variableType" : "ReservationCoverageGroup",
"documentation" : "",
"simpleType" : "ReservationCoverageGroup",
"variableSetterType" : "ReservationCoverageGroup"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ReservationCoverageGroup",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ReservationCoverageGroup",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Groups",
"sensitive" : false,
"setterDocumentation" : "The groups of instances that the reservation covered.
\n@param groups The groups of instances that the reservation covered.",
"setterMethodName" : "setGroups",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "groups",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "groups",
"variableType" : "java.util.List",
"documentation" : "The groups of instances that the reservation covered.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TimePeriod" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTimePeriod",
"beanStyleSetterMethodName" : "setTimePeriod",
"c2jName" : "TimePeriod",
"c2jShape" : "DateInterval",
"defaultConsumerFluentSetterDocumentation" : "The period that this coverage was used over.
\nThis is a convenience that creates an instance of the {@link DateInterval.Builder} avoiding the need to create one manually via {@link DateInterval#builder()}.\n\nWhen the {@link Consumer} completes, {@link DateInterval.Builder#build()} is called immediately and its result is passed to {@link #timePeriod(DateInterval)}.\n@param timePeriod a consumer that will call methods on {@link DateInterval.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timePeriod(DateInterval)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The period that this coverage was used over.
\n@return The period that this coverage was used over.\n@deprecated Use {@link #timePeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The period that this coverage was used over.
\n@param timePeriod The period that this coverage was used over.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timePeriod(DateInterval)}\n",
"documentation" : "The period that this coverage was used over.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TimePeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTimePeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timePeriod",
"fluentSetterDocumentation" : "The period that this coverage was used over.
\n@param timePeriod The period that this coverage was used over.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timePeriod",
"getterDocumentation" : "The period that this coverage was used over.
\n@return The period that this coverage was used over.",
"getterModel" : {
"returnType" : "DateInterval",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TimePeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TimePeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TimePeriod",
"sensitive" : false,
"setterDocumentation" : "The period that this coverage was used over.
\n@param timePeriod The period that this coverage was used over.",
"setterMethodName" : "setTimePeriod",
"setterModel" : {
"variableDeclarationType" : "DateInterval",
"variableName" : "timePeriod",
"variableType" : "DateInterval",
"documentation" : null,
"simpleType" : "DateInterval",
"variableSetterType" : "DateInterval"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DateInterval",
"variableName" : "timePeriod",
"variableType" : "DateInterval",
"documentation" : "The period that this coverage was used over.
",
"simpleType" : "DateInterval",
"variableSetterType" : "DateInterval"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Total" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTotal",
"beanStyleSetterMethodName" : "setTotal",
"c2jName" : "Total",
"c2jShape" : "Coverage",
"defaultConsumerFluentSetterDocumentation" : "The total reservation coverage, in hours.
\nThis is a convenience that creates an instance of the {@link Coverage.Builder} avoiding the need to create one manually via {@link Coverage#builder()}.\n\nWhen the {@link Consumer} completes, {@link Coverage.Builder#build()} is called immediately and its result is passed to {@link #total(Coverage)}.\n@param total a consumer that will call methods on {@link Coverage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #total(Coverage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The total reservation coverage, in hours.
\n@return The total reservation coverage, in hours.\n@deprecated Use {@link #total()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The total reservation coverage, in hours.
\n@param total The total reservation coverage, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #total(Coverage)}\n",
"documentation" : "The total reservation coverage, in hours.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Total property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTotal",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "total",
"fluentSetterDocumentation" : "The total reservation coverage, in hours.
\n@param total The total reservation coverage, in hours.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "total",
"getterDocumentation" : "The total reservation coverage, in hours.
\n@return The total reservation coverage, in hours.",
"getterModel" : {
"returnType" : "Coverage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Total",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Total",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Total",
"sensitive" : false,
"setterDocumentation" : "The total reservation coverage, in hours.
\n@param total The total reservation coverage, in hours.",
"setterMethodName" : "setTotal",
"setterModel" : {
"variableDeclarationType" : "Coverage",
"variableName" : "total",
"variableType" : "Coverage",
"documentation" : null,
"simpleType" : "Coverage",
"variableSetterType" : "Coverage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Coverage",
"variableName" : "total",
"variableType" : "Coverage",
"documentation" : "The total reservation coverage, in hours.
",
"simpleType" : "Coverage",
"variableSetterType" : "Coverage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTimePeriod",
"beanStyleSetterMethodName" : "setTimePeriod",
"c2jName" : "TimePeriod",
"c2jShape" : "DateInterval",
"defaultConsumerFluentSetterDocumentation" : "The period that this coverage was used over.
\nThis is a convenience that creates an instance of the {@link DateInterval.Builder} avoiding the need to create one manually via {@link DateInterval#builder()}.\n\nWhen the {@link Consumer} completes, {@link DateInterval.Builder#build()} is called immediately and its result is passed to {@link #timePeriod(DateInterval)}.\n@param timePeriod a consumer that will call methods on {@link DateInterval.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timePeriod(DateInterval)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The period that this coverage was used over.
\n@return The period that this coverage was used over.\n@deprecated Use {@link #timePeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The period that this coverage was used over.
\n@param timePeriod The period that this coverage was used over.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timePeriod(DateInterval)}\n",
"documentation" : "The period that this coverage was used over.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TimePeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTimePeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timePeriod",
"fluentSetterDocumentation" : "The period that this coverage was used over.
\n@param timePeriod The period that this coverage was used over.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timePeriod",
"getterDocumentation" : "The period that this coverage was used over.
\n@return The period that this coverage was used over.",
"getterModel" : {
"returnType" : "DateInterval",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TimePeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TimePeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TimePeriod",
"sensitive" : false,
"setterDocumentation" : "The period that this coverage was used over.
\n@param timePeriod The period that this coverage was used over.",
"setterMethodName" : "setTimePeriod",
"setterModel" : {
"variableDeclarationType" : "DateInterval",
"variableName" : "timePeriod",
"variableType" : "DateInterval",
"documentation" : null,
"simpleType" : "DateInterval",
"variableSetterType" : "DateInterval"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DateInterval",
"variableName" : "timePeriod",
"variableType" : "DateInterval",
"documentation" : "The period that this coverage was used over.
",
"simpleType" : "DateInterval",
"variableSetterType" : "DateInterval"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getGroups",
"beanStyleSetterMethodName" : "setGroups",
"c2jName" : "Groups",
"c2jShape" : "ReservationCoverageGroups",
"defaultConsumerFluentSetterDocumentation" : "The groups of instances that the reservation covered.
\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 #groups(List)}.\n@param groups 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 #groups(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The groups of instances that the reservation covered.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasGroups()} to see if a value was sent in this field.\n
\n@return The groups of instances that the reservation covered.\n@deprecated Use {@link #groups()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The groups of instances that the reservation covered.
\n@param groups The groups of instances that the reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #groups(List)}\n",
"documentation" : "The groups of instances that the reservation covered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Groups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasGroups",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "groups",
"fluentSetterDocumentation" : "The groups of instances that the reservation covered.
\n@param groups The groups of instances that the reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "groups",
"getterDocumentation" : "The groups of instances that the reservation covered.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasGroups()} to see if a value was sent in this field.\n
\n@return The groups of instances that the reservation covered.",
"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" : "Groups",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Groups",
"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" : "ReservationCoverageGroup",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReservationCoverageGroup.Builder} avoiding the need to create one manually via {@link ReservationCoverageGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReservationCoverageGroup.Builder#build()} is called immediately and its result is passed to {@link #member(ReservationCoverageGroup)}.\n@param member a consumer that will call methods on {@link ReservationCoverageGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReservationCoverageGroup)",
"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(ReservationCoverageGroup)}\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" : "ReservationCoverageGroup",
"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" : "ReservationCoverageGroup",
"variableName" : "member",
"variableType" : "ReservationCoverageGroup",
"documentation" : null,
"simpleType" : "ReservationCoverageGroup",
"variableSetterType" : "ReservationCoverageGroup"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ReservationCoverageGroup",
"variableName" : "member",
"variableType" : "ReservationCoverageGroup",
"documentation" : "",
"simpleType" : "ReservationCoverageGroup",
"variableSetterType" : "ReservationCoverageGroup"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ReservationCoverageGroup",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ReservationCoverageGroup",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Groups",
"sensitive" : false,
"setterDocumentation" : "The groups of instances that the reservation covered.
\n@param groups The groups of instances that the reservation covered.",
"setterMethodName" : "setGroups",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "groups",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "groups",
"variableType" : "java.util.List",
"documentation" : "The groups of instances that the reservation covered.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTotal",
"beanStyleSetterMethodName" : "setTotal",
"c2jName" : "Total",
"c2jShape" : "Coverage",
"defaultConsumerFluentSetterDocumentation" : "The total reservation coverage, in hours.
\nThis is a convenience that creates an instance of the {@link Coverage.Builder} avoiding the need to create one manually via {@link Coverage#builder()}.\n\nWhen the {@link Consumer} completes, {@link Coverage.Builder#build()} is called immediately and its result is passed to {@link #total(Coverage)}.\n@param total a consumer that will call methods on {@link Coverage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #total(Coverage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The total reservation coverage, in hours.
\n@return The total reservation coverage, in hours.\n@deprecated Use {@link #total()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The total reservation coverage, in hours.
\n@param total The total reservation coverage, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #total(Coverage)}\n",
"documentation" : "The total reservation coverage, in hours.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Total property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTotal",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "total",
"fluentSetterDocumentation" : "The total reservation coverage, in hours.
\n@param total The total reservation coverage, in hours.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "total",
"getterDocumentation" : "The total reservation coverage, in hours.
\n@return The total reservation coverage, in hours.",
"getterModel" : {
"returnType" : "Coverage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Total",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Total",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Total",
"sensitive" : false,
"setterDocumentation" : "The total reservation coverage, in hours.
\n@param total The total reservation coverage, in hours.",
"setterMethodName" : "setTotal",
"setterModel" : {
"variableDeclarationType" : "Coverage",
"variableName" : "total",
"variableType" : "Coverage",
"documentation" : null,
"simpleType" : "Coverage",
"variableSetterType" : "Coverage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Coverage",
"variableName" : "total",
"variableType" : "Coverage",
"documentation" : "The total reservation coverage, in hours.
",
"simpleType" : "Coverage",
"variableSetterType" : "Coverage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CoverageByTime",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CoverageByTime",
"variableName" : "coverageByTime",
"variableType" : "CoverageByTime",
"documentation" : null,
"simpleType" : "CoverageByTime",
"variableSetterType" : "CoverageByTime"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CoverageCost" : {
"c2jName" : "CoverageCost",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "How much it costs to run an instance.
",
"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" : "getOnDemandCost",
"beanStyleSetterMethodName" : "setOnDemandCost",
"c2jName" : "OnDemandCost",
"c2jShape" : "OnDemandCost",
"defaultConsumerFluentSetterDocumentation" : "How much an On-Demand Instance costs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #onDemandCost(String)}.\n@param onDemandCost a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #onDemandCost(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "How much an On-Demand Instance costs.
\n@return How much an On-Demand Instance costs.\n@deprecated Use {@link #onDemandCost()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "How much an On-Demand Instance costs.
\n@param onDemandCost How much an On-Demand Instance costs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #onDemandCost(String)}\n",
"documentation" : "How much an On-Demand Instance costs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OnDemandCost property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOnDemandCost",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "onDemandCost",
"fluentSetterDocumentation" : "How much an On-Demand Instance costs.
\n@param onDemandCost How much an On-Demand Instance costs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "onDemandCost",
"getterDocumentation" : "How much an On-Demand Instance costs.
\n@return How much an On-Demand Instance costs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OnDemandCost",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OnDemandCost",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OnDemandCost",
"sensitive" : false,
"setterDocumentation" : "How much an On-Demand Instance costs.
\n@param onDemandCost How much an On-Demand Instance costs.",
"setterMethodName" : "setOnDemandCost",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandCost",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandCost",
"variableType" : "String",
"documentation" : "How much an On-Demand Instance costs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"OnDemandCost" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOnDemandCost",
"beanStyleSetterMethodName" : "setOnDemandCost",
"c2jName" : "OnDemandCost",
"c2jShape" : "OnDemandCost",
"defaultConsumerFluentSetterDocumentation" : "How much an On-Demand Instance costs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #onDemandCost(String)}.\n@param onDemandCost a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #onDemandCost(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "How much an On-Demand Instance costs.
\n@return How much an On-Demand Instance costs.\n@deprecated Use {@link #onDemandCost()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "How much an On-Demand Instance costs.
\n@param onDemandCost How much an On-Demand Instance costs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #onDemandCost(String)}\n",
"documentation" : "How much an On-Demand Instance costs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OnDemandCost property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOnDemandCost",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "onDemandCost",
"fluentSetterDocumentation" : "How much an On-Demand Instance costs.
\n@param onDemandCost How much an On-Demand Instance costs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "onDemandCost",
"getterDocumentation" : "How much an On-Demand Instance costs.
\n@return How much an On-Demand Instance costs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OnDemandCost",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OnDemandCost",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OnDemandCost",
"sensitive" : false,
"setterDocumentation" : "How much an On-Demand Instance costs.
\n@param onDemandCost How much an On-Demand Instance costs.",
"setterMethodName" : "setOnDemandCost",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandCost",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandCost",
"variableType" : "String",
"documentation" : "How much an On-Demand Instance costs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOnDemandCost",
"beanStyleSetterMethodName" : "setOnDemandCost",
"c2jName" : "OnDemandCost",
"c2jShape" : "OnDemandCost",
"defaultConsumerFluentSetterDocumentation" : "How much an On-Demand Instance costs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #onDemandCost(String)}.\n@param onDemandCost a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #onDemandCost(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "How much an On-Demand Instance costs.
\n@return How much an On-Demand Instance costs.\n@deprecated Use {@link #onDemandCost()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "How much an On-Demand Instance costs.
\n@param onDemandCost How much an On-Demand Instance costs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #onDemandCost(String)}\n",
"documentation" : "How much an On-Demand Instance costs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OnDemandCost property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOnDemandCost",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "onDemandCost",
"fluentSetterDocumentation" : "How much an On-Demand Instance costs.
\n@param onDemandCost How much an On-Demand Instance costs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "onDemandCost",
"getterDocumentation" : "How much an On-Demand Instance costs.
\n@return How much an On-Demand Instance costs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OnDemandCost",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OnDemandCost",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OnDemandCost",
"sensitive" : false,
"setterDocumentation" : "How much an On-Demand Instance costs.
\n@param onDemandCost How much an On-Demand Instance costs.",
"setterMethodName" : "setOnDemandCost",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandCost",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandCost",
"variableType" : "String",
"documentation" : "How much an On-Demand Instance costs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CoverageCost",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CoverageCost",
"variableName" : "coverageCost",
"variableType" : "CoverageCost",
"documentation" : null,
"simpleType" : "CoverageCost",
"variableSetterType" : "CoverageCost"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CoverageHours" : {
"c2jName" : "CoverageHours",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "How long a running instance either used a reservation or was On-Demand.
",
"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" : "getOnDemandHours",
"beanStyleSetterMethodName" : "setOnDemandHours",
"c2jName" : "OnDemandHours",
"c2jShape" : "OnDemandHours",
"defaultConsumerFluentSetterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #onDemandHours(String)}.\n@param onDemandHours a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #onDemandHours(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\n@return The number of instance running hours that On-Demand Instances covered.\n@deprecated Use {@link #onDemandHours()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\n@param onDemandHours The number of instance running hours that On-Demand Instances covered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #onDemandHours(String)}\n",
"documentation" : "The number of instance running hours that On-Demand Instances covered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OnDemandHours property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOnDemandHours",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "onDemandHours",
"fluentSetterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\n@param onDemandHours The number of instance running hours that On-Demand Instances covered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "onDemandHours",
"getterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\n@return The number of instance running hours that On-Demand Instances covered.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OnDemandHours",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OnDemandHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OnDemandHours",
"sensitive" : false,
"setterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\n@param onDemandHours The number of instance running hours that On-Demand Instances covered.",
"setterMethodName" : "setOnDemandHours",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandHours",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandHours",
"variableType" : "String",
"documentation" : "The number of instance running hours that On-Demand Instances covered.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getReservedHours",
"beanStyleSetterMethodName" : "setReservedHours",
"c2jName" : "ReservedHours",
"c2jShape" : "ReservedHours",
"defaultConsumerFluentSetterDocumentation" : "The number of instance running hours that reservations covered.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedHours(String)}.\n@param reservedHours a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedHours(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of instance running hours that reservations covered.
\n@return The number of instance running hours that reservations covered.\n@deprecated Use {@link #reservedHours()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of instance running hours that reservations covered.
\n@param reservedHours The number of instance running hours that reservations covered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reservedHours(String)}\n",
"documentation" : "The number of instance running hours that reservations covered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ReservedHours property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasReservedHours",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "reservedHours",
"fluentSetterDocumentation" : "The number of instance running hours that reservations covered.
\n@param reservedHours The number of instance running hours that reservations covered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "reservedHours",
"getterDocumentation" : "The number of instance running hours that reservations covered.
\n@return The number of instance running hours that reservations covered.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReservedHours",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReservedHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReservedHours",
"sensitive" : false,
"setterDocumentation" : "The number of instance running hours that reservations covered.
\n@param reservedHours The number of instance running hours that reservations covered.",
"setterMethodName" : "setReservedHours",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "reservedHours",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "reservedHours",
"variableType" : "String",
"documentation" : "The number of instance running hours that reservations covered.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTotalRunningHours",
"beanStyleSetterMethodName" : "setTotalRunningHours",
"c2jName" : "TotalRunningHours",
"c2jShape" : "TotalRunningHours",
"defaultConsumerFluentSetterDocumentation" : "The total instance usage, in hours.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #totalRunningHours(String)}.\n@param totalRunningHours a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalRunningHours(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The total instance usage, in hours.
\n@return The total instance usage, in hours.\n@deprecated Use {@link #totalRunningHours()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The total instance usage, in hours.
\n@param totalRunningHours The total instance usage, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalRunningHours(String)}\n",
"documentation" : "The total instance usage, in hours.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TotalRunningHours property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTotalRunningHours",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "totalRunningHours",
"fluentSetterDocumentation" : "The total instance usage, in hours.
\n@param totalRunningHours The total instance usage, in hours.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "totalRunningHours",
"getterDocumentation" : "The total instance usage, in hours.
\n@return The total instance usage, in hours.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TotalRunningHours",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalRunningHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TotalRunningHours",
"sensitive" : false,
"setterDocumentation" : "The total instance usage, in hours.
\n@param totalRunningHours The total instance usage, in hours.",
"setterMethodName" : "setTotalRunningHours",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "totalRunningHours",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "totalRunningHours",
"variableType" : "String",
"documentation" : "The total instance usage, in hours.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCoverageHoursPercentage",
"beanStyleSetterMethodName" : "setCoverageHoursPercentage",
"c2jName" : "CoverageHoursPercentage",
"c2jShape" : "CoverageHoursPercentage",
"defaultConsumerFluentSetterDocumentation" : "The percentage of instance hours that a reservation covered.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #coverageHoursPercentage(String)}.\n@param coverageHoursPercentage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #coverageHoursPercentage(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The percentage of instance hours that a reservation covered.
\n@return The percentage of instance hours that a reservation covered.\n@deprecated Use {@link #coverageHoursPercentage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The percentage of instance hours that a reservation covered.
\n@param coverageHoursPercentage The percentage of instance hours that a reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #coverageHoursPercentage(String)}\n",
"documentation" : "The percentage of instance hours that a reservation covered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CoverageHoursPercentage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCoverageHoursPercentage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "coverageHoursPercentage",
"fluentSetterDocumentation" : "The percentage of instance hours that a reservation covered.
\n@param coverageHoursPercentage The percentage of instance hours that a reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "coverageHoursPercentage",
"getterDocumentation" : "The percentage of instance hours that a reservation covered.
\n@return The percentage of instance hours that a reservation covered.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CoverageHoursPercentage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CoverageHoursPercentage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CoverageHoursPercentage",
"sensitive" : false,
"setterDocumentation" : "The percentage of instance hours that a reservation covered.
\n@param coverageHoursPercentage The percentage of instance hours that a reservation covered.",
"setterMethodName" : "setCoverageHoursPercentage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "coverageHoursPercentage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "coverageHoursPercentage",
"variableType" : "String",
"documentation" : "The percentage of instance hours that a reservation covered.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CoverageHoursPercentage" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCoverageHoursPercentage",
"beanStyleSetterMethodName" : "setCoverageHoursPercentage",
"c2jName" : "CoverageHoursPercentage",
"c2jShape" : "CoverageHoursPercentage",
"defaultConsumerFluentSetterDocumentation" : "The percentage of instance hours that a reservation covered.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #coverageHoursPercentage(String)}.\n@param coverageHoursPercentage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #coverageHoursPercentage(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The percentage of instance hours that a reservation covered.
\n@return The percentage of instance hours that a reservation covered.\n@deprecated Use {@link #coverageHoursPercentage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The percentage of instance hours that a reservation covered.
\n@param coverageHoursPercentage The percentage of instance hours that a reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #coverageHoursPercentage(String)}\n",
"documentation" : "The percentage of instance hours that a reservation covered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CoverageHoursPercentage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCoverageHoursPercentage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "coverageHoursPercentage",
"fluentSetterDocumentation" : "The percentage of instance hours that a reservation covered.
\n@param coverageHoursPercentage The percentage of instance hours that a reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "coverageHoursPercentage",
"getterDocumentation" : "The percentage of instance hours that a reservation covered.
\n@return The percentage of instance hours that a reservation covered.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CoverageHoursPercentage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CoverageHoursPercentage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CoverageHoursPercentage",
"sensitive" : false,
"setterDocumentation" : "The percentage of instance hours that a reservation covered.
\n@param coverageHoursPercentage The percentage of instance hours that a reservation covered.",
"setterMethodName" : "setCoverageHoursPercentage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "coverageHoursPercentage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "coverageHoursPercentage",
"variableType" : "String",
"documentation" : "The percentage of instance hours that a reservation covered.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"OnDemandHours" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOnDemandHours",
"beanStyleSetterMethodName" : "setOnDemandHours",
"c2jName" : "OnDemandHours",
"c2jShape" : "OnDemandHours",
"defaultConsumerFluentSetterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #onDemandHours(String)}.\n@param onDemandHours a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #onDemandHours(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\n@return The number of instance running hours that On-Demand Instances covered.\n@deprecated Use {@link #onDemandHours()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\n@param onDemandHours The number of instance running hours that On-Demand Instances covered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #onDemandHours(String)}\n",
"documentation" : "The number of instance running hours that On-Demand Instances covered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OnDemandHours property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOnDemandHours",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "onDemandHours",
"fluentSetterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\n@param onDemandHours The number of instance running hours that On-Demand Instances covered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "onDemandHours",
"getterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\n@return The number of instance running hours that On-Demand Instances covered.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OnDemandHours",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OnDemandHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OnDemandHours",
"sensitive" : false,
"setterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\n@param onDemandHours The number of instance running hours that On-Demand Instances covered.",
"setterMethodName" : "setOnDemandHours",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandHours",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandHours",
"variableType" : "String",
"documentation" : "The number of instance running hours that On-Demand Instances covered.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ReservedHours" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getReservedHours",
"beanStyleSetterMethodName" : "setReservedHours",
"c2jName" : "ReservedHours",
"c2jShape" : "ReservedHours",
"defaultConsumerFluentSetterDocumentation" : "The number of instance running hours that reservations covered.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedHours(String)}.\n@param reservedHours a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedHours(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of instance running hours that reservations covered.
\n@return The number of instance running hours that reservations covered.\n@deprecated Use {@link #reservedHours()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of instance running hours that reservations covered.
\n@param reservedHours The number of instance running hours that reservations covered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reservedHours(String)}\n",
"documentation" : "The number of instance running hours that reservations covered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ReservedHours property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasReservedHours",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "reservedHours",
"fluentSetterDocumentation" : "The number of instance running hours that reservations covered.
\n@param reservedHours The number of instance running hours that reservations covered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "reservedHours",
"getterDocumentation" : "The number of instance running hours that reservations covered.
\n@return The number of instance running hours that reservations covered.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReservedHours",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReservedHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReservedHours",
"sensitive" : false,
"setterDocumentation" : "The number of instance running hours that reservations covered.
\n@param reservedHours The number of instance running hours that reservations covered.",
"setterMethodName" : "setReservedHours",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "reservedHours",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "reservedHours",
"variableType" : "String",
"documentation" : "The number of instance running hours that reservations covered.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TotalRunningHours" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTotalRunningHours",
"beanStyleSetterMethodName" : "setTotalRunningHours",
"c2jName" : "TotalRunningHours",
"c2jShape" : "TotalRunningHours",
"defaultConsumerFluentSetterDocumentation" : "The total instance usage, in hours.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #totalRunningHours(String)}.\n@param totalRunningHours a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalRunningHours(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The total instance usage, in hours.
\n@return The total instance usage, in hours.\n@deprecated Use {@link #totalRunningHours()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The total instance usage, in hours.
\n@param totalRunningHours The total instance usage, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalRunningHours(String)}\n",
"documentation" : "The total instance usage, in hours.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TotalRunningHours property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTotalRunningHours",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "totalRunningHours",
"fluentSetterDocumentation" : "The total instance usage, in hours.
\n@param totalRunningHours The total instance usage, in hours.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "totalRunningHours",
"getterDocumentation" : "The total instance usage, in hours.
\n@return The total instance usage, in hours.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TotalRunningHours",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalRunningHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TotalRunningHours",
"sensitive" : false,
"setterDocumentation" : "The total instance usage, in hours.
\n@param totalRunningHours The total instance usage, in hours.",
"setterMethodName" : "setTotalRunningHours",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "totalRunningHours",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "totalRunningHours",
"variableType" : "String",
"documentation" : "The total instance usage, in hours.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOnDemandHours",
"beanStyleSetterMethodName" : "setOnDemandHours",
"c2jName" : "OnDemandHours",
"c2jShape" : "OnDemandHours",
"defaultConsumerFluentSetterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #onDemandHours(String)}.\n@param onDemandHours a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #onDemandHours(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\n@return The number of instance running hours that On-Demand Instances covered.\n@deprecated Use {@link #onDemandHours()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\n@param onDemandHours The number of instance running hours that On-Demand Instances covered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #onDemandHours(String)}\n",
"documentation" : "The number of instance running hours that On-Demand Instances covered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OnDemandHours property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOnDemandHours",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "onDemandHours",
"fluentSetterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\n@param onDemandHours The number of instance running hours that On-Demand Instances covered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "onDemandHours",
"getterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\n@return The number of instance running hours that On-Demand Instances covered.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OnDemandHours",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OnDemandHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OnDemandHours",
"sensitive" : false,
"setterDocumentation" : "The number of instance running hours that On-Demand Instances covered.
\n@param onDemandHours The number of instance running hours that On-Demand Instances covered.",
"setterMethodName" : "setOnDemandHours",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandHours",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandHours",
"variableType" : "String",
"documentation" : "The number of instance running hours that On-Demand Instances covered.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getReservedHours",
"beanStyleSetterMethodName" : "setReservedHours",
"c2jName" : "ReservedHours",
"c2jShape" : "ReservedHours",
"defaultConsumerFluentSetterDocumentation" : "The number of instance running hours that reservations covered.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedHours(String)}.\n@param reservedHours a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedHours(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of instance running hours that reservations covered.
\n@return The number of instance running hours that reservations covered.\n@deprecated Use {@link #reservedHours()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of instance running hours that reservations covered.
\n@param reservedHours The number of instance running hours that reservations covered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reservedHours(String)}\n",
"documentation" : "The number of instance running hours that reservations covered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ReservedHours property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasReservedHours",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "reservedHours",
"fluentSetterDocumentation" : "The number of instance running hours that reservations covered.
\n@param reservedHours The number of instance running hours that reservations covered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "reservedHours",
"getterDocumentation" : "The number of instance running hours that reservations covered.
\n@return The number of instance running hours that reservations covered.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReservedHours",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReservedHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReservedHours",
"sensitive" : false,
"setterDocumentation" : "The number of instance running hours that reservations covered.
\n@param reservedHours The number of instance running hours that reservations covered.",
"setterMethodName" : "setReservedHours",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "reservedHours",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "reservedHours",
"variableType" : "String",
"documentation" : "The number of instance running hours that reservations covered.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTotalRunningHours",
"beanStyleSetterMethodName" : "setTotalRunningHours",
"c2jName" : "TotalRunningHours",
"c2jShape" : "TotalRunningHours",
"defaultConsumerFluentSetterDocumentation" : "The total instance usage, in hours.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #totalRunningHours(String)}.\n@param totalRunningHours a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalRunningHours(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The total instance usage, in hours.
\n@return The total instance usage, in hours.\n@deprecated Use {@link #totalRunningHours()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The total instance usage, in hours.
\n@param totalRunningHours The total instance usage, in hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalRunningHours(String)}\n",
"documentation" : "The total instance usage, in hours.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TotalRunningHours property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTotalRunningHours",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "totalRunningHours",
"fluentSetterDocumentation" : "The total instance usage, in hours.
\n@param totalRunningHours The total instance usage, in hours.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "totalRunningHours",
"getterDocumentation" : "The total instance usage, in hours.
\n@return The total instance usage, in hours.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TotalRunningHours",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalRunningHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TotalRunningHours",
"sensitive" : false,
"setterDocumentation" : "The total instance usage, in hours.
\n@param totalRunningHours The total instance usage, in hours.",
"setterMethodName" : "setTotalRunningHours",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "totalRunningHours",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "totalRunningHours",
"variableType" : "String",
"documentation" : "The total instance usage, in hours.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCoverageHoursPercentage",
"beanStyleSetterMethodName" : "setCoverageHoursPercentage",
"c2jName" : "CoverageHoursPercentage",
"c2jShape" : "CoverageHoursPercentage",
"defaultConsumerFluentSetterDocumentation" : "The percentage of instance hours that a reservation covered.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #coverageHoursPercentage(String)}.\n@param coverageHoursPercentage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #coverageHoursPercentage(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The percentage of instance hours that a reservation covered.
\n@return The percentage of instance hours that a reservation covered.\n@deprecated Use {@link #coverageHoursPercentage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The percentage of instance hours that a reservation covered.
\n@param coverageHoursPercentage The percentage of instance hours that a reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #coverageHoursPercentage(String)}\n",
"documentation" : "The percentage of instance hours that a reservation covered.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CoverageHoursPercentage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCoverageHoursPercentage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "coverageHoursPercentage",
"fluentSetterDocumentation" : "The percentage of instance hours that a reservation covered.
\n@param coverageHoursPercentage The percentage of instance hours that a reservation covered.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "coverageHoursPercentage",
"getterDocumentation" : "The percentage of instance hours that a reservation covered.
\n@return The percentage of instance hours that a reservation covered.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CoverageHoursPercentage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CoverageHoursPercentage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CoverageHoursPercentage",
"sensitive" : false,
"setterDocumentation" : "The percentage of instance hours that a reservation covered.
\n@param coverageHoursPercentage The percentage of instance hours that a reservation covered.",
"setterMethodName" : "setCoverageHoursPercentage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "coverageHoursPercentage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "coverageHoursPercentage",
"variableType" : "String",
"documentation" : "The percentage of instance hours that a reservation covered.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CoverageHours",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CoverageHours",
"variableName" : "coverageHours",
"variableType" : "CoverageHours",
"documentation" : null,
"simpleType" : "CoverageHours",
"variableSetterType" : "CoverageHours"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CoverageNormalizedUnits" : {
"c2jName" : "CoverageNormalizedUnits",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The amount of instance usage, in normalized units. Normalized units enable you to see your EC2 usage for multiple sizes of instances in a uniform way. For example, suppose you run an xlarge instance and a 2xlarge instance. If you run both instances for the same amount of time, the 2xlarge instance uses twice as much of your reservation as the xlarge instance, even though both instances show only one instance-hour. Using normalized units instead of instance-hours, the xlarge instance used 8 normalized units, and the 2xlarge instance used 16 normalized units.
For more information, see Modifying Reserved Instances in the Amazon Elastic Compute Cloud User Guide for Linux Instances.
",
"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" : "getOnDemandNormalizedUnits",
"beanStyleSetterMethodName" : "setOnDemandNormalizedUnits",
"c2jName" : "OnDemandNormalizedUnits",
"c2jShape" : "OnDemandNormalizedUnits",
"defaultConsumerFluentSetterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #onDemandNormalizedUnits(String)}.\n@param onDemandNormalizedUnits a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #onDemandNormalizedUnits(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\n@return The number of normalized units that are covered by On-Demand Instances instead of a reservation.\n@deprecated Use {@link #onDemandNormalizedUnits()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\n@param onDemandNormalizedUnits The number of normalized units that are covered by On-Demand Instances instead of a reservation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #onDemandNormalizedUnits(String)}\n",
"documentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OnDemandNormalizedUnits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOnDemandNormalizedUnits",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "onDemandNormalizedUnits",
"fluentSetterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\n@param onDemandNormalizedUnits The number of normalized units that are covered by On-Demand Instances instead of a reservation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "onDemandNormalizedUnits",
"getterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\n@return The number of normalized units that are covered by On-Demand Instances instead of a reservation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OnDemandNormalizedUnits",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OnDemandNormalizedUnits",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OnDemandNormalizedUnits",
"sensitive" : false,
"setterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\n@param onDemandNormalizedUnits The number of normalized units that are covered by On-Demand Instances instead of a reservation.",
"setterMethodName" : "setOnDemandNormalizedUnits",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandNormalizedUnits",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandNormalizedUnits",
"variableType" : "String",
"documentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getReservedNormalizedUnits",
"beanStyleSetterMethodName" : "setReservedNormalizedUnits",
"c2jName" : "ReservedNormalizedUnits",
"c2jShape" : "ReservedNormalizedUnits",
"defaultConsumerFluentSetterDocumentation" : "The number of normalized units that a reservation covers.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedNormalizedUnits(String)}.\n@param reservedNormalizedUnits a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedNormalizedUnits(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of normalized units that a reservation covers.
\n@return The number of normalized units that a reservation covers.\n@deprecated Use {@link #reservedNormalizedUnits()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of normalized units that a reservation covers.
\n@param reservedNormalizedUnits The number of normalized units that a reservation covers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reservedNormalizedUnits(String)}\n",
"documentation" : "The number of normalized units that a reservation covers.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ReservedNormalizedUnits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasReservedNormalizedUnits",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "reservedNormalizedUnits",
"fluentSetterDocumentation" : "The number of normalized units that a reservation covers.
\n@param reservedNormalizedUnits The number of normalized units that a reservation covers.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "reservedNormalizedUnits",
"getterDocumentation" : "The number of normalized units that a reservation covers.
\n@return The number of normalized units that a reservation covers.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReservedNormalizedUnits",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReservedNormalizedUnits",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReservedNormalizedUnits",
"sensitive" : false,
"setterDocumentation" : "The number of normalized units that a reservation covers.
\n@param reservedNormalizedUnits The number of normalized units that a reservation covers.",
"setterMethodName" : "setReservedNormalizedUnits",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "reservedNormalizedUnits",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "reservedNormalizedUnits",
"variableType" : "String",
"documentation" : "The number of normalized units that a reservation covers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTotalRunningNormalizedUnits",
"beanStyleSetterMethodName" : "setTotalRunningNormalizedUnits",
"c2jName" : "TotalRunningNormalizedUnits",
"c2jShape" : "TotalRunningNormalizedUnits",
"defaultConsumerFluentSetterDocumentation" : "The total number of normalized units that you used.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #totalRunningNormalizedUnits(String)}.\n@param totalRunningNormalizedUnits a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalRunningNormalizedUnits(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The total number of normalized units that you used.
\n@return The total number of normalized units that you used.\n@deprecated Use {@link #totalRunningNormalizedUnits()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The total number of normalized units that you used.
\n@param totalRunningNormalizedUnits The total number of normalized units that you used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalRunningNormalizedUnits(String)}\n",
"documentation" : "The total number of normalized units that you used.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TotalRunningNormalizedUnits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTotalRunningNormalizedUnits",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "totalRunningNormalizedUnits",
"fluentSetterDocumentation" : "The total number of normalized units that you used.
\n@param totalRunningNormalizedUnits The total number of normalized units that you used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "totalRunningNormalizedUnits",
"getterDocumentation" : "The total number of normalized units that you used.
\n@return The total number of normalized units that you used.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TotalRunningNormalizedUnits",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalRunningNormalizedUnits",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TotalRunningNormalizedUnits",
"sensitive" : false,
"setterDocumentation" : "The total number of normalized units that you used.
\n@param totalRunningNormalizedUnits The total number of normalized units that you used.",
"setterMethodName" : "setTotalRunningNormalizedUnits",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "totalRunningNormalizedUnits",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "totalRunningNormalizedUnits",
"variableType" : "String",
"documentation" : "The total number of normalized units that you used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCoverageNormalizedUnitsPercentage",
"beanStyleSetterMethodName" : "setCoverageNormalizedUnitsPercentage",
"c2jName" : "CoverageNormalizedUnitsPercentage",
"c2jShape" : "CoverageNormalizedUnitsPercentage",
"defaultConsumerFluentSetterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #coverageNormalizedUnitsPercentage(String)}.\n@param coverageNormalizedUnitsPercentage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #coverageNormalizedUnitsPercentage(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\n@return The percentage of your used instance normalized units that a reservation covers.\n@deprecated Use {@link #coverageNormalizedUnitsPercentage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\n@param coverageNormalizedUnitsPercentage The percentage of your used instance normalized units that a reservation covers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #coverageNormalizedUnitsPercentage(String)}\n",
"documentation" : "The percentage of your used instance normalized units that a reservation covers.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CoverageNormalizedUnitsPercentage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCoverageNormalizedUnitsPercentage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "coverageNormalizedUnitsPercentage",
"fluentSetterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\n@param coverageNormalizedUnitsPercentage The percentage of your used instance normalized units that a reservation covers.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "coverageNormalizedUnitsPercentage",
"getterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\n@return The percentage of your used instance normalized units that a reservation covers.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CoverageNormalizedUnitsPercentage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CoverageNormalizedUnitsPercentage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CoverageNormalizedUnitsPercentage",
"sensitive" : false,
"setterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\n@param coverageNormalizedUnitsPercentage The percentage of your used instance normalized units that a reservation covers.",
"setterMethodName" : "setCoverageNormalizedUnitsPercentage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "coverageNormalizedUnitsPercentage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "coverageNormalizedUnitsPercentage",
"variableType" : "String",
"documentation" : "The percentage of your used instance normalized units that a reservation covers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CoverageNormalizedUnitsPercentage" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCoverageNormalizedUnitsPercentage",
"beanStyleSetterMethodName" : "setCoverageNormalizedUnitsPercentage",
"c2jName" : "CoverageNormalizedUnitsPercentage",
"c2jShape" : "CoverageNormalizedUnitsPercentage",
"defaultConsumerFluentSetterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #coverageNormalizedUnitsPercentage(String)}.\n@param coverageNormalizedUnitsPercentage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #coverageNormalizedUnitsPercentage(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\n@return The percentage of your used instance normalized units that a reservation covers.\n@deprecated Use {@link #coverageNormalizedUnitsPercentage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\n@param coverageNormalizedUnitsPercentage The percentage of your used instance normalized units that a reservation covers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #coverageNormalizedUnitsPercentage(String)}\n",
"documentation" : "The percentage of your used instance normalized units that a reservation covers.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CoverageNormalizedUnitsPercentage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCoverageNormalizedUnitsPercentage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "coverageNormalizedUnitsPercentage",
"fluentSetterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\n@param coverageNormalizedUnitsPercentage The percentage of your used instance normalized units that a reservation covers.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "coverageNormalizedUnitsPercentage",
"getterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\n@return The percentage of your used instance normalized units that a reservation covers.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CoverageNormalizedUnitsPercentage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CoverageNormalizedUnitsPercentage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CoverageNormalizedUnitsPercentage",
"sensitive" : false,
"setterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\n@param coverageNormalizedUnitsPercentage The percentage of your used instance normalized units that a reservation covers.",
"setterMethodName" : "setCoverageNormalizedUnitsPercentage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "coverageNormalizedUnitsPercentage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "coverageNormalizedUnitsPercentage",
"variableType" : "String",
"documentation" : "The percentage of your used instance normalized units that a reservation covers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"OnDemandNormalizedUnits" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOnDemandNormalizedUnits",
"beanStyleSetterMethodName" : "setOnDemandNormalizedUnits",
"c2jName" : "OnDemandNormalizedUnits",
"c2jShape" : "OnDemandNormalizedUnits",
"defaultConsumerFluentSetterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #onDemandNormalizedUnits(String)}.\n@param onDemandNormalizedUnits a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #onDemandNormalizedUnits(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\n@return The number of normalized units that are covered by On-Demand Instances instead of a reservation.\n@deprecated Use {@link #onDemandNormalizedUnits()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\n@param onDemandNormalizedUnits The number of normalized units that are covered by On-Demand Instances instead of a reservation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #onDemandNormalizedUnits(String)}\n",
"documentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OnDemandNormalizedUnits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOnDemandNormalizedUnits",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "onDemandNormalizedUnits",
"fluentSetterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\n@param onDemandNormalizedUnits The number of normalized units that are covered by On-Demand Instances instead of a reservation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "onDemandNormalizedUnits",
"getterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\n@return The number of normalized units that are covered by On-Demand Instances instead of a reservation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OnDemandNormalizedUnits",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OnDemandNormalizedUnits",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OnDemandNormalizedUnits",
"sensitive" : false,
"setterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\n@param onDemandNormalizedUnits The number of normalized units that are covered by On-Demand Instances instead of a reservation.",
"setterMethodName" : "setOnDemandNormalizedUnits",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandNormalizedUnits",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandNormalizedUnits",
"variableType" : "String",
"documentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ReservedNormalizedUnits" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getReservedNormalizedUnits",
"beanStyleSetterMethodName" : "setReservedNormalizedUnits",
"c2jName" : "ReservedNormalizedUnits",
"c2jShape" : "ReservedNormalizedUnits",
"defaultConsumerFluentSetterDocumentation" : "The number of normalized units that a reservation covers.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedNormalizedUnits(String)}.\n@param reservedNormalizedUnits a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedNormalizedUnits(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of normalized units that a reservation covers.
\n@return The number of normalized units that a reservation covers.\n@deprecated Use {@link #reservedNormalizedUnits()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of normalized units that a reservation covers.
\n@param reservedNormalizedUnits The number of normalized units that a reservation covers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reservedNormalizedUnits(String)}\n",
"documentation" : "The number of normalized units that a reservation covers.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ReservedNormalizedUnits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasReservedNormalizedUnits",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "reservedNormalizedUnits",
"fluentSetterDocumentation" : "The number of normalized units that a reservation covers.
\n@param reservedNormalizedUnits The number of normalized units that a reservation covers.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "reservedNormalizedUnits",
"getterDocumentation" : "The number of normalized units that a reservation covers.
\n@return The number of normalized units that a reservation covers.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReservedNormalizedUnits",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReservedNormalizedUnits",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReservedNormalizedUnits",
"sensitive" : false,
"setterDocumentation" : "The number of normalized units that a reservation covers.
\n@param reservedNormalizedUnits The number of normalized units that a reservation covers.",
"setterMethodName" : "setReservedNormalizedUnits",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "reservedNormalizedUnits",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "reservedNormalizedUnits",
"variableType" : "String",
"documentation" : "The number of normalized units that a reservation covers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TotalRunningNormalizedUnits" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTotalRunningNormalizedUnits",
"beanStyleSetterMethodName" : "setTotalRunningNormalizedUnits",
"c2jName" : "TotalRunningNormalizedUnits",
"c2jShape" : "TotalRunningNormalizedUnits",
"defaultConsumerFluentSetterDocumentation" : "The total number of normalized units that you used.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #totalRunningNormalizedUnits(String)}.\n@param totalRunningNormalizedUnits a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalRunningNormalizedUnits(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The total number of normalized units that you used.
\n@return The total number of normalized units that you used.\n@deprecated Use {@link #totalRunningNormalizedUnits()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The total number of normalized units that you used.
\n@param totalRunningNormalizedUnits The total number of normalized units that you used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalRunningNormalizedUnits(String)}\n",
"documentation" : "The total number of normalized units that you used.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TotalRunningNormalizedUnits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTotalRunningNormalizedUnits",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "totalRunningNormalizedUnits",
"fluentSetterDocumentation" : "The total number of normalized units that you used.
\n@param totalRunningNormalizedUnits The total number of normalized units that you used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "totalRunningNormalizedUnits",
"getterDocumentation" : "The total number of normalized units that you used.
\n@return The total number of normalized units that you used.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TotalRunningNormalizedUnits",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalRunningNormalizedUnits",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TotalRunningNormalizedUnits",
"sensitive" : false,
"setterDocumentation" : "The total number of normalized units that you used.
\n@param totalRunningNormalizedUnits The total number of normalized units that you used.",
"setterMethodName" : "setTotalRunningNormalizedUnits",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "totalRunningNormalizedUnits",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "totalRunningNormalizedUnits",
"variableType" : "String",
"documentation" : "The total number of normalized units that you used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOnDemandNormalizedUnits",
"beanStyleSetterMethodName" : "setOnDemandNormalizedUnits",
"c2jName" : "OnDemandNormalizedUnits",
"c2jShape" : "OnDemandNormalizedUnits",
"defaultConsumerFluentSetterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #onDemandNormalizedUnits(String)}.\n@param onDemandNormalizedUnits a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #onDemandNormalizedUnits(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\n@return The number of normalized units that are covered by On-Demand Instances instead of a reservation.\n@deprecated Use {@link #onDemandNormalizedUnits()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\n@param onDemandNormalizedUnits The number of normalized units that are covered by On-Demand Instances instead of a reservation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #onDemandNormalizedUnits(String)}\n",
"documentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OnDemandNormalizedUnits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOnDemandNormalizedUnits",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "onDemandNormalizedUnits",
"fluentSetterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\n@param onDemandNormalizedUnits The number of normalized units that are covered by On-Demand Instances instead of a reservation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "onDemandNormalizedUnits",
"getterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\n@return The number of normalized units that are covered by On-Demand Instances instead of a reservation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OnDemandNormalizedUnits",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OnDemandNormalizedUnits",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OnDemandNormalizedUnits",
"sensitive" : false,
"setterDocumentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
\n@param onDemandNormalizedUnits The number of normalized units that are covered by On-Demand Instances instead of a reservation.",
"setterMethodName" : "setOnDemandNormalizedUnits",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandNormalizedUnits",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandNormalizedUnits",
"variableType" : "String",
"documentation" : "The number of normalized units that are covered by On-Demand Instances instead of a reservation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getReservedNormalizedUnits",
"beanStyleSetterMethodName" : "setReservedNormalizedUnits",
"c2jName" : "ReservedNormalizedUnits",
"c2jShape" : "ReservedNormalizedUnits",
"defaultConsumerFluentSetterDocumentation" : "The number of normalized units that a reservation covers.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservedNormalizedUnits(String)}.\n@param reservedNormalizedUnits a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservedNormalizedUnits(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of normalized units that a reservation covers.
\n@return The number of normalized units that a reservation covers.\n@deprecated Use {@link #reservedNormalizedUnits()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of normalized units that a reservation covers.
\n@param reservedNormalizedUnits The number of normalized units that a reservation covers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reservedNormalizedUnits(String)}\n",
"documentation" : "The number of normalized units that a reservation covers.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ReservedNormalizedUnits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasReservedNormalizedUnits",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "reservedNormalizedUnits",
"fluentSetterDocumentation" : "The number of normalized units that a reservation covers.
\n@param reservedNormalizedUnits The number of normalized units that a reservation covers.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "reservedNormalizedUnits",
"getterDocumentation" : "The number of normalized units that a reservation covers.
\n@return The number of normalized units that a reservation covers.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReservedNormalizedUnits",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReservedNormalizedUnits",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReservedNormalizedUnits",
"sensitive" : false,
"setterDocumentation" : "The number of normalized units that a reservation covers.
\n@param reservedNormalizedUnits The number of normalized units that a reservation covers.",
"setterMethodName" : "setReservedNormalizedUnits",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "reservedNormalizedUnits",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "reservedNormalizedUnits",
"variableType" : "String",
"documentation" : "The number of normalized units that a reservation covers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTotalRunningNormalizedUnits",
"beanStyleSetterMethodName" : "setTotalRunningNormalizedUnits",
"c2jName" : "TotalRunningNormalizedUnits",
"c2jShape" : "TotalRunningNormalizedUnits",
"defaultConsumerFluentSetterDocumentation" : "The total number of normalized units that you used.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #totalRunningNormalizedUnits(String)}.\n@param totalRunningNormalizedUnits a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalRunningNormalizedUnits(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The total number of normalized units that you used.
\n@return The total number of normalized units that you used.\n@deprecated Use {@link #totalRunningNormalizedUnits()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The total number of normalized units that you used.
\n@param totalRunningNormalizedUnits The total number of normalized units that you used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalRunningNormalizedUnits(String)}\n",
"documentation" : "The total number of normalized units that you used.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TotalRunningNormalizedUnits property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTotalRunningNormalizedUnits",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "totalRunningNormalizedUnits",
"fluentSetterDocumentation" : "The total number of normalized units that you used.
\n@param totalRunningNormalizedUnits The total number of normalized units that you used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "totalRunningNormalizedUnits",
"getterDocumentation" : "The total number of normalized units that you used.
\n@return The total number of normalized units that you used.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TotalRunningNormalizedUnits",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalRunningNormalizedUnits",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TotalRunningNormalizedUnits",
"sensitive" : false,
"setterDocumentation" : "The total number of normalized units that you used.
\n@param totalRunningNormalizedUnits The total number of normalized units that you used.",
"setterMethodName" : "setTotalRunningNormalizedUnits",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "totalRunningNormalizedUnits",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "totalRunningNormalizedUnits",
"variableType" : "String",
"documentation" : "The total number of normalized units that you used.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCoverageNormalizedUnitsPercentage",
"beanStyleSetterMethodName" : "setCoverageNormalizedUnitsPercentage",
"c2jName" : "CoverageNormalizedUnitsPercentage",
"c2jShape" : "CoverageNormalizedUnitsPercentage",
"defaultConsumerFluentSetterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #coverageNormalizedUnitsPercentage(String)}.\n@param coverageNormalizedUnitsPercentage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #coverageNormalizedUnitsPercentage(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\n@return The percentage of your used instance normalized units that a reservation covers.\n@deprecated Use {@link #coverageNormalizedUnitsPercentage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\n@param coverageNormalizedUnitsPercentage The percentage of your used instance normalized units that a reservation covers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #coverageNormalizedUnitsPercentage(String)}\n",
"documentation" : "The percentage of your used instance normalized units that a reservation covers.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CoverageNormalizedUnitsPercentage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCoverageNormalizedUnitsPercentage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "coverageNormalizedUnitsPercentage",
"fluentSetterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\n@param coverageNormalizedUnitsPercentage The percentage of your used instance normalized units that a reservation covers.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "coverageNormalizedUnitsPercentage",
"getterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\n@return The percentage of your used instance normalized units that a reservation covers.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CoverageNormalizedUnitsPercentage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CoverageNormalizedUnitsPercentage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CoverageNormalizedUnitsPercentage",
"sensitive" : false,
"setterDocumentation" : "The percentage of your used instance normalized units that a reservation covers.
\n@param coverageNormalizedUnitsPercentage The percentage of your used instance normalized units that a reservation covers.",
"setterMethodName" : "setCoverageNormalizedUnitsPercentage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "coverageNormalizedUnitsPercentage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "coverageNormalizedUnitsPercentage",
"variableType" : "String",
"documentation" : "The percentage of your used instance normalized units that a reservation covers.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CoverageNormalizedUnits",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CoverageNormalizedUnits",
"variableName" : "coverageNormalizedUnits",
"variableType" : "CoverageNormalizedUnits",
"documentation" : null,
"simpleType" : "CoverageNormalizedUnits",
"variableSetterType" : "CoverageNormalizedUnits"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateCostCategoryDefinitionRequest" : {
"c2jName" : "CreateCostCategoryDefinitionRequest",
"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" : "CreateCostCategoryDefinition",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSInsightsIndexService.CreateCostCategoryDefinition",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "CostCategoryName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name 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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRuleVersion",
"beanStyleSetterMethodName" : "setRuleVersion",
"c2jName" : "RuleVersion",
"c2jShape" : "CostCategoryRuleVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the RuleVersion 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 #ruleVersionAsString(String)}.\n@param ruleVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the RuleVersion property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ruleVersion} will return {@link CostCategoryRuleVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ruleVersionAsString}.\n
\n@return The value of the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@deprecated Use {@link #ruleVersionAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see CostCategoryRuleVersion\n@deprecated Use {@link #ruleVersion(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "CostCategoryRuleVersion",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RuleVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRuleVersion",
"fluentEnumGetterMethodName" : "ruleVersion",
"fluentEnumSetterMethodName" : "ruleVersion",
"fluentGetterMethodName" : "ruleVersionAsString",
"fluentSetterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see CostCategoryRuleVersion",
"fluentSetterMethodName" : "ruleVersion",
"getterDocumentation" : "Returns the value of the RuleVersion property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ruleVersion} will return {@link CostCategoryRuleVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ruleVersionAsString}.\n
\n@return The value of the RuleVersion property for this object.\n@see CostCategoryRuleVersion",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleVersion",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion",
"setterMethodName" : "setRuleVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRules",
"beanStyleSetterMethodName" : "setRules",
"c2jName" : "Rules",
"c2jShape" : "CostCategoryRulesList",
"defaultConsumerFluentSetterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\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 #rules(List)}.\n@param rules 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 #rules(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.\n@deprecated Use {@link #rules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\n@param rules The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n",
"documentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rules",
"fluentSetterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\n@param rules The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rules",
"getterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.",
"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" : "Rules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rules",
"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" : "CostCategoryRule",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CostCategoryRule.Builder} avoiding the need to create one manually via {@link CostCategoryRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CostCategoryRule.Builder#build()} is called immediately and its result is passed to {@link #member(CostCategoryRule)}.\n@param member a consumer that will call methods on {@link CostCategoryRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CostCategoryRule)",
"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(CostCategoryRule)}\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" : "CostCategoryRule",
"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" : "CostCategoryRule",
"variableName" : "member",
"variableType" : "CostCategoryRule",
"documentation" : null,
"simpleType" : "CostCategoryRule",
"variableSetterType" : "CostCategoryRule"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CostCategoryRule",
"variableName" : "member",
"variableType" : "CostCategoryRule",
"documentation" : "",
"simpleType" : "CostCategoryRule",
"variableSetterType" : "CostCategoryRule"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CostCategoryRule",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CostCategoryRule",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Rules",
"sensitive" : false,
"setterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\n@param rules The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.",
"setterMethodName" : "setRules",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "CostCategoryName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name 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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RuleVersion" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRuleVersion",
"beanStyleSetterMethodName" : "setRuleVersion",
"c2jName" : "RuleVersion",
"c2jShape" : "CostCategoryRuleVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the RuleVersion 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 #ruleVersionAsString(String)}.\n@param ruleVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the RuleVersion property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ruleVersion} will return {@link CostCategoryRuleVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ruleVersionAsString}.\n
\n@return The value of the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@deprecated Use {@link #ruleVersionAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see CostCategoryRuleVersion\n@deprecated Use {@link #ruleVersion(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "CostCategoryRuleVersion",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RuleVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRuleVersion",
"fluentEnumGetterMethodName" : "ruleVersion",
"fluentEnumSetterMethodName" : "ruleVersion",
"fluentGetterMethodName" : "ruleVersionAsString",
"fluentSetterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see CostCategoryRuleVersion",
"fluentSetterMethodName" : "ruleVersion",
"getterDocumentation" : "Returns the value of the RuleVersion property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ruleVersion} will return {@link CostCategoryRuleVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ruleVersionAsString}.\n
\n@return The value of the RuleVersion property for this object.\n@see CostCategoryRuleVersion",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleVersion",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion",
"setterMethodName" : "setRuleVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Rules" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRules",
"beanStyleSetterMethodName" : "setRules",
"c2jName" : "Rules",
"c2jShape" : "CostCategoryRulesList",
"defaultConsumerFluentSetterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\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 #rules(List)}.\n@param rules 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 #rules(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.\n@deprecated Use {@link #rules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\n@param rules The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n",
"documentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rules",
"fluentSetterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\n@param rules The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rules",
"getterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.",
"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" : "Rules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rules",
"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" : "CostCategoryRule",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CostCategoryRule.Builder} avoiding the need to create one manually via {@link CostCategoryRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CostCategoryRule.Builder#build()} is called immediately and its result is passed to {@link #member(CostCategoryRule)}.\n@param member a consumer that will call methods on {@link CostCategoryRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CostCategoryRule)",
"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(CostCategoryRule)}\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" : "CostCategoryRule",
"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" : "CostCategoryRule",
"variableName" : "member",
"variableType" : "CostCategoryRule",
"documentation" : null,
"simpleType" : "CostCategoryRule",
"variableSetterType" : "CostCategoryRule"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CostCategoryRule",
"variableName" : "member",
"variableType" : "CostCategoryRule",
"documentation" : "",
"simpleType" : "CostCategoryRule",
"variableSetterType" : "CostCategoryRule"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CostCategoryRule",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CostCategoryRule",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Rules",
"sensitive" : false,
"setterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\n@param rules The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.",
"setterMethodName" : "setRules",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "CostCategoryName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name 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" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRuleVersion",
"beanStyleSetterMethodName" : "setRuleVersion",
"c2jName" : "RuleVersion",
"c2jShape" : "CostCategoryRuleVersion",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the RuleVersion 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 #ruleVersionAsString(String)}.\n@param ruleVersion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the RuleVersion property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ruleVersion} will return {@link CostCategoryRuleVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ruleVersionAsString}.\n
\n@return The value of the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@deprecated Use {@link #ruleVersionAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see CostCategoryRuleVersion\n@deprecated Use {@link #ruleVersion(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "CostCategoryRuleVersion",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RuleVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRuleVersion",
"fluentEnumGetterMethodName" : "ruleVersion",
"fluentEnumSetterMethodName" : "ruleVersion",
"fluentGetterMethodName" : "ruleVersionAsString",
"fluentSetterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion\n@return Returns a reference to this object so that method calls can be chained together.\n@see CostCategoryRuleVersion",
"fluentSetterMethodName" : "ruleVersion",
"getterDocumentation" : "Returns the value of the RuleVersion property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ruleVersion} will return {@link CostCategoryRuleVersion#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ruleVersionAsString}.\n
\n@return The value of the RuleVersion property for this object.\n@see CostCategoryRuleVersion",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleVersion",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the RuleVersion property for this object.\n\n@param ruleVersion The new value for the RuleVersion property for this object.\n@see CostCategoryRuleVersion",
"setterMethodName" : "setRuleVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRules",
"beanStyleSetterMethodName" : "setRules",
"c2jName" : "Rules",
"c2jShape" : "CostCategoryRulesList",
"defaultConsumerFluentSetterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\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 #rules(List)}.\n@param rules 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 #rules(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.\n@deprecated Use {@link #rules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\n@param rules The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n",
"documentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rules",
"fluentSetterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\n@param rules The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rules",
"getterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.",
"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" : "Rules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rules",
"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" : "CostCategoryRule",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CostCategoryRule.Builder} avoiding the need to create one manually via {@link CostCategoryRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CostCategoryRule.Builder#build()} is called immediately and its result is passed to {@link #member(CostCategoryRule)}.\n@param member a consumer that will call methods on {@link CostCategoryRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CostCategoryRule)",
"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(CostCategoryRule)}\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" : "CostCategoryRule",
"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" : "CostCategoryRule",
"variableName" : "member",
"variableType" : "CostCategoryRule",
"documentation" : null,
"simpleType" : "CostCategoryRule",
"variableSetterType" : "CostCategoryRule"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CostCategoryRule",
"variableName" : "member",
"variableType" : "CostCategoryRule",
"documentation" : "",
"simpleType" : "CostCategoryRule",
"variableSetterType" : "CostCategoryRule"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CostCategoryRule",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CostCategoryRule",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Rules",
"sensitive" : false,
"setterDocumentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
\n@param rules The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.",
"setterMethodName" : "setRules",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : "The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name", "RuleVersion", "Rules" ],
"shapeName" : "CreateCostCategoryDefinitionRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateCostCategoryDefinitionRequest",
"variableName" : "createCostCategoryDefinitionRequest",
"variableType" : "CreateCostCategoryDefinitionRequest",
"documentation" : null,
"simpleType" : "CreateCostCategoryDefinitionRequest",
"variableSetterType" : "CreateCostCategoryDefinitionRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateCostCategoryDefinitionResponse" : {
"c2jName" : "CreateCostCategoryDefinitionResponse",
"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" : "getCostCategoryArn",
"beanStyleSetterMethodName" : "setCostCategoryArn",
"c2jName" : "CostCategoryArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : " The unique identifier for your newly created Cost Category.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #costCategoryArn(String)}.\n@param costCategoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #costCategoryArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The unique identifier for your newly created Cost Category.
\n@return The unique identifier for your newly created Cost Category.\n@deprecated Use {@link #costCategoryArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The unique identifier for your newly created Cost Category.
\n@param costCategoryArn The unique identifier for your newly created Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costCategoryArn(String)}\n",
"documentation" : " The unique identifier for your newly created Cost Category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CostCategoryArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCostCategoryArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "costCategoryArn",
"fluentSetterDocumentation" : " The unique identifier for your newly created Cost Category.
\n@param costCategoryArn The unique identifier for your newly created Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "costCategoryArn",
"getterDocumentation" : " The unique identifier for your newly created Cost Category.
\n@return The unique identifier for your newly created Cost Category.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CostCategoryArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CostCategoryArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CostCategoryArn",
"sensitive" : false,
"setterDocumentation" : " The unique identifier for your newly created Cost Category.
\n@param costCategoryArn The unique identifier for your newly created Cost Category.",
"setterMethodName" : "setCostCategoryArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : " The unique identifier for your newly created Cost Category.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEffectiveStart",
"beanStyleSetterMethodName" : "setEffectiveStart",
"c2jName" : "EffectiveStart",
"c2jShape" : "ZonedDateTime",
"defaultConsumerFluentSetterDocumentation" : " The Cost Category's effective start date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #effectiveStart(String)}.\n@param effectiveStart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectiveStart(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.\n@deprecated Use {@link #effectiveStart()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectiveStart(String)}\n",
"documentation" : " The Cost Category's effective start date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EffectiveStart property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEffectiveStart",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "effectiveStart",
"fluentSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "effectiveStart",
"getterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EffectiveStart",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EffectiveStart",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EffectiveStart",
"sensitive" : false,
"setterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.",
"setterMethodName" : "setEffectiveStart",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : " The Cost Category's effective start date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CostCategoryArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCostCategoryArn",
"beanStyleSetterMethodName" : "setCostCategoryArn",
"c2jName" : "CostCategoryArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : " The unique identifier for your newly created Cost Category.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #costCategoryArn(String)}.\n@param costCategoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #costCategoryArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The unique identifier for your newly created Cost Category.
\n@return The unique identifier for your newly created Cost Category.\n@deprecated Use {@link #costCategoryArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The unique identifier for your newly created Cost Category.
\n@param costCategoryArn The unique identifier for your newly created Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costCategoryArn(String)}\n",
"documentation" : " The unique identifier for your newly created Cost Category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CostCategoryArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCostCategoryArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "costCategoryArn",
"fluentSetterDocumentation" : " The unique identifier for your newly created Cost Category.
\n@param costCategoryArn The unique identifier for your newly created Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "costCategoryArn",
"getterDocumentation" : " The unique identifier for your newly created Cost Category.
\n@return The unique identifier for your newly created Cost Category.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CostCategoryArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CostCategoryArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CostCategoryArn",
"sensitive" : false,
"setterDocumentation" : " The unique identifier for your newly created Cost Category.
\n@param costCategoryArn The unique identifier for your newly created Cost Category.",
"setterMethodName" : "setCostCategoryArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : " The unique identifier for your newly created Cost Category.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EffectiveStart" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEffectiveStart",
"beanStyleSetterMethodName" : "setEffectiveStart",
"c2jName" : "EffectiveStart",
"c2jShape" : "ZonedDateTime",
"defaultConsumerFluentSetterDocumentation" : " The Cost Category's effective start date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #effectiveStart(String)}.\n@param effectiveStart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectiveStart(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.\n@deprecated Use {@link #effectiveStart()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectiveStart(String)}\n",
"documentation" : " The Cost Category's effective start date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EffectiveStart property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEffectiveStart",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "effectiveStart",
"fluentSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "effectiveStart",
"getterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EffectiveStart",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EffectiveStart",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EffectiveStart",
"sensitive" : false,
"setterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.",
"setterMethodName" : "setEffectiveStart",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : " The Cost Category's effective start date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCostCategoryArn",
"beanStyleSetterMethodName" : "setCostCategoryArn",
"c2jName" : "CostCategoryArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : " The unique identifier for your newly created Cost Category.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #costCategoryArn(String)}.\n@param costCategoryArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #costCategoryArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The unique identifier for your newly created Cost Category.
\n@return The unique identifier for your newly created Cost Category.\n@deprecated Use {@link #costCategoryArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The unique identifier for your newly created Cost Category.
\n@param costCategoryArn The unique identifier for your newly created Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costCategoryArn(String)}\n",
"documentation" : " The unique identifier for your newly created Cost Category.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CostCategoryArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCostCategoryArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "costCategoryArn",
"fluentSetterDocumentation" : " The unique identifier for your newly created Cost Category.
\n@param costCategoryArn The unique identifier for your newly created Cost Category.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "costCategoryArn",
"getterDocumentation" : " The unique identifier for your newly created Cost Category.
\n@return The unique identifier for your newly created Cost Category.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CostCategoryArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CostCategoryArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CostCategoryArn",
"sensitive" : false,
"setterDocumentation" : " The unique identifier for your newly created Cost Category.
\n@param costCategoryArn The unique identifier for your newly created Cost Category.",
"setterMethodName" : "setCostCategoryArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "costCategoryArn",
"variableType" : "String",
"documentation" : " The unique identifier for your newly created Cost Category.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEffectiveStart",
"beanStyleSetterMethodName" : "setEffectiveStart",
"c2jName" : "EffectiveStart",
"c2jShape" : "ZonedDateTime",
"defaultConsumerFluentSetterDocumentation" : " The Cost Category's effective start date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #effectiveStart(String)}.\n@param effectiveStart a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #effectiveStart(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.\n@deprecated Use {@link #effectiveStart()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #effectiveStart(String)}\n",
"documentation" : " The Cost Category's effective start date.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EffectiveStart property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEffectiveStart",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "effectiveStart",
"fluentSetterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "effectiveStart",
"getterDocumentation" : " The Cost Category's effective start date.
\n@return The Cost Category's effective start date.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EffectiveStart",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EffectiveStart",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EffectiveStart",
"sensitive" : false,
"setterDocumentation" : " The Cost Category's effective start date.
\n@param effectiveStart The Cost Category's effective start date.",
"setterMethodName" : "setEffectiveStart",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "effectiveStart",
"variableType" : "String",
"documentation" : " The Cost Category's effective start date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateCostCategoryDefinitionResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateCostCategoryDefinitionResponse",
"variableName" : "createCostCategoryDefinitionResponse",
"variableType" : "CreateCostCategoryDefinitionResponse",
"documentation" : null,
"simpleType" : "CreateCostCategoryDefinitionResponse",
"variableSetterType" : "CreateCostCategoryDefinitionResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CurrentInstance" : {
"c2jName" : "CurrentInstance",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Context about the current instance.
",
"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" : "getResourceId",
"beanStyleSetterMethodName" : "setResourceId",
"c2jName" : "ResourceId",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "Resource ID of the current instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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" : "Resource ID of the current instance.
\n@return Resource ID of the current instance.\n@deprecated Use {@link #resourceId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Resource ID of the current instance.
\n@param resourceId Resource ID of the current instance.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceId(String)}\n",
"documentation" : "Resource ID of the current instance.
",
"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" : "Resource ID of the current instance.
\n@param resourceId Resource ID of the current instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceId",
"getterDocumentation" : "Resource ID of the current instance.
\n@return Resource ID of the current instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "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" : "Resource ID of the current instance.
\n@param resourceId Resource ID of the current instance.",
"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" : "Resource ID of the current instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagValuesList",
"defaultConsumerFluentSetterDocumentation" : "Cost allocation resource tags applied to the instance.
\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" : "Cost allocation resource tags applied to the instance.
\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 Cost allocation resource tags applied to the instance.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Cost allocation resource tags applied to the instance.
\n@param tags Cost allocation resource tags applied to the instance.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "Cost allocation resource tags applied to the instance.
",
"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" : "Cost allocation resource tags applied to the instance.
\n@param tags Cost allocation resource tags applied to the instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "Cost allocation resource tags applied to the instance.
\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 Cost allocation resource tags applied to the instance.",
"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" : "TagValues",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TagValues.Builder} avoiding the need to create one manually via {@link TagValues#builder()}.\n\nWhen the {@link Consumer} completes, {@link TagValues.Builder#build()} is called immediately and its result is passed to {@link #member(TagValues)}.\n@param member a consumer that will call methods on {@link TagValues.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TagValues)",
"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(TagValues)}\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" : "TagValues",
"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" : "TagValues",
"variableName" : "member",
"variableType" : "TagValues",
"documentation" : null,
"simpleType" : "TagValues",
"variableSetterType" : "TagValues"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TagValues",
"variableName" : "member",
"variableType" : "TagValues",
"documentation" : "",
"simpleType" : "TagValues",
"variableSetterType" : "TagValues"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "TagValues",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "TagValues",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "Cost allocation resource tags applied to the instance.
\n@param tags Cost allocation resource tags applied to the instance.",
"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" : "Cost allocation resource tags applied to the instance.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceDetails",
"beanStyleSetterMethodName" : "setResourceDetails",
"c2jName" : "ResourceDetails",
"c2jShape" : "ResourceDetails",
"defaultConsumerFluentSetterDocumentation" : " Details about the resource and utilization.
\nThis is a convenience that creates an instance of the {@link ResourceDetails.Builder} avoiding the need to create one manually via {@link ResourceDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceDetails.Builder#build()} is called immediately and its result is passed to {@link #resourceDetails(ResourceDetails)}.\n@param resourceDetails a consumer that will call methods on {@link ResourceDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceDetails(ResourceDetails)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Details about the resource and utilization.
\n@return Details about the resource and utilization.\n@deprecated Use {@link #resourceDetails()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Details about the resource and utilization.
\n@param resourceDetails Details about the resource and utilization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceDetails(ResourceDetails)}\n",
"documentation" : " Details about the resource and utilization.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceDetails property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceDetails",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceDetails",
"fluentSetterDocumentation" : " Details about the resource and utilization.
\n@param resourceDetails Details about the resource and utilization.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceDetails",
"getterDocumentation" : " Details about the resource and utilization.
\n@return Details about the resource and utilization.",
"getterModel" : {
"returnType" : "ResourceDetails",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceDetails",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceDetails",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ResourceDetails",
"sensitive" : false,
"setterDocumentation" : " Details about the resource and utilization.
\n@param resourceDetails Details about the resource and utilization.",
"setterMethodName" : "setResourceDetails",
"setterModel" : {
"variableDeclarationType" : "ResourceDetails",
"variableName" : "resourceDetails",
"variableType" : "ResourceDetails",
"documentation" : null,
"simpleType" : "ResourceDetails",
"variableSetterType" : "ResourceDetails"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ResourceDetails",
"variableName" : "resourceDetails",
"variableType" : "ResourceDetails",
"documentation" : " Details about the resource and utilization.
",
"simpleType" : "ResourceDetails",
"variableSetterType" : "ResourceDetails"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceUtilization",
"beanStyleSetterMethodName" : "setResourceUtilization",
"c2jName" : "ResourceUtilization",
"c2jShape" : "ResourceUtilization",
"defaultConsumerFluentSetterDocumentation" : " Utilization information of the current instance during the lookback period.
\nThis is a convenience that creates an instance of the {@link ResourceUtilization.Builder} avoiding the need to create one manually via {@link ResourceUtilization#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceUtilization.Builder#build()} is called immediately and its result is passed to {@link #resourceUtilization(ResourceUtilization)}.\n@param resourceUtilization a consumer that will call methods on {@link ResourceUtilization.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceUtilization(ResourceUtilization)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Utilization information of the current instance during the lookback period.
\n@return Utilization information of the current instance during the lookback period.\n@deprecated Use {@link #resourceUtilization()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Utilization information of the current instance during the lookback period.
\n@param resourceUtilization Utilization information of the current instance during the lookback period.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceUtilization(ResourceUtilization)}\n",
"documentation" : " Utilization information of the current instance during the lookback period.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceUtilization property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceUtilization",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceUtilization",
"fluentSetterDocumentation" : " Utilization information of the current instance during the lookback period.
\n@param resourceUtilization Utilization information of the current instance during the lookback period.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceUtilization",
"getterDocumentation" : " Utilization information of the current instance during the lookback period.
\n@return Utilization information of the current instance during the lookback period.",
"getterModel" : {
"returnType" : "ResourceUtilization",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceUtilization",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceUtilization",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ResourceUtilization",
"sensitive" : false,
"setterDocumentation" : " Utilization information of the current instance during the lookback period.
\n@param resourceUtilization Utilization information of the current instance during the lookback period.",
"setterMethodName" : "setResourceUtilization",
"setterModel" : {
"variableDeclarationType" : "ResourceUtilization",
"variableName" : "resourceUtilization",
"variableType" : "ResourceUtilization",
"documentation" : null,
"simpleType" : "ResourceUtilization",
"variableSetterType" : "ResourceUtilization"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ResourceUtilization",
"variableName" : "resourceUtilization",
"variableType" : "ResourceUtilization",
"documentation" : " Utilization information of the current instance during the lookback period.
",
"simpleType" : "ResourceUtilization",
"variableSetterType" : "ResourceUtilization"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getReservationCoveredHoursInLookbackPeriod",
"beanStyleSetterMethodName" : "setReservationCoveredHoursInLookbackPeriod",
"c2jName" : "ReservationCoveredHoursInLookbackPeriod",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : " Number of hours during the lookback period covered by reservations.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservationCoveredHoursInLookbackPeriod(String)}.\n@param reservationCoveredHoursInLookbackPeriod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservationCoveredHoursInLookbackPeriod(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Number of hours during the lookback period covered by reservations.
\n@return Number of hours during the lookback period covered by reservations.\n@deprecated Use {@link #reservationCoveredHoursInLookbackPeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Number of hours during the lookback period covered by reservations.
\n@param reservationCoveredHoursInLookbackPeriod Number of hours during the lookback period covered by reservations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reservationCoveredHoursInLookbackPeriod(String)}\n",
"documentation" : " Number of hours during the lookback period covered by reservations.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ReservationCoveredHoursInLookbackPeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasReservationCoveredHoursInLookbackPeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "reservationCoveredHoursInLookbackPeriod",
"fluentSetterDocumentation" : " Number of hours during the lookback period covered by reservations.
\n@param reservationCoveredHoursInLookbackPeriod Number of hours during the lookback period covered by reservations.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "reservationCoveredHoursInLookbackPeriod",
"getterDocumentation" : " Number of hours during the lookback period covered by reservations.
\n@return Number of hours during the lookback period covered by reservations.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReservationCoveredHoursInLookbackPeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReservationCoveredHoursInLookbackPeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReservationCoveredHoursInLookbackPeriod",
"sensitive" : false,
"setterDocumentation" : " Number of hours during the lookback period covered by reservations.
\n@param reservationCoveredHoursInLookbackPeriod Number of hours during the lookback period covered by reservations.",
"setterMethodName" : "setReservationCoveredHoursInLookbackPeriod",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "reservationCoveredHoursInLookbackPeriod",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "reservationCoveredHoursInLookbackPeriod",
"variableType" : "String",
"documentation" : " Number of hours during the lookback period covered by reservations.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSavingsPlansCoveredHoursInLookbackPeriod",
"beanStyleSetterMethodName" : "setSavingsPlansCoveredHoursInLookbackPeriod",
"c2jName" : "SavingsPlansCoveredHoursInLookbackPeriod",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "Number of hours during the lookback period covered by Savings Plans.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #savingsPlansCoveredHoursInLookbackPeriod(String)}.\n@param savingsPlansCoveredHoursInLookbackPeriod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #savingsPlansCoveredHoursInLookbackPeriod(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Number of hours during the lookback period covered by Savings Plans.
\n@return Number of hours during the lookback period covered by Savings Plans.\n@deprecated Use {@link #savingsPlansCoveredHoursInLookbackPeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Number of hours during the lookback period covered by Savings Plans.
\n@param savingsPlansCoveredHoursInLookbackPeriod Number of hours during the lookback period covered by Savings Plans.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #savingsPlansCoveredHoursInLookbackPeriod(String)}\n",
"documentation" : "Number of hours during the lookback period covered by Savings Plans.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SavingsPlansCoveredHoursInLookbackPeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSavingsPlansCoveredHoursInLookbackPeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "savingsPlansCoveredHoursInLookbackPeriod",
"fluentSetterDocumentation" : "Number of hours during the lookback period covered by Savings Plans.
\n@param savingsPlansCoveredHoursInLookbackPeriod Number of hours during the lookback period covered by Savings Plans.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "savingsPlansCoveredHoursInLookbackPeriod",
"getterDocumentation" : "Number of hours during the lookback period covered by Savings Plans.
\n@return Number of hours during the lookback period covered by Savings Plans.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SavingsPlansCoveredHoursInLookbackPeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SavingsPlansCoveredHoursInLookbackPeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SavingsPlansCoveredHoursInLookbackPeriod",
"sensitive" : false,
"setterDocumentation" : "Number of hours during the lookback period covered by Savings Plans.
\n@param savingsPlansCoveredHoursInLookbackPeriod Number of hours during the lookback period covered by Savings Plans.",
"setterMethodName" : "setSavingsPlansCoveredHoursInLookbackPeriod",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "savingsPlansCoveredHoursInLookbackPeriod",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "savingsPlansCoveredHoursInLookbackPeriod",
"variableType" : "String",
"documentation" : "Number of hours during the lookback period covered by Savings Plans.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOnDemandHoursInLookbackPeriod",
"beanStyleSetterMethodName" : "setOnDemandHoursInLookbackPeriod",
"c2jName" : "OnDemandHoursInLookbackPeriod",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : " Number of hours during the lookback period billed at On Demand rates.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #onDemandHoursInLookbackPeriod(String)}.\n@param onDemandHoursInLookbackPeriod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #onDemandHoursInLookbackPeriod(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Number of hours during the lookback period billed at On Demand rates.
\n@return Number of hours during the lookback period billed at On Demand rates.\n@deprecated Use {@link #onDemandHoursInLookbackPeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Number of hours during the lookback period billed at On Demand rates.
\n@param onDemandHoursInLookbackPeriod Number of hours during the lookback period billed at On Demand rates.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #onDemandHoursInLookbackPeriod(String)}\n",
"documentation" : " Number of hours during the lookback period billed at On Demand rates.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OnDemandHoursInLookbackPeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOnDemandHoursInLookbackPeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "onDemandHoursInLookbackPeriod",
"fluentSetterDocumentation" : " Number of hours during the lookback period billed at On Demand rates.
\n@param onDemandHoursInLookbackPeriod Number of hours during the lookback period billed at On Demand rates.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "onDemandHoursInLookbackPeriod",
"getterDocumentation" : " Number of hours during the lookback period billed at On Demand rates.
\n@return Number of hours during the lookback period billed at On Demand rates.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OnDemandHoursInLookbackPeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OnDemandHoursInLookbackPeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OnDemandHoursInLookbackPeriod",
"sensitive" : false,
"setterDocumentation" : " Number of hours during the lookback period billed at On Demand rates.
\n@param onDemandHoursInLookbackPeriod Number of hours during the lookback period billed at On Demand rates.",
"setterMethodName" : "setOnDemandHoursInLookbackPeriod",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandHoursInLookbackPeriod",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandHoursInLookbackPeriod",
"variableType" : "String",
"documentation" : " Number of hours during the lookback period billed at On Demand rates.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTotalRunningHoursInLookbackPeriod",
"beanStyleSetterMethodName" : "setTotalRunningHoursInLookbackPeriod",
"c2jName" : "TotalRunningHoursInLookbackPeriod",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : " The total number of hours the instance ran during the lookback period.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #totalRunningHoursInLookbackPeriod(String)}.\n@param totalRunningHoursInLookbackPeriod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #totalRunningHoursInLookbackPeriod(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The total number of hours the instance ran during the lookback period.
\n@return The total number of hours the instance ran during the lookback period.\n@deprecated Use {@link #totalRunningHoursInLookbackPeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The total number of hours the instance ran during the lookback period.
\n@param totalRunningHoursInLookbackPeriod The total number of hours the instance ran during the lookback period.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalRunningHoursInLookbackPeriod(String)}\n",
"documentation" : " The total number of hours the instance ran during the lookback period.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TotalRunningHoursInLookbackPeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTotalRunningHoursInLookbackPeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "totalRunningHoursInLookbackPeriod",
"fluentSetterDocumentation" : " The total number of hours the instance ran during the lookback period.
\n@param totalRunningHoursInLookbackPeriod The total number of hours the instance ran during the lookback period.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "totalRunningHoursInLookbackPeriod",
"getterDocumentation" : " The total number of hours the instance ran during the lookback period.
\n@return The total number of hours the instance ran during the lookback period.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TotalRunningHoursInLookbackPeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TotalRunningHoursInLookbackPeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TotalRunningHoursInLookbackPeriod",
"sensitive" : false,
"setterDocumentation" : " The total number of hours the instance ran during the lookback period.
\n@param totalRunningHoursInLookbackPeriod The total number of hours the instance ran during the lookback period.",
"setterMethodName" : "setTotalRunningHoursInLookbackPeriod",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "totalRunningHoursInLookbackPeriod",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "totalRunningHoursInLookbackPeriod",
"variableType" : "String",
"documentation" : " The total number of hours the instance ran during the lookback period.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMonthlyCost",
"beanStyleSetterMethodName" : "setMonthlyCost",
"c2jName" : "MonthlyCost",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : " Current On Demand cost of operating this instance on a monthly basis.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #monthlyCost(String)}.\n@param monthlyCost a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #monthlyCost(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Current On Demand cost of operating this instance on a monthly basis.
\n@return Current On Demand cost of operating this instance on a monthly basis.\n@deprecated Use {@link #monthlyCost()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Current On Demand cost of operating this instance on a monthly basis.
\n@param monthlyCost Current On Demand cost of operating this instance on a monthly basis.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #monthlyCost(String)}\n",
"documentation" : " Current On Demand cost of operating this instance on a monthly basis.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MonthlyCost property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMonthlyCost",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "monthlyCost",
"fluentSetterDocumentation" : " Current On Demand cost of operating this instance on a monthly basis.
\n@param monthlyCost Current On Demand cost of operating this instance on a monthly basis.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "monthlyCost",
"getterDocumentation" : " Current On Demand cost of operating this instance on a monthly basis.
\n@return Current On Demand cost of operating this instance on a monthly basis.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MonthlyCost",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MonthlyCost",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MonthlyCost",
"sensitive" : false,
"setterDocumentation" : " Current On Demand cost of operating this instance on a monthly basis.
\n@param monthlyCost Current On Demand cost of operating this instance on a monthly basis.",
"setterMethodName" : "setMonthlyCost",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "monthlyCost",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "monthlyCost",
"variableType" : "String",
"documentation" : " Current On Demand cost of operating this instance on a monthly basis.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCurrencyCode",
"beanStyleSetterMethodName" : "setCurrencyCode",
"c2jName" : "CurrencyCode",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : " The currency code that Amazon Web Services used to calculate the costs for this instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #currencyCode(String)}.\n@param currencyCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currencyCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The currency code that Amazon Web Services used to calculate the costs for this instance.
\n@return The currency code that Amazon Web Services used to calculate the costs for this instance.\n@deprecated Use {@link #currencyCode()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The currency code that Amazon Web Services used to calculate the costs for this instance.
\n@param currencyCode The currency code that Amazon Web Services used to calculate the costs for this instance.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #currencyCode(String)}\n",
"documentation" : " The currency code that Amazon Web Services used to calculate the costs for this instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CurrencyCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCurrencyCode",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "currencyCode",
"fluentSetterDocumentation" : " The currency code that Amazon Web Services used to calculate the costs for this instance.
\n@param currencyCode The currency code that Amazon Web Services used to calculate the costs for this instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currencyCode",
"getterDocumentation" : " The currency code that Amazon Web Services used to calculate the costs for this instance.
\n@return The currency code that Amazon Web Services used to calculate the costs for this instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrencyCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrencyCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CurrencyCode",
"sensitive" : false,
"setterDocumentation" : " The currency code that Amazon Web Services used to calculate the costs for this instance.
\n@param currencyCode The currency code that Amazon Web Services used to calculate the costs for this instance.",
"setterMethodName" : "setCurrencyCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "currencyCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "currencyCode",
"variableType" : "String",
"documentation" : " The currency code that Amazon Web Services used to calculate the costs for this instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CurrencyCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCurrencyCode",
"beanStyleSetterMethodName" : "setCurrencyCode",
"c2jName" : "CurrencyCode",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : " The currency code that Amazon Web Services used to calculate the costs for this instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #currencyCode(String)}.\n@param currencyCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currencyCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The currency code that Amazon Web Services used to calculate the costs for this instance.
\n@return The currency code that Amazon Web Services used to calculate the costs for this instance.\n@deprecated Use {@link #currencyCode()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The currency code that Amazon Web Services used to calculate the costs for this instance.
\n@param currencyCode The currency code that Amazon Web Services used to calculate the costs for this instance.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #currencyCode(String)}\n",
"documentation" : " The currency code that Amazon Web Services used to calculate the costs for this instance.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CurrencyCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCurrencyCode",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "currencyCode",
"fluentSetterDocumentation" : " The currency code that Amazon Web Services used to calculate the costs for this instance.
\n@param currencyCode The currency code that Amazon Web Services used to calculate the costs for this instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currencyCode",
"getterDocumentation" : " The currency code that Amazon Web Services used to calculate the costs for this instance.
\n@return The currency code that Amazon Web Services used to calculate the costs for this instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrencyCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrencyCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CurrencyCode",
"sensitive" : false,
"setterDocumentation" : " The currency code that Amazon Web Services used to calculate the costs for this instance.
\n@param currencyCode The currency code that Amazon Web Services used to calculate the costs for this instance.",
"setterMethodName" : "setCurrencyCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "currencyCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "currencyCode",
"variableType" : "String",
"documentation" : " The currency code that Amazon Web Services used to calculate the costs for this instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MonthlyCost" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMonthlyCost",
"beanStyleSetterMethodName" : "setMonthlyCost",
"c2jName" : "MonthlyCost",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : " Current On Demand cost of operating this instance on a monthly basis.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #monthlyCost(String)}.\n@param monthlyCost a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #monthlyCost(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Current On Demand cost of operating this instance on a monthly basis.
\n@return Current On Demand cost of operating this instance on a monthly basis.\n@deprecated Use {@link #monthlyCost()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Current On Demand cost of operating this instance on a monthly basis.
\n@param monthlyCost Current On Demand cost of operating this instance on a monthly basis.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #monthlyCost(String)}\n",
"documentation" : " Current On Demand cost of operating this instance on a monthly basis.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MonthlyCost property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMonthlyCost",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "monthlyCost",
"fluentSetterDocumentation" : " Current On Demand cost of operating this instance on a monthly basis.
\n@param monthlyCost Current On Demand cost of operating this instance on a monthly basis.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "monthlyCost",
"getterDocumentation" : " Current On Demand cost of operating this instance on a monthly basis.
\n@return Current On Demand cost of operating this instance on a monthly basis.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MonthlyCost",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MonthlyCost",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MonthlyCost",
"sensitive" : false,
"setterDocumentation" : " Current On Demand cost of operating this instance on a monthly basis.
\n@param monthlyCost Current On Demand cost of operating this instance on a monthly basis.",
"setterMethodName" : "setMonthlyCost",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "monthlyCost",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "monthlyCost",
"variableType" : "String",
"documentation" : " Current On Demand cost of operating this instance on a monthly basis.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"OnDemandHoursInLookbackPeriod" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOnDemandHoursInLookbackPeriod",
"beanStyleSetterMethodName" : "setOnDemandHoursInLookbackPeriod",
"c2jName" : "OnDemandHoursInLookbackPeriod",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : " Number of hours during the lookback period billed at On Demand rates.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #onDemandHoursInLookbackPeriod(String)}.\n@param onDemandHoursInLookbackPeriod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #onDemandHoursInLookbackPeriod(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Number of hours during the lookback period billed at On Demand rates.
\n@return Number of hours during the lookback period billed at On Demand rates.\n@deprecated Use {@link #onDemandHoursInLookbackPeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Number of hours during the lookback period billed at On Demand rates.
\n@param onDemandHoursInLookbackPeriod Number of hours during the lookback period billed at On Demand rates.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #onDemandHoursInLookbackPeriod(String)}\n",
"documentation" : " Number of hours during the lookback period billed at On Demand rates.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OnDemandHoursInLookbackPeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOnDemandHoursInLookbackPeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "onDemandHoursInLookbackPeriod",
"fluentSetterDocumentation" : " Number of hours during the lookback period billed at On Demand rates.
\n@param onDemandHoursInLookbackPeriod Number of hours during the lookback period billed at On Demand rates.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "onDemandHoursInLookbackPeriod",
"getterDocumentation" : " Number of hours during the lookback period billed at On Demand rates.
\n@return Number of hours during the lookback period billed at On Demand rates.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OnDemandHoursInLookbackPeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OnDemandHoursInLookbackPeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OnDemandHoursInLookbackPeriod",
"sensitive" : false,
"setterDocumentation" : " Number of hours during the lookback period billed at On Demand rates.
\n@param onDemandHoursInLookbackPeriod Number of hours during the lookback period billed at On Demand rates.",
"setterMethodName" : "setOnDemandHoursInLookbackPeriod",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandHoursInLookbackPeriod",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "onDemandHoursInLookbackPeriod",
"variableType" : "String",
"documentation" : " Number of hours during the lookback period billed at On Demand rates.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ReservationCoveredHoursInLookbackPeriod" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getReservationCoveredHoursInLookbackPeriod",
"beanStyleSetterMethodName" : "setReservationCoveredHoursInLookbackPeriod",
"c2jName" : "ReservationCoveredHoursInLookbackPeriod",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : " Number of hours during the lookback period covered by reservations.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #reservationCoveredHoursInLookbackPeriod(String)}.\n@param reservationCoveredHoursInLookbackPeriod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #reservationCoveredHoursInLookbackPeriod(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Number of hours during the lookback period covered by reservations.
\n@return Number of hours during the lookback period covered by reservations.\n@deprecated Use {@link #reservationCoveredHoursInLookbackPeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Number of hours during the lookback period covered by reservations.
\n@param reservationCoveredHoursInLookbackPeriod Number of hours during the lookback period covered by reservations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #reservationCoveredHoursInLookbackPeriod(String)}\n",
"documentation" : " Number of hours during the lookback period covered by reservations.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ReservationCoveredHoursInLookbackPeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasReservationCoveredHoursInLookbackPeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "reservationCoveredHoursInLookbackPeriod",
"fluentSetterDocumentation" : " Number of hours during the lookback period covered by reservations.
\n@param reservationCoveredHoursInLookbackPeriod Number of hours during the lookback period covered by reservations.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "reservationCoveredHoursInLookbackPeriod",
"getterDocumentation" : " Number of hours during the lookback period covered by reservations.
\n@return Number of hours during the lookback period covered by reservations.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReservationCoveredHoursInLookbackPeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReservationCoveredHoursInLookbackPeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReservationCoveredHoursInLookbackPeriod",
"sensitive" : false,
"setterDocumentation" : " Number of hours during the lookback period covered by reservations.
\n@param reservationCoveredHoursInLookbackPeriod Number of hours during the lookback period covered by reservations.",
"setterMethodName" : "setReservationCoveredHoursInLookbackPeriod",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "reservationCoveredHoursInLookbackPeriod",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "reservationCoveredHoursInLookbackPeriod",
"variableType" : "String",
"documentation" : " Number of hours during the lookback period covered by reservations.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ResourceDetails" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceDetails",
"beanStyleSetterMethodName" : "setResourceDetails",
"c2jName" : "ResourceDetails",
"c2jShape" : "ResourceDetails",
"defaultConsumerFluentSetterDocumentation" : " Details about the resource and utilization.
\nThis is a convenience that creates an instance of the {@link ResourceDetails.Builder} avoiding the need to create one manually via {@link ResourceDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceDetails.Builder#build()} is called immediately and its result is passed to {@link #resourceDetails(ResourceDetails)}.\n@param resourceDetails a consumer that will call methods on {@link ResourceDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceDetails(ResourceDetails)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Details about the resource and utilization.
\n@return Details about the resource and utilization.\n@deprecated Use {@link #resourceDetails()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Details about the resource and utilization.
\n@param resourceDetails Details about the resource and utilization.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceDetails(ResourceDetails)}\n",
"documentation" : " Details about the resource and utilization.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceDetails property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceDetails",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceDetails",
"fluentSetterDocumentation" : " Details about the resource and utilization.
\n@param resourceDetails Details about the resource and utilization.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceDetails",
"getterDocumentation" : " Details about the resource and utilization.
\n@return Details about the resource and utilization.",
"getterModel" : {
"returnType" : "ResourceDetails",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceDetails",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceDetails",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ResourceDetails",
"sensitive" : false,
"setterDocumentation" : " Details about the resource and utilization.
\n@param resourceDetails Details about the resource and utilization.",
"setterMethodName" : "setResourceDetails",
"setterModel" : {
"variableDeclarationType" : "ResourceDetails",
"variableName" : "resourceDetails",
"variableType" : "ResourceDetails",
"documentation" : null,
"simpleType" : "ResourceDetails",
"variableSetterType" : "ResourceDetails"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ResourceDetails",
"variableName" : "resourceDetails",
"variableType" : "ResourceDetails",
"documentation" : " Details about the resource and utilization.
",
"simpleType" : "ResourceDetails",
"variableSetterType" : "ResourceDetails"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ResourceId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceId",
"beanStyleSetterMethodName" : "setResourceId",
"c2jName" : "ResourceId",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "Resource ID of the current instance.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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" : "Resource ID of the current instance.
\n@return Resource ID of the current instance.\n@deprecated Use {@link #resourceId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Resource ID of the current instance.
\n@param resourceId Resource ID of the current instance.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceId(String)}\n",
"documentation" : "Resource ID of the current instance.
",
"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" : "Resource ID of the current instance.
\n@param resourceId Resource ID of the current instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceId",
"getterDocumentation" : "Resource ID of the current instance.
\n@return Resource ID of the current instance.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "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" : "Resource ID of the current instance.
\n@param resourceId Resource ID of the current instance.",
"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" : "Resource ID of the current instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ResourceUtilization" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceUtilization",
"beanStyleSetterMethodName" : "setResourceUtilization",
"c2jName" : "ResourceUtilization",
"c2jShape" : "ResourceUtilization",
"defaultConsumerFluentSetterDocumentation" : " Utilization information of the current instance during the lookback period.
\nThis is a convenience that creates an instance of the {@link ResourceUtilization.Builder} avoiding the need to create one manually via {@link ResourceUtilization#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceUtilization.Builder#build()} is called immediately and its result is passed to {@link #resourceUtilization(ResourceUtilization)}.\n@param resourceUtilization a consumer that will call methods on {@link ResourceUtilization.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceUtilization(ResourceUtilization)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Utilization information of the current instance during the lookback period.
\n@return Utilization information of the current instance during the lookback period.\n@deprecated Use {@link #resourceUtilization()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Utilization information of the current instance during the lookback period.
\n@param resourceUtilization Utilization information of the current instance during the lookback period.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceUtilization(ResourceUtilization)}\n",
"documentation" : " Utilization information of the current instance during the lookback period.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceUtilization property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceUtilization",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceUtilization",
"fluentSetterDocumentation" : " Utilization information of the current instance during the lookback period.
\n@param resourceUtilization Utilization information of the current instance during the lookback period.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceUtilization",
"getterDocumentation" : " Utilization information of the current instance during the lookback period.
\n@return Utilization information of the current instance during the lookback period.",
"getterModel" : {
"returnType" : "ResourceUtilization",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceUtilization",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceUtilization",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ResourceUtilization",
"sensitive" : false,
"setterDocumentation" : " Utilization information of the current instance during the lookback period.
\n@param resourceUtilization Utilization information of the current instance during the lookback period.",
"setterMethodName" : "setResourceUtilization",
"setterModel" : {
"variableDeclarationType" : "ResourceUtilization",
"variableName" : "resourceUtilization",
"variableType" : "ResourceUtilization",
"documentation" : null,
"simpleType" : "ResourceUtilization",
"variableSetterType" : "ResourceUtilization"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ResourceUtilization",
"variableName" : "resourceUtilization",
"variableType" : "ResourceUtilization",
"documentation" : " Utilization information of the current instance during the lookback period.
",
"simpleType" : "ResourceUtilization",
"variableSetterType" : "ResourceUtilization"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SavingsPlansCoveredHoursInLookbackPeriod" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSavingsPlansCoveredHoursInLookbackPeriod",
"beanStyleSetterMethodName" : "setSavingsPlansCoveredHoursInLookbackPeriod",
"c2jName" : "SavingsPlansCoveredHoursInLookbackPeriod",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "Number of hours during the lookback period covered by Savings Plans.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #savingsPlansCoveredHoursInLookbackPeriod(String)}.\n@param savingsPlansCoveredHoursInLookbackPeriod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #savingsPlansCoveredHoursInLookbackPeriod(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Number of hours during the lookback period covered by Savings Plans.
\n@return Number of hours during the lookback period covered by Savings Plans.\n@deprecated Use {@link #savingsPlansCoveredHoursInLookbackPeriod()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Number of hours during the lookback period covered by Savings Plans.
\n@param savingsPlansCoveredHoursInLookbackPeriod Number of hours during the lookback period covered by Savings Plans.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #savingsPlansCoveredHoursInLookbackPeriod(String)}\n",
"documentation" : "Number of hours during the lookback period covered by Savings Plans.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SavingsPlansCoveredHoursInLookbackPeriod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSavingsPlansCoveredHoursInLookbackPeriod",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "savingsPlansCoveredHoursInLookbackPeriod",
"fluentSetterDocumentation" : "Number of hours during the lookback period covered by Savings Plans.
\n@param savingsPlansCoveredHoursInLookbackPeriod Number of hours during the lookback period covered by Savings Plans.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "savingsPlansCoveredHoursInLookbackPeriod",
"getterDocumentation" : "Number of hours during the lookback period covered by Savings Plans.
\n@return Number of hours during the lookback period covered by Savings Plans.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SavingsPlansCoveredHoursInLookbackPeriod",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SavingsPlansCoveredHoursInLookbackPeriod",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SavingsPlansCoveredHoursInLookbackPeriod",
"sensitive" : false,
"setterDocumentation" : "Number of hours during the lookback period covered by Savings Plans.
\n@param savingsPlansCoveredHoursInLookbackPeriod Number of hours during the lookback period covered by Savings Plans.",
"setterMethodName" : "setSavingsPlansCoveredHoursInLookbackPeriod",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "savingsPlansCoveredHoursInLookbackPeriod",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "savingsPlansCoveredHoursInLookbackPeriod",
"variableType" : "String",
"documentation" : "Number of hours during the lookback period covered by Savings Plans.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Tags" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagValuesList",
"defaultConsumerFluentSetterDocumentation" : "Cost allocation resource tags applied to the instance.
\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" : "Cost allocation resource tags applied to the instance.
\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 Cost allocation resource tags applied to the instance.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Cost allocation resource tags applied to the instance.
\n@param tags Cost allocation resource tags applied to the instance.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "Cost allocation resource tags applied to the instance.
",
"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" : "Cost allocation resource tags applied to the instance.
\n@param tags Cost allocation resource tags applied to the instance.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "Cost allocation resource tags applied to the instance.
\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 Cost allocation resource tags applied to the instance.",
"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" : "TagValues",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TagValues.Builder} avoiding the need to create one manually via {@link TagValues#builder()}.\n\nWhen the {@link Consumer} completes, {@link TagValues.Builder#build()} is called immediately and its result is passed to {@link #member(TagValues)}.\n@param member a consumer that will call methods on {@link TagValues.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TagValues)",
"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(TagValues)}\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" : "TagValues",
"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" : "TagValues",
"variableName" : "member",
"variableType" : "TagValues",
"documentation" : null,
"simpleType" : "TagValues",
"variableSetterType" : "TagValues"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TagValues",
"variableName" : "member",
"variableType" : "TagValues",
"documentation" : "",
"simpleType" : "TagValues",
"variableSetterType" : "TagValues"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "TagValues",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "TagValues",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "Cost allocation resource tags applied to the instance.
\n@param tags Cost allocation resource tags applied to the instance.",
"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" : "