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

models.budgets-2016-10-20-intermediate.json Maven / Gradle / Ivy

Go to download

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

There is a newer version: 2.29.39
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : null,
    "deprecatedOperations" : [ ],
    "deprecatedShapes" : [ ],
    "enableEndpointDiscoveryMethodRequired" : false,
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : { },
    "operationModifiers" : null,
    "paginationCustomization" : null,
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : {
      "Spend" : {
        "exclude" : null,
        "excludeShape" : false,
        "inject" : null,
        "modify" : [ {
          "Amount" : {
            "emitAsType" : "bigdecimal",
            "emitEnumName" : null,
            "emitEnumValue" : null,
            "emitPropertyName" : null,
            "existingNameDeprecated" : false,
            "marshallLocationName" : null,
            "unmarshallLocationName" : null
          }
        } ],
        "staxTargetDepthOffset" : null
      }
    },
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "utilitiesMethod" : null,
    "verifiedSimpleMethods" : [ ]
  },
  "metadata" : {
    "apiVersion" : "2016-10-20",
    "asyncBuilder" : "DefaultBudgetsAsyncClientBuilder",
    "asyncBuilderInterface" : "BudgetsAsyncClientBuilder",
    "asyncClient" : "DefaultBudgetsAsyncClient",
    "asyncInterface" : "BudgetsAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultBudgetsBaseClientBuilder",
    "baseBuilderInterface" : "BudgetsBaseClientBuilder",
    "baseExceptionName" : "BudgetsException",
    "baseRequestName" : "BudgetsRequest",
    "baseResponseName" : "BudgetsResponse",
    "cborProtocol" : false,
    "clientPackageName" : "budgets",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "AWSBudgets",
    "documentation" : "

The AWS Budgets API enables you to use AWS Budgets to plan your service usage, service costs, and instance reservations. The API reference provides descriptions, syntax, and usage examples for each of the actions and data types for AWS Budgets.

Budgets provide you with a way to see the following information:

  • How close your plan is to your budgeted amount or to the free tier limits

  • Your usage-to-date, including how much you've used of your Reserved Instances (RIs)

  • Your current estimated charges from AWS, and how much your predicted usage will accrue in charges by the end of the month

  • How much of your budget has been used

AWS updates your budget status several times a day. Budgets track your unblended costs, subscriptions, refunds, and RIs. You can create the following types of budgets:

  • Cost budgets - Plan how much you want to spend on a service.

  • Usage budgets - Plan how much you want to use one or more services.

  • RI utilization budgets - Define a utilization threshold, and receive alerts when your RI usage falls below that threshold. This lets you see if your RIs are unused or under-utilized.

  • RI coverage budgets - Define a coverage threshold, and receive alerts when the number of your instance hours that are covered by RIs fall below that threshold. This lets you see how much of your instance usage is covered by a reservation.

Service Endpoint

The AWS Budgets API provides the following endpoint:

  • https://budgets.amazonaws.com

For information about costs that are associated with the AWS Budgets API, see AWS Cost Management Pricing.

", "endpointPrefix" : "budgets", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.budgets", "fullModelPackageName" : "software.amazon.awssdk.services.budgets.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.budgets.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.budgets.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.budgets.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "budgets.model", "paginatorsPackageName" : "budgets.paginators", "protocol" : "json", "queryProtocol" : false, "requestTransformPackageName" : "budgets.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "Budgets", "serviceName" : "Budgets", "signingName" : "budgets", "syncBuilder" : "DefaultBudgetsClientBuilder", "syncBuilderInterface" : "BudgetsClientBuilder", "syncClient" : "DefaultBudgetsClient", "syncInterface" : "BudgetsClient", "transformPackageName" : "budgets.transform", "uid" : "budgets-2016-10-20", "xmlProtocol" : false }, "operations" : { "CreateBudget" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a budget and, if included, notifications and subscribers.

Only one of BudgetLimit or PlannedBudgetLimits can be present in the syntax at one time. Use the syntax that matches your case. The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.

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

An error on the client occurred. Typically, the cause is an invalid input value.

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

An error on the server occurred during the processing of your request. Try again later.

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

You've exceeded the notification or subscriber limit.

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

The budget name already exists. Budget names must be unique within an account.

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

You are not authorized to use this operation with the given parameters.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateBudgetRequest", "variableName" : "createBudgetRequest", "variableType" : "CreateBudgetRequest", "documentation" : "

Request of CreateBudget

", "simpleType" : "CreateBudgetRequest", "variableSetterType" : "CreateBudgetRequest" }, "methodName" : "createBudget", "operationName" : "CreateBudget", "paginated" : false, "returnType" : { "returnType" : "CreateBudgetResponse", "documentation" : "

Response of CreateBudget

" }, "syncReturnType" : "CreateBudgetResponse" }, "CreateNotification" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a notification. You must create the budget before you create the associated notification.

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

An error on the server occurred during the processing of your request. Try again later.

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

An error on the client occurred. Typically, the cause is an invalid input value.

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

We can’t locate the resource that you specified.

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

You've exceeded the notification or subscriber limit.

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

The budget name already exists. Budget names must be unique within an account.

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

You are not authorized to use this operation with the given parameters.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateNotificationRequest", "variableName" : "createNotificationRequest", "variableType" : "CreateNotificationRequest", "documentation" : "

Request of CreateNotification

", "simpleType" : "CreateNotificationRequest", "variableSetterType" : "CreateNotificationRequest" }, "methodName" : "createNotification", "operationName" : "CreateNotification", "paginated" : false, "returnType" : { "returnType" : "CreateNotificationResponse", "documentation" : "

Response of CreateNotification

" }, "syncReturnType" : "CreateNotificationResponse" }, "CreateSubscriber" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a subscriber. You must create the associated budget and notification before you create the subscriber.

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

An error on the server occurred during the processing of your request. Try again later.

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

An error on the client occurred. Typically, the cause is an invalid input value.

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

You've exceeded the notification or subscriber limit.

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

The budget name already exists. Budget names must be unique within an account.

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

We can’t locate the resource that you specified.

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

You are not authorized to use this operation with the given parameters.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateSubscriberRequest", "variableName" : "createSubscriberRequest", "variableType" : "CreateSubscriberRequest", "documentation" : "

Request of CreateSubscriber

", "simpleType" : "CreateSubscriberRequest", "variableSetterType" : "CreateSubscriberRequest" }, "methodName" : "createSubscriber", "operationName" : "CreateSubscriber", "paginated" : false, "returnType" : { "returnType" : "CreateSubscriberResponse", "documentation" : "

Response of CreateSubscriber

" }, "syncReturnType" : "CreateSubscriberResponse" }, "DeleteBudget" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a budget. You can delete your budget at any time.

Deleting a budget also deletes the notifications and subscribers that are associated with that budget.

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

An error on the server occurred during the processing of your request. Try again later.

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

An error on the client occurred. Typically, the cause is an invalid input value.

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

We can’t locate the resource that you specified.

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

You are not authorized to use this operation with the given parameters.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteBudgetRequest", "variableName" : "deleteBudgetRequest", "variableType" : "DeleteBudgetRequest", "documentation" : "

Request of DeleteBudget

", "simpleType" : "DeleteBudgetRequest", "variableSetterType" : "DeleteBudgetRequest" }, "methodName" : "deleteBudget", "operationName" : "DeleteBudget", "paginated" : false, "returnType" : { "returnType" : "DeleteBudgetResponse", "documentation" : "

Response of DeleteBudget

" }, "syncReturnType" : "DeleteBudgetResponse" }, "DeleteNotification" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a notification.

Deleting a notification also deletes the subscribers that are associated with the notification.

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

An error on the client occurred. Typically, the cause is an invalid input value.

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

An error on the server occurred during the processing of your request. Try again later.

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

We can’t locate the resource that you specified.

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

You are not authorized to use this operation with the given parameters.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteNotificationRequest", "variableName" : "deleteNotificationRequest", "variableType" : "DeleteNotificationRequest", "documentation" : "

Request of DeleteNotification

", "simpleType" : "DeleteNotificationRequest", "variableSetterType" : "DeleteNotificationRequest" }, "methodName" : "deleteNotification", "operationName" : "DeleteNotification", "paginated" : false, "returnType" : { "returnType" : "DeleteNotificationResponse", "documentation" : "

Response of DeleteNotification

" }, "syncReturnType" : "DeleteNotificationResponse" }, "DeleteSubscriber" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a subscriber.

Deleting the last subscriber to a notification also deletes the notification.

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

An error on the server occurred during the processing of your request. Try again later.

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

An error on the client occurred. Typically, the cause is an invalid input value.

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

We can’t locate the resource that you specified.

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

You are not authorized to use this operation with the given parameters.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteSubscriberRequest", "variableName" : "deleteSubscriberRequest", "variableType" : "DeleteSubscriberRequest", "documentation" : "

Request of DeleteSubscriber

", "simpleType" : "DeleteSubscriberRequest", "variableSetterType" : "DeleteSubscriberRequest" }, "methodName" : "deleteSubscriber", "operationName" : "DeleteSubscriber", "paginated" : false, "returnType" : { "returnType" : "DeleteSubscriberResponse", "documentation" : "

Response of DeleteSubscriber

" }, "syncReturnType" : "DeleteSubscriberResponse" }, "DescribeBudget" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes a budget.

The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.

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

An error on the server occurred during the processing of your request. Try again later.

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

An error on the client occurred. Typically, the cause is an invalid input value.

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

We can’t locate the resource that you specified.

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

You are not authorized to use this operation with the given parameters.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeBudgetRequest", "variableName" : "describeBudgetRequest", "variableType" : "DescribeBudgetRequest", "documentation" : "

Request of DescribeBudget

", "simpleType" : "DescribeBudgetRequest", "variableSetterType" : "DescribeBudgetRequest" }, "methodName" : "describeBudget", "operationName" : "DescribeBudget", "paginated" : false, "returnType" : { "returnType" : "DescribeBudgetResponse", "documentation" : "

Response of DescribeBudget

" }, "syncReturnType" : "DescribeBudgetResponse" }, "DescribeBudgetPerformanceHistory" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the history for DAILY, MONTHLY, and QUARTERLY budgets. Budget history isn't available for ANNUAL budgets.

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

An error on the server occurred during the processing of your request. Try again later.

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

An error on the client occurred. Typically, the cause is an invalid input value.

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

We can’t locate the resource that you specified.

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

The pagination token is invalid.

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

The pagination token expired.

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

You are not authorized to use this operation with the given parameters.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeBudgetPerformanceHistoryRequest", "variableName" : "describeBudgetPerformanceHistoryRequest", "variableType" : "DescribeBudgetPerformanceHistoryRequest", "documentation" : "", "simpleType" : "DescribeBudgetPerformanceHistoryRequest", "variableSetterType" : "DescribeBudgetPerformanceHistoryRequest" }, "methodName" : "describeBudgetPerformanceHistory", "operationName" : "DescribeBudgetPerformanceHistory", "paginated" : false, "returnType" : { "returnType" : "DescribeBudgetPerformanceHistoryResponse", "documentation" : null }, "syncReturnType" : "DescribeBudgetPerformanceHistoryResponse" }, "DescribeBudgets" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the budgets that are associated with an account.

The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.

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

An error on the server occurred during the processing of your request. Try again later.

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

An error on the client occurred. Typically, the cause is an invalid input value.

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

We can’t locate the resource that you specified.

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

The pagination token is invalid.

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

The pagination token expired.

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

You are not authorized to use this operation with the given parameters.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeBudgetsRequest", "variableName" : "describeBudgetsRequest", "variableType" : "DescribeBudgetsRequest", "documentation" : "

Request of DescribeBudgets

", "simpleType" : "DescribeBudgetsRequest", "variableSetterType" : "DescribeBudgetsRequest" }, "methodName" : "describeBudgets", "operationName" : "DescribeBudgets", "paginated" : false, "returnType" : { "returnType" : "DescribeBudgetsResponse", "documentation" : "

Response of DescribeBudgets

" }, "syncReturnType" : "DescribeBudgetsResponse" }, "DescribeNotificationsForBudget" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the notifications that are associated with a budget.

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

An error on the server occurred during the processing of your request. Try again later.

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

An error on the client occurred. Typically, the cause is an invalid input value.

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

We can’t locate the resource that you specified.

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

The pagination token is invalid.

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

The pagination token expired.

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

You are not authorized to use this operation with the given parameters.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeNotificationsForBudgetRequest", "variableName" : "describeNotificationsForBudgetRequest", "variableType" : "DescribeNotificationsForBudgetRequest", "documentation" : "

Request of DescribeNotificationsForBudget

", "simpleType" : "DescribeNotificationsForBudgetRequest", "variableSetterType" : "DescribeNotificationsForBudgetRequest" }, "methodName" : "describeNotificationsForBudget", "operationName" : "DescribeNotificationsForBudget", "paginated" : false, "returnType" : { "returnType" : "DescribeNotificationsForBudgetResponse", "documentation" : "

Response of GetNotificationsForBudget

" }, "syncReturnType" : "DescribeNotificationsForBudgetResponse" }, "DescribeSubscribersForNotification" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the subscribers that are associated with a notification.

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

An error on the server occurred during the processing of your request. Try again later.

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

We can’t locate the resource that you specified.

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

An error on the client occurred. Typically, the cause is an invalid input value.

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

The pagination token is invalid.

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

The pagination token expired.

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

You are not authorized to use this operation with the given parameters.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeSubscribersForNotificationRequest", "variableName" : "describeSubscribersForNotificationRequest", "variableType" : "DescribeSubscribersForNotificationRequest", "documentation" : "

Request of DescribeSubscribersForNotification

", "simpleType" : "DescribeSubscribersForNotificationRequest", "variableSetterType" : "DescribeSubscribersForNotificationRequest" }, "methodName" : "describeSubscribersForNotification", "operationName" : "DescribeSubscribersForNotification", "paginated" : false, "returnType" : { "returnType" : "DescribeSubscribersForNotificationResponse", "documentation" : "

Response of DescribeSubscribersForNotification

" }, "syncReturnType" : "DescribeSubscribersForNotificationResponse" }, "UpdateBudget" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates a budget. You can change every part of a budget except for the budgetName and the calculatedSpend. When you modify a budget, the calculatedSpend drops to zero until AWS has new usage data to use for forecasting.

Only one of BudgetLimit or PlannedBudgetLimits can be present in the syntax at one time. Use the syntax that matches your case. The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.

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

An error on the server occurred during the processing of your request. Try again later.

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

An error on the client occurred. Typically, the cause is an invalid input value.

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

We can’t locate the resource that you specified.

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

You are not authorized to use this operation with the given parameters.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateBudgetRequest", "variableName" : "updateBudgetRequest", "variableType" : "UpdateBudgetRequest", "documentation" : "

Request of UpdateBudget

", "simpleType" : "UpdateBudgetRequest", "variableSetterType" : "UpdateBudgetRequest" }, "methodName" : "updateBudget", "operationName" : "UpdateBudget", "paginated" : false, "returnType" : { "returnType" : "UpdateBudgetResponse", "documentation" : "

Response of UpdateBudget

" }, "syncReturnType" : "UpdateBudgetResponse" }, "UpdateNotification" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates a notification.

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

An error on the server occurred during the processing of your request. Try again later.

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

An error on the client occurred. Typically, the cause is an invalid input value.

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

We can’t locate the resource that you specified.

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

The budget name already exists. Budget names must be unique within an account.

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

You are not authorized to use this operation with the given parameters.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateNotificationRequest", "variableName" : "updateNotificationRequest", "variableType" : "UpdateNotificationRequest", "documentation" : "

Request of UpdateNotification

", "simpleType" : "UpdateNotificationRequest", "variableSetterType" : "UpdateNotificationRequest" }, "methodName" : "updateNotification", "operationName" : "UpdateNotification", "paginated" : false, "returnType" : { "returnType" : "UpdateNotificationResponse", "documentation" : "

Response of UpdateNotification

" }, "syncReturnType" : "UpdateNotificationResponse" }, "UpdateSubscriber" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates a subscriber.

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

An error on the server occurred during the processing of your request. Try again later.

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

An error on the client occurred. Typically, the cause is an invalid input value.

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

We can’t locate the resource that you specified.

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

The budget name already exists. Budget names must be unique within an account.

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

You are not authorized to use this operation with the given parameters.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateSubscriberRequest", "variableName" : "updateSubscriberRequest", "variableType" : "UpdateSubscriberRequest", "documentation" : "

Request of UpdateSubscriber

", "simpleType" : "UpdateSubscriberRequest", "variableSetterType" : "UpdateSubscriberRequest" }, "methodName" : "updateSubscriber", "operationName" : "UpdateSubscriber", "paginated" : false, "returnType" : { "returnType" : "UpdateSubscriberResponse", "documentation" : "

Response of UpdateSubscriber

" }, "syncReturnType" : "UpdateSubscriberResponse" } }, "shapes" : { "AccessDeniedException" : { "c2jName" : "AccessDeniedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

You are not authorized to use this operation with the given parameters.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AccessDeniedException", "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" : "AccessDeniedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AccessDeniedException", "variableName" : "accessDeniedException", "variableType" : "AccessDeniedException", "documentation" : null, "simpleType" : "AccessDeniedException", "variableSetterType" : "AccessDeniedException" }, "wrapper" : false, "xmlNamespace" : null }, "Budget" : { "c2jName" : "Budget", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the output of the CreateBudget operation. The content consists of the detailed metadata and data file information, and the current status of the budget object.

This is the ARN pattern for a budget:

arn:aws:budgetservice::AccountId:budget/budgetName

", "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" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

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

The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

\n@return The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

\n@param budgetName The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

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

The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

\n@param budgetName The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

\n@return The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "

The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

\n@param budgetName The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetLimit", "beanStyleSetterMethodName" : "setBudgetLimit", "c2jName" : "BudgetLimit", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "

The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

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

The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

\n@return The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.\n@deprecated Use {@link #budgetLimit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

\n@param budgetLimit The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetLimit(Spend)}\n", "documentation" : "

The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

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

The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

\n@param budgetLimit The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetLimit", "getterDocumentation" : "

The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

\n@return The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.", "getterModel" : { "returnType" : "Spend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BudgetLimit", "sensitive" : false, "setterDocumentation" : "

The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

\n@param budgetLimit The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.", "setterMethodName" : "setBudgetLimit", "setterModel" : { "variableDeclarationType" : "Spend", "variableName" : "budgetLimit", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "budgetLimit", "variableType" : "Spend", "documentation" : "

The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPlannedBudgetLimits", "beanStyleSetterMethodName" : "setPlannedBudgetLimits", "c2jName" : "PlannedBudgetLimits", "c2jShape" : "PlannedBudgetLimits", "defaultConsumerFluentSetterDocumentation" : "

A map containing multiple BudgetLimit, including current or future limits.

PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

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

A map containing multiple BudgetLimit, including current or future limits.

PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

\n

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

\n

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

\n@return A map containing multiple BudgetLimit, including current or future limits.

PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.\n@deprecated Use {@link #plannedBudgetLimits()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A map containing multiple BudgetLimit, including current or future limits.

PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

\n@param plannedBudgetLimits A map containing multiple BudgetLimit, including current or future limits.

PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #plannedBudgetLimits(Map)}\n", "documentation" : "

A map containing multiple BudgetLimit, including current or future limits.

PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

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

A map containing multiple BudgetLimit, including current or future limits.

PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

\n@param plannedBudgetLimits A map containing multiple BudgetLimit, including current or future limits.

PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "plannedBudgetLimits", "getterDocumentation" : "

A map containing multiple BudgetLimit, including current or future limits.

PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

\n

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

\n

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

\n@return A map containing multiple BudgetLimit, including current or future limits.

PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PlannedBudgetLimits", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PlannedBudgetLimits", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "GenericString", "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 }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Spend.Builder} avoiding the need to create one manually via {@link Spend#builder()}.\n\nWhen the {@link Consumer} completes, {@link Spend.Builder#build()} is called immediately and its result is passed to {@link #value(Spend)}.\n@param value a consumer that will call methods on {@link Spend.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(Spend)", "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(Spend)}\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" : "Spend", "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" : "SDK_POJO", "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" : "Spend", "variableName" : "value", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "value", "variableType" : "Spend", "documentation" : "", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "PlannedBudgetLimits", "sensitive" : false, "setterDocumentation" : "

A map containing multiple BudgetLimit, including current or future limits.

PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

\n@param plannedBudgetLimits A map containing multiple BudgetLimit, including current or future limits.

PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.", "setterMethodName" : "setPlannedBudgetLimits", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "plannedBudgetLimits", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "plannedBudgetLimits", "variableType" : "java.util.Map", "documentation" : "

A map containing multiple BudgetLimit, including current or future limits.

PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCostFilters", "beanStyleSetterMethodName" : "setCostFilters", "c2jName" : "CostFilters", "c2jShape" : "CostFilters", "defaultConsumerFluentSetterDocumentation" : "

The cost filters, such as service or tag, that are applied to a budget.

AWS Budgets supports the following services as a filter for RI budgets:

  • Amazon Elastic Compute Cloud - Compute

  • Amazon Redshift

  • Amazon Relational Database Service

  • Amazon ElastiCache

  • Amazon Elasticsearch Service

\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 #costFilters(List>)}.\n@param costFilters 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 #costFilters(List>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The cost filters, such as service or tag, that are applied to a budget.

AWS Budgets supports the following services as a filter for RI budgets:

  • Amazon Elastic Compute Cloud - Compute

  • Amazon Redshift

  • Amazon Relational Database Service

  • Amazon ElastiCache

  • Amazon Elasticsearch Service

\n

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

\n

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

\n@return The cost filters, such as service or tag, that are applied to a budget.

AWS Budgets supports the following services as a filter for RI budgets:

  • Amazon Elastic Compute Cloud - Compute

  • Amazon Redshift

  • Amazon Relational Database Service

  • Amazon ElastiCache

  • Amazon Elasticsearch Service

  • \n@deprecated Use {@link #costFilters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

    The cost filters, such as service or tag, that are applied to a budget.

    AWS Budgets supports the following services as a filter for RI budgets:

    • Amazon Elastic Compute Cloud - Compute

    • Amazon Redshift

    • Amazon Relational Database Service

    • Amazon ElastiCache

    • Amazon Elasticsearch Service

    \n@param costFilters The cost filters, such as service or tag, that are applied to a budget.

    AWS Budgets supports the following services as a filter for RI budgets:

    • Amazon Elastic Compute Cloud - Compute

    • Amazon Redshift

    • Amazon Relational Database Service

    • Amazon ElastiCache

    • Amazon Elasticsearch Service

    • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costFilters(List>)}\n", "documentation" : "

      The cost filters, such as service or tag, that are applied to a budget.

      AWS Budgets supports the following services as a filter for RI budgets:

      • Amazon Elastic Compute Cloud - Compute

      • Amazon Redshift

      • Amazon Relational Database Service

      • Amazon ElastiCache

      • Amazon Elasticsearch Service

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

      The cost filters, such as service or tag, that are applied to a budget.

      AWS Budgets supports the following services as a filter for RI budgets:

      • Amazon Elastic Compute Cloud - Compute

      • Amazon Redshift

      • Amazon Relational Database Service

      • Amazon ElastiCache

      • Amazon Elasticsearch Service

      \n@param costFilters The cost filters, such as service or tag, that are applied to a budget.

      AWS Budgets supports the following services as a filter for RI budgets:

      • Amazon Elastic Compute Cloud - Compute

      • Amazon Redshift

      • Amazon Relational Database Service

      • Amazon ElastiCache

      • Amazon Elasticsearch Service

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

        The cost filters, such as service or tag, that are applied to a budget.

        AWS Budgets supports the following services as a filter for RI budgets:

        • Amazon Elastic Compute Cloud - Compute

        • Amazon Redshift

        • Amazon Relational Database Service

        • Amazon ElastiCache

        • Amazon Elasticsearch Service

        \n

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

        \n

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

        \n@return The cost filters, such as service or tag, that are applied to a budget.

        AWS Budgets supports the following services as a filter for RI budgets:

        • Amazon Elastic Compute Cloud - Compute

        • Amazon Redshift

        • Amazon Relational Database Service

        • Amazon ElastiCache

        • Amazon Elasticsearch Service

        • ", "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CostFilters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CostFilters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "GenericString", "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 }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "DimensionValues", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\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 #value(List)}.\n@param value 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 #value(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n

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

          \n

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

          \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(List)}\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

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

          \n

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

          \n@return The value of the Value property for this object.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "GenericString", "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" : "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" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry>", "templateType" : "java.util.Map>" }, "marshallingType" : "MAP", "name" : "CostFilters", "sensitive" : false, "setterDocumentation" : "

          The cost filters, such as service or tag, that are applied to a budget.

          AWS Budgets supports the following services as a filter for RI budgets:

          • Amazon Elastic Compute Cloud - Compute

          • Amazon Redshift

          • Amazon Relational Database Service

          • Amazon ElastiCache

          • Amazon Elasticsearch Service

          \n@param costFilters The cost filters, such as service or tag, that are applied to a budget.

          AWS Budgets supports the following services as a filter for RI budgets:

          • Amazon Elastic Compute Cloud - Compute

          • Amazon Redshift

          • Amazon Relational Database Service

          • Amazon ElastiCache

          • Amazon Elasticsearch Service

          • ", "setterMethodName" : "setCostFilters", "setterModel" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "costFilters", "variableType" : "java.util.Map>", "documentation" : null, "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "costFilters", "variableType" : "java.util.Map>", "documentation" : "

            The cost filters, such as service or tag, that are applied to a budget.

            AWS Budgets supports the following services as a filter for RI budgets:

            • Amazon Elastic Compute Cloud - Compute

            • Amazon Redshift

            • Amazon Relational Database Service

            • Amazon ElastiCache

            • Amazon Elasticsearch Service

            ", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCostTypes", "beanStyleSetterMethodName" : "setCostTypes", "c2jName" : "CostTypes", "c2jShape" : "CostTypes", "defaultConsumerFluentSetterDocumentation" : "

            The types of costs that are included in this COST budget.

            USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

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

            The types of costs that are included in this COST budget.

            USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

            \n@return The types of costs that are included in this COST budget.

            USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.\n@deprecated Use {@link #costTypes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The types of costs that are included in this COST budget.

            USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

            \n@param costTypes The types of costs that are included in this COST budget.

            USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costTypes(CostTypes)}\n", "documentation" : "

            The types of costs that are included in this COST budget.

            USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

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

            The types of costs that are included in this COST budget.

            USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

            \n@param costTypes The types of costs that are included in this COST budget.

            USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "costTypes", "getterDocumentation" : "

            The types of costs that are included in this COST budget.

            USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

            \n@return The types of costs that are included in this COST budget.

            USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.", "getterModel" : { "returnType" : "CostTypes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CostTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CostTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CostTypes", "sensitive" : false, "setterDocumentation" : "

            The types of costs that are included in this COST budget.

            USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

            \n@param costTypes The types of costs that are included in this COST budget.

            USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.", "setterMethodName" : "setCostTypes", "setterModel" : { "variableDeclarationType" : "CostTypes", "variableName" : "costTypes", "variableType" : "CostTypes", "documentation" : null, "simpleType" : "CostTypes", "variableSetterType" : "CostTypes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CostTypes", "variableName" : "costTypes", "variableType" : "CostTypes", "documentation" : "

            The types of costs that are included in this COST budget.

            USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

            ", "simpleType" : "CostTypes", "variableSetterType" : "CostTypes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimeUnit", "beanStyleSetterMethodName" : "setTimeUnit", "c2jName" : "TimeUnit", "c2jShape" : "TimeUnit", "defaultConsumerFluentSetterDocumentation" : "

            The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

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

            The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

            \n

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

            \n@return The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.\n@see TimeUnit\n@deprecated Use {@link #timeUnitAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

            \n@param timeUnit The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.\n@see TimeUnit\n@return Returns a reference to this object so that method calls can be chained together.\n@see TimeUnit\n@deprecated Use {@link #timeUnit(String)}\n", "documentation" : "

            The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

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

            The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

            \n@param timeUnit The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.\n@see TimeUnit\n@return Returns a reference to this object so that method calls can be chained together.\n@see TimeUnit", "fluentSetterMethodName" : "timeUnit", "getterDocumentation" : "

            The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

            \n

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

            \n@return The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.\n@see TimeUnit", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeUnit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TimeUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeUnit", "sensitive" : false, "setterDocumentation" : "

            The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

            \n@param timeUnit The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.\n@see TimeUnit", "setterMethodName" : "setTimeUnit", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeUnit", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeUnit", "variableType" : "String", "documentation" : "

            The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimePeriod", "beanStyleSetterMethodName" : "setTimePeriod", "c2jName" : "TimePeriod", "c2jShape" : "TimePeriod", "defaultConsumerFluentSetterDocumentation" : "

            The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

            If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

            You can change either date with the UpdateBudget operation.

            After the end date, AWS deletes the budget and all associated notifications and subscribers.

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

            The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

            If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

            You can change either date with the UpdateBudget operation.

            After the end date, AWS deletes the budget and all associated notifications and subscribers.

            \n@return The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

            If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

            You can change either date with the UpdateBudget operation.

            After the end date, AWS deletes the budget and all associated notifications and subscribers.\n@deprecated Use {@link #timePeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

            If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

            You can change either date with the UpdateBudget operation.

            After the end date, AWS deletes the budget and all associated notifications and subscribers.

            \n@param timePeriod The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

            If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

            You can change either date with the UpdateBudget operation.

            After the end date, AWS deletes the budget and all associated notifications and subscribers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timePeriod(TimePeriod)}\n", "documentation" : "

            The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

            If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

            You can change either date with the UpdateBudget operation.

            After the end date, AWS deletes the budget and all associated notifications and subscribers.

            ", "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 of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

            If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

            You can change either date with the UpdateBudget operation.

            After the end date, AWS deletes the budget and all associated notifications and subscribers.

            \n@param timePeriod The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

            If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

            You can change either date with the UpdateBudget operation.

            After the end date, AWS deletes the budget and all associated notifications and subscribers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timePeriod", "getterDocumentation" : "

            The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

            If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

            You can change either date with the UpdateBudget operation.

            After the end date, AWS deletes the budget and all associated notifications and subscribers.

            \n@return The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

            If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

            You can change either date with the UpdateBudget operation.

            After the end date, AWS deletes the budget and all associated notifications and subscribers.", "getterModel" : { "returnType" : "TimePeriod", "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 of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

            If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

            You can change either date with the UpdateBudget operation.

            After the end date, AWS deletes the budget and all associated notifications and subscribers.

            \n@param timePeriod The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

            If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

            You can change either date with the UpdateBudget operation.

            After the end date, AWS deletes the budget and all associated notifications and subscribers.", "setterMethodName" : "setTimePeriod", "setterModel" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : null, "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : "

            The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

            If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

            You can change either date with the UpdateBudget operation.

            After the end date, AWS deletes the budget and all associated notifications and subscribers.

            ", "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCalculatedSpend", "beanStyleSetterMethodName" : "setCalculatedSpend", "c2jName" : "CalculatedSpend", "c2jShape" : "CalculatedSpend", "defaultConsumerFluentSetterDocumentation" : "

            The actual and forecasted cost or usage that the budget tracks.

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

            The actual and forecasted cost or usage that the budget tracks.

            \n@return The actual and forecasted cost or usage that the budget tracks.\n@deprecated Use {@link #calculatedSpend()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The actual and forecasted cost or usage that the budget tracks.

            \n@param calculatedSpend The actual and forecasted cost or usage that the budget tracks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #calculatedSpend(CalculatedSpend)}\n", "documentation" : "

            The actual and forecasted cost or usage that the budget tracks.

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

            The actual and forecasted cost or usage that the budget tracks.

            \n@param calculatedSpend The actual and forecasted cost or usage that the budget tracks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "calculatedSpend", "getterDocumentation" : "

            The actual and forecasted cost or usage that the budget tracks.

            \n@return The actual and forecasted cost or usage that the budget tracks.", "getterModel" : { "returnType" : "CalculatedSpend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CalculatedSpend", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CalculatedSpend", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CalculatedSpend", "sensitive" : false, "setterDocumentation" : "

            The actual and forecasted cost or usage that the budget tracks.

            \n@param calculatedSpend The actual and forecasted cost or usage that the budget tracks.", "setterMethodName" : "setCalculatedSpend", "setterModel" : { "variableDeclarationType" : "CalculatedSpend", "variableName" : "calculatedSpend", "variableType" : "CalculatedSpend", "documentation" : null, "simpleType" : "CalculatedSpend", "variableSetterType" : "CalculatedSpend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CalculatedSpend", "variableName" : "calculatedSpend", "variableType" : "CalculatedSpend", "documentation" : "

            The actual and forecasted cost or usage that the budget tracks.

            ", "simpleType" : "CalculatedSpend", "variableSetterType" : "CalculatedSpend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetType", "beanStyleSetterMethodName" : "setBudgetType", "c2jName" : "BudgetType", "c2jShape" : "BudgetType", "defaultConsumerFluentSetterDocumentation" : "

            Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

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

            Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

            \n

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

            \n@return Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.\n@see BudgetType\n@deprecated Use {@link #budgetTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

            \n@param budgetType Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.\n@see BudgetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BudgetType\n@deprecated Use {@link #budgetType(String)}\n", "documentation" : "

            Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

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

            Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

            \n@param budgetType Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.\n@see BudgetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BudgetType", "fluentSetterMethodName" : "budgetType", "getterDocumentation" : "

            Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

            \n

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

            \n@return Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.\n@see BudgetType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetType", "sensitive" : false, "setterDocumentation" : "

            Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

            \n@param budgetType Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.\n@see BudgetType", "setterMethodName" : "setBudgetType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetType", "variableType" : "String", "documentation" : "

            Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdatedTime", "beanStyleSetterMethodName" : "setLastUpdatedTime", "c2jName" : "LastUpdatedTime", "c2jShape" : "GenericTimestamp", "defaultConsumerFluentSetterDocumentation" : "

            The last time that you updated this budget.

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

            The last time that you updated this budget.

            \n@return The last time that you updated this budget.\n@deprecated Use {@link #lastUpdatedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The last time that you updated this budget.

            \n@param lastUpdatedTime The last time that you updated this budget.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedTime(Instant)}\n", "documentation" : "

            The last time that you updated this budget.

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

            The last time that you updated this budget.

            \n@param lastUpdatedTime The last time that you updated this budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdatedTime", "getterDocumentation" : "

            The last time that you updated this budget.

            \n@return The last time that you updated this budget.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastUpdatedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdatedTime", "sensitive" : false, "setterDocumentation" : "

            The last time that you updated this budget.

            \n@param lastUpdatedTime The last time that you updated this budget.", "setterMethodName" : "setLastUpdatedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedTime", "variableType" : "java.time.Instant", "documentation" : "

            The last time that you updated this budget.

            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BudgetLimit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetLimit", "beanStyleSetterMethodName" : "setBudgetLimit", "c2jName" : "BudgetLimit", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "

            The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

            BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

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

            The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

            BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

            \n@return The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

            BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.\n@deprecated Use {@link #budgetLimit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

            BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

            \n@param budgetLimit The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

            BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetLimit(Spend)}\n", "documentation" : "

            The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

            BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

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

            The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

            BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

            \n@param budgetLimit The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

            BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetLimit", "getterDocumentation" : "

            The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

            BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

            \n@return The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

            BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.", "getterModel" : { "returnType" : "Spend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BudgetLimit", "sensitive" : false, "setterDocumentation" : "

            The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

            BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

            \n@param budgetLimit The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

            BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.", "setterMethodName" : "setBudgetLimit", "setterModel" : { "variableDeclarationType" : "Spend", "variableName" : "budgetLimit", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "budgetLimit", "variableType" : "Spend", "documentation" : "

            The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

            BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

            ", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BudgetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

            The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

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

            The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

            \n@return The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

            \n@param budgetName The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

            The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

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

            The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

            \n@param budgetName The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

            The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

            \n@return The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "

            The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

            \n@param budgetName The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

            The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BudgetType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetType", "beanStyleSetterMethodName" : "setBudgetType", "c2jName" : "BudgetType", "c2jShape" : "BudgetType", "defaultConsumerFluentSetterDocumentation" : "

            Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

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

            Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

            \n

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

            \n@return Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.\n@see BudgetType\n@deprecated Use {@link #budgetTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

            \n@param budgetType Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.\n@see BudgetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BudgetType\n@deprecated Use {@link #budgetType(String)}\n", "documentation" : "

            Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

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

            Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

            \n@param budgetType Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.\n@see BudgetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BudgetType", "fluentSetterMethodName" : "budgetType", "getterDocumentation" : "

            Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

            \n

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

            \n@return Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.\n@see BudgetType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetType", "sensitive" : false, "setterDocumentation" : "

            Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

            \n@param budgetType Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.\n@see BudgetType", "setterMethodName" : "setBudgetType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetType", "variableType" : "String", "documentation" : "

            Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CalculatedSpend" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCalculatedSpend", "beanStyleSetterMethodName" : "setCalculatedSpend", "c2jName" : "CalculatedSpend", "c2jShape" : "CalculatedSpend", "defaultConsumerFluentSetterDocumentation" : "

            The actual and forecasted cost or usage that the budget tracks.

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

            The actual and forecasted cost or usage that the budget tracks.

            \n@return The actual and forecasted cost or usage that the budget tracks.\n@deprecated Use {@link #calculatedSpend()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The actual and forecasted cost or usage that the budget tracks.

            \n@param calculatedSpend The actual and forecasted cost or usage that the budget tracks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #calculatedSpend(CalculatedSpend)}\n", "documentation" : "

            The actual and forecasted cost or usage that the budget tracks.

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

            The actual and forecasted cost or usage that the budget tracks.

            \n@param calculatedSpend The actual and forecasted cost or usage that the budget tracks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "calculatedSpend", "getterDocumentation" : "

            The actual and forecasted cost or usage that the budget tracks.

            \n@return The actual and forecasted cost or usage that the budget tracks.", "getterModel" : { "returnType" : "CalculatedSpend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CalculatedSpend", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CalculatedSpend", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CalculatedSpend", "sensitive" : false, "setterDocumentation" : "

            The actual and forecasted cost or usage that the budget tracks.

            \n@param calculatedSpend The actual and forecasted cost or usage that the budget tracks.", "setterMethodName" : "setCalculatedSpend", "setterModel" : { "variableDeclarationType" : "CalculatedSpend", "variableName" : "calculatedSpend", "variableType" : "CalculatedSpend", "documentation" : null, "simpleType" : "CalculatedSpend", "variableSetterType" : "CalculatedSpend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CalculatedSpend", "variableName" : "calculatedSpend", "variableType" : "CalculatedSpend", "documentation" : "

            The actual and forecasted cost or usage that the budget tracks.

            ", "simpleType" : "CalculatedSpend", "variableSetterType" : "CalculatedSpend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CostFilters" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCostFilters", "beanStyleSetterMethodName" : "setCostFilters", "c2jName" : "CostFilters", "c2jShape" : "CostFilters", "defaultConsumerFluentSetterDocumentation" : "

            The cost filters, such as service or tag, that are applied to a budget.

            AWS Budgets supports the following services as a filter for RI budgets:

            • Amazon Elastic Compute Cloud - Compute

            • Amazon Redshift

            • Amazon Relational Database Service

            • Amazon ElastiCache

            • Amazon Elasticsearch Service

            \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 #costFilters(List>)}.\n@param costFilters 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 #costFilters(List>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

            The cost filters, such as service or tag, that are applied to a budget.

            AWS Budgets supports the following services as a filter for RI budgets:

            • Amazon Elastic Compute Cloud - Compute

            • Amazon Redshift

            • Amazon Relational Database Service

            • Amazon ElastiCache

            • Amazon Elasticsearch Service

            \n

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

            \n

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

            \n@return The cost filters, such as service or tag, that are applied to a budget.

            AWS Budgets supports the following services as a filter for RI budgets:

            • Amazon Elastic Compute Cloud - Compute

            • Amazon Redshift

            • Amazon Relational Database Service

            • Amazon ElastiCache

            • Amazon Elasticsearch Service

            • \n@deprecated Use {@link #costFilters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

              The cost filters, such as service or tag, that are applied to a budget.

              AWS Budgets supports the following services as a filter for RI budgets:

              • Amazon Elastic Compute Cloud - Compute

              • Amazon Redshift

              • Amazon Relational Database Service

              • Amazon ElastiCache

              • Amazon Elasticsearch Service

              \n@param costFilters The cost filters, such as service or tag, that are applied to a budget.

              AWS Budgets supports the following services as a filter for RI budgets:

              • Amazon Elastic Compute Cloud - Compute

              • Amazon Redshift

              • Amazon Relational Database Service

              • Amazon ElastiCache

              • Amazon Elasticsearch Service

              • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costFilters(List>)}\n", "documentation" : "

                The cost filters, such as service or tag, that are applied to a budget.

                AWS Budgets supports the following services as a filter for RI budgets:

                • Amazon Elastic Compute Cloud - Compute

                • Amazon Redshift

                • Amazon Relational Database Service

                • Amazon ElastiCache

                • Amazon Elasticsearch Service

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

                The cost filters, such as service or tag, that are applied to a budget.

                AWS Budgets supports the following services as a filter for RI budgets:

                • Amazon Elastic Compute Cloud - Compute

                • Amazon Redshift

                • Amazon Relational Database Service

                • Amazon ElastiCache

                • Amazon Elasticsearch Service

                \n@param costFilters The cost filters, such as service or tag, that are applied to a budget.

                AWS Budgets supports the following services as a filter for RI budgets:

                • Amazon Elastic Compute Cloud - Compute

                • Amazon Redshift

                • Amazon Relational Database Service

                • Amazon ElastiCache

                • Amazon Elasticsearch Service

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

                  The cost filters, such as service or tag, that are applied to a budget.

                  AWS Budgets supports the following services as a filter for RI budgets:

                  • Amazon Elastic Compute Cloud - Compute

                  • Amazon Redshift

                  • Amazon Relational Database Service

                  • Amazon ElastiCache

                  • Amazon Elasticsearch Service

                  \n

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

                  \n

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

                  \n@return The cost filters, such as service or tag, that are applied to a budget.

                  AWS Budgets supports the following services as a filter for RI budgets:

                  • Amazon Elastic Compute Cloud - Compute

                  • Amazon Redshift

                  • Amazon Relational Database Service

                  • Amazon ElastiCache

                  • Amazon Elasticsearch Service

                  • ", "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CostFilters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CostFilters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "GenericString", "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 }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "DimensionValues", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\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 #value(List)}.\n@param value 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 #value(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n

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

                    \n

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

                    \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(List)}\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

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

                    \n

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

                    \n@return The value of the Value property for this object.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "GenericString", "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" : "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" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry>", "templateType" : "java.util.Map>" }, "marshallingType" : "MAP", "name" : "CostFilters", "sensitive" : false, "setterDocumentation" : "

                    The cost filters, such as service or tag, that are applied to a budget.

                    AWS Budgets supports the following services as a filter for RI budgets:

                    • Amazon Elastic Compute Cloud - Compute

                    • Amazon Redshift

                    • Amazon Relational Database Service

                    • Amazon ElastiCache

                    • Amazon Elasticsearch Service

                    \n@param costFilters The cost filters, such as service or tag, that are applied to a budget.

                    AWS Budgets supports the following services as a filter for RI budgets:

                    • Amazon Elastic Compute Cloud - Compute

                    • Amazon Redshift

                    • Amazon Relational Database Service

                    • Amazon ElastiCache

                    • Amazon Elasticsearch Service

                    • ", "setterMethodName" : "setCostFilters", "setterModel" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "costFilters", "variableType" : "java.util.Map>", "documentation" : null, "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "costFilters", "variableType" : "java.util.Map>", "documentation" : "

                      The cost filters, such as service or tag, that are applied to a budget.

                      AWS Budgets supports the following services as a filter for RI budgets:

                      • Amazon Elastic Compute Cloud - Compute

                      • Amazon Redshift

                      • Amazon Relational Database Service

                      • Amazon ElastiCache

                      • Amazon Elasticsearch Service

                      ", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CostTypes" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCostTypes", "beanStyleSetterMethodName" : "setCostTypes", "c2jName" : "CostTypes", "c2jShape" : "CostTypes", "defaultConsumerFluentSetterDocumentation" : "

                      The types of costs that are included in this COST budget.

                      USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

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

                      The types of costs that are included in this COST budget.

                      USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

                      \n@return The types of costs that are included in this COST budget.

                      USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.\n@deprecated Use {@link #costTypes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The types of costs that are included in this COST budget.

                      USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

                      \n@param costTypes The types of costs that are included in this COST budget.

                      USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costTypes(CostTypes)}\n", "documentation" : "

                      The types of costs that are included in this COST budget.

                      USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

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

                      The types of costs that are included in this COST budget.

                      USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

                      \n@param costTypes The types of costs that are included in this COST budget.

                      USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "costTypes", "getterDocumentation" : "

                      The types of costs that are included in this COST budget.

                      USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

                      \n@return The types of costs that are included in this COST budget.

                      USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.", "getterModel" : { "returnType" : "CostTypes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CostTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CostTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CostTypes", "sensitive" : false, "setterDocumentation" : "

                      The types of costs that are included in this COST budget.

                      USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

                      \n@param costTypes The types of costs that are included in this COST budget.

                      USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.", "setterMethodName" : "setCostTypes", "setterModel" : { "variableDeclarationType" : "CostTypes", "variableName" : "costTypes", "variableType" : "CostTypes", "documentation" : null, "simpleType" : "CostTypes", "variableSetterType" : "CostTypes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CostTypes", "variableName" : "costTypes", "variableType" : "CostTypes", "documentation" : "

                      The types of costs that are included in this COST budget.

                      USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

                      ", "simpleType" : "CostTypes", "variableSetterType" : "CostTypes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastUpdatedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdatedTime", "beanStyleSetterMethodName" : "setLastUpdatedTime", "c2jName" : "LastUpdatedTime", "c2jShape" : "GenericTimestamp", "defaultConsumerFluentSetterDocumentation" : "

                      The last time that you updated this budget.

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

                      The last time that you updated this budget.

                      \n@return The last time that you updated this budget.\n@deprecated Use {@link #lastUpdatedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The last time that you updated this budget.

                      \n@param lastUpdatedTime The last time that you updated this budget.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedTime(Instant)}\n", "documentation" : "

                      The last time that you updated this budget.

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

                      The last time that you updated this budget.

                      \n@param lastUpdatedTime The last time that you updated this budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdatedTime", "getterDocumentation" : "

                      The last time that you updated this budget.

                      \n@return The last time that you updated this budget.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastUpdatedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdatedTime", "sensitive" : false, "setterDocumentation" : "

                      The last time that you updated this budget.

                      \n@param lastUpdatedTime The last time that you updated this budget.", "setterMethodName" : "setLastUpdatedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedTime", "variableType" : "java.time.Instant", "documentation" : "

                      The last time that you updated this budget.

                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PlannedBudgetLimits" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPlannedBudgetLimits", "beanStyleSetterMethodName" : "setPlannedBudgetLimits", "c2jName" : "PlannedBudgetLimits", "c2jShape" : "PlannedBudgetLimits", "defaultConsumerFluentSetterDocumentation" : "

                      A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

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

                      A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

                      \n

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

                      \n

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

                      \n@return A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.\n@deprecated Use {@link #plannedBudgetLimits()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

                      \n@param plannedBudgetLimits A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #plannedBudgetLimits(Map)}\n", "documentation" : "

                      A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

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

                      A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

                      \n@param plannedBudgetLimits A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "plannedBudgetLimits", "getterDocumentation" : "

                      A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

                      \n

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

                      \n

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

                      \n@return A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PlannedBudgetLimits", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PlannedBudgetLimits", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "GenericString", "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 }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Spend.Builder} avoiding the need to create one manually via {@link Spend#builder()}.\n\nWhen the {@link Consumer} completes, {@link Spend.Builder#build()} is called immediately and its result is passed to {@link #value(Spend)}.\n@param value a consumer that will call methods on {@link Spend.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(Spend)", "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(Spend)}\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" : "Spend", "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" : "SDK_POJO", "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" : "Spend", "variableName" : "value", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "value", "variableType" : "Spend", "documentation" : "", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "PlannedBudgetLimits", "sensitive" : false, "setterDocumentation" : "

                      A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

                      \n@param plannedBudgetLimits A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.", "setterMethodName" : "setPlannedBudgetLimits", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "plannedBudgetLimits", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "plannedBudgetLimits", "variableType" : "java.util.Map", "documentation" : "

                      A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

                      ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TimePeriod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimePeriod", "beanStyleSetterMethodName" : "setTimePeriod", "c2jName" : "TimePeriod", "c2jShape" : "TimePeriod", "defaultConsumerFluentSetterDocumentation" : "

                      The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                      If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                      You can change either date with the UpdateBudget operation.

                      After the end date, AWS deletes the budget and all associated notifications and subscribers.

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

                      The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                      If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                      You can change either date with the UpdateBudget operation.

                      After the end date, AWS deletes the budget and all associated notifications and subscribers.

                      \n@return The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                      If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                      You can change either date with the UpdateBudget operation.

                      After the end date, AWS deletes the budget and all associated notifications and subscribers.\n@deprecated Use {@link #timePeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                      If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                      You can change either date with the UpdateBudget operation.

                      After the end date, AWS deletes the budget and all associated notifications and subscribers.

                      \n@param timePeriod The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                      If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                      You can change either date with the UpdateBudget operation.

                      After the end date, AWS deletes the budget and all associated notifications and subscribers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timePeriod(TimePeriod)}\n", "documentation" : "

                      The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                      If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                      You can change either date with the UpdateBudget operation.

                      After the end date, AWS deletes the budget and all associated notifications and subscribers.

                      ", "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 of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                      If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                      You can change either date with the UpdateBudget operation.

                      After the end date, AWS deletes the budget and all associated notifications and subscribers.

                      \n@param timePeriod The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                      If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                      You can change either date with the UpdateBudget operation.

                      After the end date, AWS deletes the budget and all associated notifications and subscribers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timePeriod", "getterDocumentation" : "

                      The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                      If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                      You can change either date with the UpdateBudget operation.

                      After the end date, AWS deletes the budget and all associated notifications and subscribers.

                      \n@return The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                      If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                      You can change either date with the UpdateBudget operation.

                      After the end date, AWS deletes the budget and all associated notifications and subscribers.", "getterModel" : { "returnType" : "TimePeriod", "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 of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                      If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                      You can change either date with the UpdateBudget operation.

                      After the end date, AWS deletes the budget and all associated notifications and subscribers.

                      \n@param timePeriod The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                      If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                      You can change either date with the UpdateBudget operation.

                      After the end date, AWS deletes the budget and all associated notifications and subscribers.", "setterMethodName" : "setTimePeriod", "setterModel" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : null, "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : "

                      The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                      If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                      You can change either date with the UpdateBudget operation.

                      After the end date, AWS deletes the budget and all associated notifications and subscribers.

                      ", "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TimeUnit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimeUnit", "beanStyleSetterMethodName" : "setTimeUnit", "c2jName" : "TimeUnit", "c2jShape" : "TimeUnit", "defaultConsumerFluentSetterDocumentation" : "

                      The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

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

                      The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

                      \n

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

                      \n@return The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.\n@see TimeUnit\n@deprecated Use {@link #timeUnitAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

                      \n@param timeUnit The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.\n@see TimeUnit\n@return Returns a reference to this object so that method calls can be chained together.\n@see TimeUnit\n@deprecated Use {@link #timeUnit(String)}\n", "documentation" : "

                      The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

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

                      The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

                      \n@param timeUnit The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.\n@see TimeUnit\n@return Returns a reference to this object so that method calls can be chained together.\n@see TimeUnit", "fluentSetterMethodName" : "timeUnit", "getterDocumentation" : "

                      The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

                      \n

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

                      \n@return The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.\n@see TimeUnit", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeUnit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TimeUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeUnit", "sensitive" : false, "setterDocumentation" : "

                      The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

                      \n@param timeUnit The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.\n@see TimeUnit", "setterMethodName" : "setTimeUnit", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeUnit", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeUnit", "variableType" : "String", "documentation" : "

                      The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                      The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

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

                      The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

                      \n@return The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

                      \n@param budgetName The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                      The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

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

                      The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

                      \n@param budgetName The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                      The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

                      \n@return The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "

                      The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

                      \n@param budgetName The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                      The name of a budget. The name must be unique within an account. The : and \\ characters aren't allowed in BudgetName.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetLimit", "beanStyleSetterMethodName" : "setBudgetLimit", "c2jName" : "BudgetLimit", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "

                      The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

                      BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

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

                      The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

                      BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

                      \n@return The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

                      BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.\n@deprecated Use {@link #budgetLimit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

                      BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

                      \n@param budgetLimit The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

                      BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetLimit(Spend)}\n", "documentation" : "

                      The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

                      BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

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

                      The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

                      BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

                      \n@param budgetLimit The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

                      BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetLimit", "getterDocumentation" : "

                      The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

                      BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

                      \n@return The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

                      BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.", "getterModel" : { "returnType" : "Spend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetLimit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetLimit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BudgetLimit", "sensitive" : false, "setterDocumentation" : "

                      The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

                      BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

                      \n@param budgetLimit The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

                      BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.", "setterMethodName" : "setBudgetLimit", "setterModel" : { "variableDeclarationType" : "Spend", "variableName" : "budgetLimit", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "budgetLimit", "variableType" : "Spend", "documentation" : "

                      The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.

                      BudgetLimit is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to 100, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use BudgetLimit with PlannedBudgetLimits for CreateBudget and UpdateBudget actions.

                      ", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPlannedBudgetLimits", "beanStyleSetterMethodName" : "setPlannedBudgetLimits", "c2jName" : "PlannedBudgetLimits", "c2jShape" : "PlannedBudgetLimits", "defaultConsumerFluentSetterDocumentation" : "

                      A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

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

                      A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

                      \n

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

                      \n

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

                      \n@return A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.\n@deprecated Use {@link #plannedBudgetLimits()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

                      \n@param plannedBudgetLimits A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #plannedBudgetLimits(Map)}\n", "documentation" : "

                      A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

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

                      A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

                      \n@param plannedBudgetLimits A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "plannedBudgetLimits", "getterDocumentation" : "

                      A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

                      \n

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

                      \n

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

                      \n@return A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PlannedBudgetLimits", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PlannedBudgetLimits", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "GenericString", "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 }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link Spend.Builder} avoiding the need to create one manually via {@link Spend#builder()}.\n\nWhen the {@link Consumer} completes, {@link Spend.Builder#build()} is called immediately and its result is passed to {@link #value(Spend)}.\n@param value a consumer that will call methods on {@link Spend.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(Spend)", "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(Spend)}\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" : "Spend", "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" : "SDK_POJO", "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" : "Spend", "variableName" : "value", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "value", "variableType" : "Spend", "documentation" : "", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "PlannedBudgetLimits", "sensitive" : false, "setterDocumentation" : "

                      A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

                      \n@param plannedBudgetLimits A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.", "setterMethodName" : "setPlannedBudgetLimits", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "plannedBudgetLimits", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "plannedBudgetLimits", "variableType" : "java.util.Map", "documentation" : "

                      A map containing multiple BudgetLimit, including current or future limits.

                      PlannedBudgetLimits is available for cost or usage budget and supports monthly and quarterly TimeUnit.

                      For monthly budgets, provide 12 months of PlannedBudgetLimits values. This must start from the current month and include the next 11 months. The key is the start of the month, UTC in epoch seconds.

                      For quarterly budgets, provide 4 quarters of PlannedBudgetLimits value entries in standard calendar quarter increments. This must start from the current quarter and include the next 3 quarters. The key is the start of the quarter, UTC in epoch seconds.

                      If the planned budget expires before 12 months for monthly or 4 quarters for quarterly, provide the PlannedBudgetLimits values only for the remaining periods.

                      If the budget begins at a date in the future, provide PlannedBudgetLimits values from the start date of the budget.

                      After all of the BudgetLimit values in PlannedBudgetLimits are used, the budget continues to use the last limit as the BudgetLimit. At that point, the planned budget provides the same experience as a fixed budget.

                      DescribeBudget and DescribeBudgets response along with PlannedBudgetLimits will also contain BudgetLimit representing the current month or quarter limit present in PlannedBudgetLimits. This only applies to budgets created with PlannedBudgetLimits. Budgets created without PlannedBudgetLimits will only contain BudgetLimit, and no PlannedBudgetLimits.

                      ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCostFilters", "beanStyleSetterMethodName" : "setCostFilters", "c2jName" : "CostFilters", "c2jShape" : "CostFilters", "defaultConsumerFluentSetterDocumentation" : "

                      The cost filters, such as service or tag, that are applied to a budget.

                      AWS Budgets supports the following services as a filter for RI budgets:

                      • Amazon Elastic Compute Cloud - Compute

                      • Amazon Redshift

                      • Amazon Relational Database Service

                      • Amazon ElastiCache

                      • Amazon Elasticsearch Service

                      \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 #costFilters(List>)}.\n@param costFilters 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 #costFilters(List>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      The cost filters, such as service or tag, that are applied to a budget.

                      AWS Budgets supports the following services as a filter for RI budgets:

                      • Amazon Elastic Compute Cloud - Compute

                      • Amazon Redshift

                      • Amazon Relational Database Service

                      • Amazon ElastiCache

                      • Amazon Elasticsearch Service

                      \n

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

                      \n

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

                      \n@return The cost filters, such as service or tag, that are applied to a budget.

                      AWS Budgets supports the following services as a filter for RI budgets:

                      • Amazon Elastic Compute Cloud - Compute

                      • Amazon Redshift

                      • Amazon Relational Database Service

                      • Amazon ElastiCache

                      • Amazon Elasticsearch Service

                      • \n@deprecated Use {@link #costFilters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                        The cost filters, such as service or tag, that are applied to a budget.

                        AWS Budgets supports the following services as a filter for RI budgets:

                        • Amazon Elastic Compute Cloud - Compute

                        • Amazon Redshift

                        • Amazon Relational Database Service

                        • Amazon ElastiCache

                        • Amazon Elasticsearch Service

                        \n@param costFilters The cost filters, such as service or tag, that are applied to a budget.

                        AWS Budgets supports the following services as a filter for RI budgets:

                        • Amazon Elastic Compute Cloud - Compute

                        • Amazon Redshift

                        • Amazon Relational Database Service

                        • Amazon ElastiCache

                        • Amazon Elasticsearch Service

                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costFilters(List>)}\n", "documentation" : "

                          The cost filters, such as service or tag, that are applied to a budget.

                          AWS Budgets supports the following services as a filter for RI budgets:

                          • Amazon Elastic Compute Cloud - Compute

                          • Amazon Redshift

                          • Amazon Relational Database Service

                          • Amazon ElastiCache

                          • Amazon Elasticsearch Service

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

                          The cost filters, such as service or tag, that are applied to a budget.

                          AWS Budgets supports the following services as a filter for RI budgets:

                          • Amazon Elastic Compute Cloud - Compute

                          • Amazon Redshift

                          • Amazon Relational Database Service

                          • Amazon ElastiCache

                          • Amazon Elasticsearch Service

                          \n@param costFilters The cost filters, such as service or tag, that are applied to a budget.

                          AWS Budgets supports the following services as a filter for RI budgets:

                          • Amazon Elastic Compute Cloud - Compute

                          • Amazon Redshift

                          • Amazon Relational Database Service

                          • Amazon ElastiCache

                          • Amazon Elasticsearch Service

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

                            The cost filters, such as service or tag, that are applied to a budget.

                            AWS Budgets supports the following services as a filter for RI budgets:

                            • Amazon Elastic Compute Cloud - Compute

                            • Amazon Redshift

                            • Amazon Relational Database Service

                            • Amazon ElastiCache

                            • Amazon Elasticsearch Service

                            \n

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

                            \n

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

                            \n@return The cost filters, such as service or tag, that are applied to a budget.

                            AWS Budgets supports the following services as a filter for RI budgets:

                            • Amazon Elastic Compute Cloud - Compute

                            • Amazon Redshift

                            • Amazon Relational Database Service

                            • Amazon ElastiCache

                            • Amazon Elasticsearch Service

                            • ", "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CostFilters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CostFilters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "GenericString", "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 }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "DimensionValues", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\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 #value(List)}.\n@param value 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 #value(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n

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

                              \n

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

                              \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(List)}\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

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

                              \n

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

                              \n@return The value of the Value property for this object.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "GenericString", "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" : "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" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry>", "templateType" : "java.util.Map>" }, "marshallingType" : "MAP", "name" : "CostFilters", "sensitive" : false, "setterDocumentation" : "

                              The cost filters, such as service or tag, that are applied to a budget.

                              AWS Budgets supports the following services as a filter for RI budgets:

                              • Amazon Elastic Compute Cloud - Compute

                              • Amazon Redshift

                              • Amazon Relational Database Service

                              • Amazon ElastiCache

                              • Amazon Elasticsearch Service

                              \n@param costFilters The cost filters, such as service or tag, that are applied to a budget.

                              AWS Budgets supports the following services as a filter for RI budgets:

                              • Amazon Elastic Compute Cloud - Compute

                              • Amazon Redshift

                              • Amazon Relational Database Service

                              • Amazon ElastiCache

                              • Amazon Elasticsearch Service

                              • ", "setterMethodName" : "setCostFilters", "setterModel" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "costFilters", "variableType" : "java.util.Map>", "documentation" : null, "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "costFilters", "variableType" : "java.util.Map>", "documentation" : "

                                The cost filters, such as service or tag, that are applied to a budget.

                                AWS Budgets supports the following services as a filter for RI budgets:

                                • Amazon Elastic Compute Cloud - Compute

                                • Amazon Redshift

                                • Amazon Relational Database Service

                                • Amazon ElastiCache

                                • Amazon Elasticsearch Service

                                ", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCostTypes", "beanStyleSetterMethodName" : "setCostTypes", "c2jName" : "CostTypes", "c2jShape" : "CostTypes", "defaultConsumerFluentSetterDocumentation" : "

                                The types of costs that are included in this COST budget.

                                USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

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

                                The types of costs that are included in this COST budget.

                                USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

                                \n@return The types of costs that are included in this COST budget.

                                USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.\n@deprecated Use {@link #costTypes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The types of costs that are included in this COST budget.

                                USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

                                \n@param costTypes The types of costs that are included in this COST budget.

                                USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costTypes(CostTypes)}\n", "documentation" : "

                                The types of costs that are included in this COST budget.

                                USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

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

                                The types of costs that are included in this COST budget.

                                USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

                                \n@param costTypes The types of costs that are included in this COST budget.

                                USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "costTypes", "getterDocumentation" : "

                                The types of costs that are included in this COST budget.

                                USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

                                \n@return The types of costs that are included in this COST budget.

                                USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.", "getterModel" : { "returnType" : "CostTypes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CostTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CostTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CostTypes", "sensitive" : false, "setterDocumentation" : "

                                The types of costs that are included in this COST budget.

                                USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

                                \n@param costTypes The types of costs that are included in this COST budget.

                                USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.", "setterMethodName" : "setCostTypes", "setterModel" : { "variableDeclarationType" : "CostTypes", "variableName" : "costTypes", "variableType" : "CostTypes", "documentation" : null, "simpleType" : "CostTypes", "variableSetterType" : "CostTypes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CostTypes", "variableName" : "costTypes", "variableType" : "CostTypes", "documentation" : "

                                The types of costs that are included in this COST budget.

                                USAGE, RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets do not have CostTypes.

                                ", "simpleType" : "CostTypes", "variableSetterType" : "CostTypes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimeUnit", "beanStyleSetterMethodName" : "setTimeUnit", "c2jName" : "TimeUnit", "c2jShape" : "TimeUnit", "defaultConsumerFluentSetterDocumentation" : "

                                The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

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

                                The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

                                \n

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

                                \n@return The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.\n@see TimeUnit\n@deprecated Use {@link #timeUnitAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

                                \n@param timeUnit The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.\n@see TimeUnit\n@return Returns a reference to this object so that method calls can be chained together.\n@see TimeUnit\n@deprecated Use {@link #timeUnit(String)}\n", "documentation" : "

                                The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

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

                                The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

                                \n@param timeUnit The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.\n@see TimeUnit\n@return Returns a reference to this object so that method calls can be chained together.\n@see TimeUnit", "fluentSetterMethodName" : "timeUnit", "getterDocumentation" : "

                                The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

                                \n

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

                                \n@return The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.\n@see TimeUnit", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeUnit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TimeUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeUnit", "sensitive" : false, "setterDocumentation" : "

                                The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

                                \n@param timeUnit The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.\n@see TimeUnit", "setterMethodName" : "setTimeUnit", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeUnit", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeUnit", "variableType" : "String", "documentation" : "

                                The length of time until a budget resets the actual and forecasted spend. DAILY is available only for RI_UTILIZATION, RI_COVERAGE, Savings_Plans_Utilization, and Savings_Plans_Coverage budgets.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimePeriod", "beanStyleSetterMethodName" : "setTimePeriod", "c2jName" : "TimePeriod", "c2jShape" : "TimePeriod", "defaultConsumerFluentSetterDocumentation" : "

                                The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                                If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change either date with the UpdateBudget operation.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers.

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

                                The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                                If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change either date with the UpdateBudget operation.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers.

                                \n@return The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                                If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change either date with the UpdateBudget operation.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers.\n@deprecated Use {@link #timePeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                                If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change either date with the UpdateBudget operation.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers.

                                \n@param timePeriod The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                                If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change either date with the UpdateBudget operation.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timePeriod(TimePeriod)}\n", "documentation" : "

                                The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                                If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change either date with the UpdateBudget operation.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers.

                                ", "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 of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                                If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change either date with the UpdateBudget operation.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers.

                                \n@param timePeriod The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                                If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change either date with the UpdateBudget operation.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timePeriod", "getterDocumentation" : "

                                The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                                If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change either date with the UpdateBudget operation.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers.

                                \n@return The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                                If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change either date with the UpdateBudget operation.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers.", "getterModel" : { "returnType" : "TimePeriod", "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 of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                                If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change either date with the UpdateBudget operation.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers.

                                \n@param timePeriod The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                                If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change either date with the UpdateBudget operation.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers.", "setterMethodName" : "setTimePeriod", "setterModel" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : null, "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : "

                                The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. The end date must come before 06/15/87 00:00 UTC.

                                If you create your budget and don't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change either date with the UpdateBudget operation.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers.

                                ", "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCalculatedSpend", "beanStyleSetterMethodName" : "setCalculatedSpend", "c2jName" : "CalculatedSpend", "c2jShape" : "CalculatedSpend", "defaultConsumerFluentSetterDocumentation" : "

                                The actual and forecasted cost or usage that the budget tracks.

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

                                The actual and forecasted cost or usage that the budget tracks.

                                \n@return The actual and forecasted cost or usage that the budget tracks.\n@deprecated Use {@link #calculatedSpend()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The actual and forecasted cost or usage that the budget tracks.

                                \n@param calculatedSpend The actual and forecasted cost or usage that the budget tracks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #calculatedSpend(CalculatedSpend)}\n", "documentation" : "

                                The actual and forecasted cost or usage that the budget tracks.

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

                                The actual and forecasted cost or usage that the budget tracks.

                                \n@param calculatedSpend The actual and forecasted cost or usage that the budget tracks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "calculatedSpend", "getterDocumentation" : "

                                The actual and forecasted cost or usage that the budget tracks.

                                \n@return The actual and forecasted cost or usage that the budget tracks.", "getterModel" : { "returnType" : "CalculatedSpend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CalculatedSpend", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CalculatedSpend", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CalculatedSpend", "sensitive" : false, "setterDocumentation" : "

                                The actual and forecasted cost or usage that the budget tracks.

                                \n@param calculatedSpend The actual and forecasted cost or usage that the budget tracks.", "setterMethodName" : "setCalculatedSpend", "setterModel" : { "variableDeclarationType" : "CalculatedSpend", "variableName" : "calculatedSpend", "variableType" : "CalculatedSpend", "documentation" : null, "simpleType" : "CalculatedSpend", "variableSetterType" : "CalculatedSpend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CalculatedSpend", "variableName" : "calculatedSpend", "variableType" : "CalculatedSpend", "documentation" : "

                                The actual and forecasted cost or usage that the budget tracks.

                                ", "simpleType" : "CalculatedSpend", "variableSetterType" : "CalculatedSpend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetType", "beanStyleSetterMethodName" : "setBudgetType", "c2jName" : "BudgetType", "c2jShape" : "BudgetType", "defaultConsumerFluentSetterDocumentation" : "

                                Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

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

                                Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

                                \n

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

                                \n@return Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.\n@see BudgetType\n@deprecated Use {@link #budgetTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

                                \n@param budgetType Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.\n@see BudgetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BudgetType\n@deprecated Use {@link #budgetType(String)}\n", "documentation" : "

                                Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

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

                                Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

                                \n@param budgetType Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.\n@see BudgetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BudgetType", "fluentSetterMethodName" : "budgetType", "getterDocumentation" : "

                                Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

                                \n

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

                                \n@return Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.\n@see BudgetType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetType", "sensitive" : false, "setterDocumentation" : "

                                Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

                                \n@param budgetType Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.\n@see BudgetType", "setterMethodName" : "setBudgetType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetType", "variableType" : "String", "documentation" : "

                                Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdatedTime", "beanStyleSetterMethodName" : "setLastUpdatedTime", "c2jName" : "LastUpdatedTime", "c2jShape" : "GenericTimestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The last time that you updated this budget.

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

                                The last time that you updated this budget.

                                \n@return The last time that you updated this budget.\n@deprecated Use {@link #lastUpdatedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The last time that you updated this budget.

                                \n@param lastUpdatedTime The last time that you updated this budget.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedTime(Instant)}\n", "documentation" : "

                                The last time that you updated this budget.

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

                                The last time that you updated this budget.

                                \n@param lastUpdatedTime The last time that you updated this budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdatedTime", "getterDocumentation" : "

                                The last time that you updated this budget.

                                \n@return The last time that you updated this budget.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LastUpdatedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastUpdatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastUpdatedTime", "sensitive" : false, "setterDocumentation" : "

                                The last time that you updated this budget.

                                \n@param lastUpdatedTime The last time that you updated this budget.", "setterMethodName" : "setLastUpdatedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastUpdatedTime", "variableType" : "java.time.Instant", "documentation" : "

                                The last time that you updated this budget.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "BudgetName", "TimeUnit", "BudgetType" ], "shapeName" : "Budget", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Budget", "variableName" : "budget", "variableType" : "Budget", "documentation" : null, "simpleType" : "Budget", "variableSetterType" : "Budget" }, "wrapper" : false, "xmlNamespace" : null }, "BudgetPerformanceHistory" : { "c2jName" : "BudgetPerformanceHistory", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A history of the state of a budget at the end of the budget's specified time period.

                                ", "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" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BudgetName 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 #budgetName(String)}.\n@param budgetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #budgetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the BudgetName property for this object.\n@return The value of the BudgetName property for this object.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BudgetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBudgetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "budgetName", "fluentSetterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "Returns the value of the BudgetName property for this object.\n@return The value of the BudgetName 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" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetType", "beanStyleSetterMethodName" : "setBudgetType", "c2jName" : "BudgetType", "c2jShape" : "BudgetType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BudgetType 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 #budgetTypeAsString(String)}.\n@param budgetType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #budgetType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the BudgetType property for this object.\n

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

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

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

                                \n@return The value of the BudgetType property for this object.\n@see BudgetType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetType", "sensitive" : false, "setterDocumentation" : "Sets the value of the BudgetType property for this object.\n\n@param budgetType The new value for the BudgetType property for this object.\n@see BudgetType", "setterMethodName" : "setBudgetType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCostFilters", "beanStyleSetterMethodName" : "setCostFilters", "c2jName" : "CostFilters", "c2jShape" : "CostFilters", "defaultConsumerFluentSetterDocumentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                \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 #costFilters(List>)}.\n@param costFilters 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 #costFilters(List>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                \n

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

                                \n

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

                                \n@return The history of the cost filters for a budget during the specified time period.\n@deprecated Use {@link #costFilters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                \n@param costFilters The history of the cost filters for a budget during the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costFilters(List>)}\n", "documentation" : "

                                The history of the cost filters for a budget during the specified time period.

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

                                The history of the cost filters for a budget during the specified time period.

                                \n@param costFilters The history of the cost filters for a budget during the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "costFilters", "getterDocumentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                \n

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

                                \n

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

                                \n@return The history of the cost filters for a budget during the specified time period.", "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CostFilters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CostFilters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "GenericString", "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 }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "DimensionValues", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\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 #value(List)}.\n@param value 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 #value(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n

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

                                \n

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

                                \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(List)}\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

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

                                \n

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

                                \n@return The value of the Value property for this object.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "GenericString", "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" : "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" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry>", "templateType" : "java.util.Map>" }, "marshallingType" : "MAP", "name" : "CostFilters", "sensitive" : false, "setterDocumentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                \n@param costFilters The history of the cost filters for a budget during the specified time period.", "setterMethodName" : "setCostFilters", "setterModel" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "costFilters", "variableType" : "java.util.Map>", "documentation" : null, "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "costFilters", "variableType" : "java.util.Map>", "documentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                ", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCostTypes", "beanStyleSetterMethodName" : "setCostTypes", "c2jName" : "CostTypes", "c2jShape" : "CostTypes", "defaultConsumerFluentSetterDocumentation" : "

                                The history of the cost types for a budget during the specified time period.

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

                                The history of the cost types for a budget during the specified time period.

                                \n@return The history of the cost types for a budget during the specified time period.\n@deprecated Use {@link #costTypes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The history of the cost types for a budget during the specified time period.

                                \n@param costTypes The history of the cost types for a budget during the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costTypes(CostTypes)}\n", "documentation" : "

                                The history of the cost types for a budget during the specified time period.

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

                                The history of the cost types for a budget during the specified time period.

                                \n@param costTypes The history of the cost types for a budget during the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "costTypes", "getterDocumentation" : "

                                The history of the cost types for a budget during the specified time period.

                                \n@return The history of the cost types for a budget during the specified time period.", "getterModel" : { "returnType" : "CostTypes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CostTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CostTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CostTypes", "sensitive" : false, "setterDocumentation" : "

                                The history of the cost types for a budget during the specified time period.

                                \n@param costTypes The history of the cost types for a budget during the specified time period.", "setterMethodName" : "setCostTypes", "setterModel" : { "variableDeclarationType" : "CostTypes", "variableName" : "costTypes", "variableType" : "CostTypes", "documentation" : null, "simpleType" : "CostTypes", "variableSetterType" : "CostTypes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CostTypes", "variableName" : "costTypes", "variableType" : "CostTypes", "documentation" : "

                                The history of the cost types for a budget during the specified time period.

                                ", "simpleType" : "CostTypes", "variableSetterType" : "CostTypes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimeUnit", "beanStyleSetterMethodName" : "setTimeUnit", "c2jName" : "TimeUnit", "c2jShape" : "TimeUnit", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TimeUnit 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 #timeUnitAsString(String)}.\n@param timeUnit a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeUnit(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the TimeUnit property for this object.\n

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

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

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

                                \n@return The value of the TimeUnit property for this object.\n@see TimeUnit", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeUnit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TimeUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeUnit", "sensitive" : false, "setterDocumentation" : "Sets the value of the TimeUnit property for this object.\n\n@param timeUnit The new value for the TimeUnit property for this object.\n@see TimeUnit", "setterMethodName" : "setTimeUnit", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeUnit", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeUnit", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getBudgetedAndActualAmountsList", "beanStyleSetterMethodName" : "setBudgetedAndActualAmountsList", "c2jName" : "BudgetedAndActualAmountsList", "c2jShape" : "BudgetedAndActualAmountsList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \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 #budgetedAndActualAmountsList(List)}.\n@param budgetedAndActualAmountsList 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 #budgetedAndActualAmountsList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \n

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

                                \n

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

                                \n@return A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.\n@deprecated Use {@link #budgetedAndActualAmountsList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \n@param budgetedAndActualAmountsList A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetedAndActualAmountsList(List)}\n", "documentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

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

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \n@param budgetedAndActualAmountsList A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetedAndActualAmountsList", "getterDocumentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \n

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

                                \n

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

                                \n@return A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.", "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" : "BudgetedAndActualAmountsList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetedAndActualAmountsList", "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" : "BudgetedAndActualAmounts", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BudgetedAndActualAmounts.Builder} avoiding the need to create one manually via {@link BudgetedAndActualAmounts#builder()}.\n\nWhen the {@link Consumer} completes, {@link BudgetedAndActualAmounts.Builder#build()} is called immediately and its result is passed to {@link #member(BudgetedAndActualAmounts)}.\n@param member a consumer that will call methods on {@link BudgetedAndActualAmounts.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BudgetedAndActualAmounts)", "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(BudgetedAndActualAmounts)}\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" : "BudgetedAndActualAmounts", "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" : "BudgetedAndActualAmounts", "variableName" : "member", "variableType" : "BudgetedAndActualAmounts", "documentation" : null, "simpleType" : "BudgetedAndActualAmounts", "variableSetterType" : "BudgetedAndActualAmounts" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BudgetedAndActualAmounts", "variableName" : "member", "variableType" : "BudgetedAndActualAmounts", "documentation" : "", "simpleType" : "BudgetedAndActualAmounts", "variableSetterType" : "BudgetedAndActualAmounts" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BudgetedAndActualAmounts", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BudgetedAndActualAmounts", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BudgetedAndActualAmountsList", "sensitive" : false, "setterDocumentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \n@param budgetedAndActualAmountsList A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.", "setterMethodName" : "setBudgetedAndActualAmountsList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "budgetedAndActualAmountsList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "budgetedAndActualAmountsList", "variableType" : "java.util.List", "documentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BudgetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BudgetName 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 #budgetName(String)}.\n@param budgetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #budgetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the BudgetName property for this object.\n@return The value of the BudgetName property for this object.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BudgetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBudgetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "budgetName", "fluentSetterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "Returns the value of the BudgetName property for this object.\n@return The value of the BudgetName 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" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BudgetType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetType", "beanStyleSetterMethodName" : "setBudgetType", "c2jName" : "BudgetType", "c2jShape" : "BudgetType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BudgetType 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 #budgetTypeAsString(String)}.\n@param budgetType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #budgetType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the BudgetType property for this object.\n

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

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

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

                                \n@return The value of the BudgetType property for this object.\n@see BudgetType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetType", "sensitive" : false, "setterDocumentation" : "Sets the value of the BudgetType property for this object.\n\n@param budgetType The new value for the BudgetType property for this object.\n@see BudgetType", "setterMethodName" : "setBudgetType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BudgetedAndActualAmountsList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getBudgetedAndActualAmountsList", "beanStyleSetterMethodName" : "setBudgetedAndActualAmountsList", "c2jName" : "BudgetedAndActualAmountsList", "c2jShape" : "BudgetedAndActualAmountsList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \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 #budgetedAndActualAmountsList(List)}.\n@param budgetedAndActualAmountsList 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 #budgetedAndActualAmountsList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \n

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

                                \n

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

                                \n@return A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.\n@deprecated Use {@link #budgetedAndActualAmountsList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \n@param budgetedAndActualAmountsList A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetedAndActualAmountsList(List)}\n", "documentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

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

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \n@param budgetedAndActualAmountsList A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetedAndActualAmountsList", "getterDocumentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \n

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

                                \n

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

                                \n@return A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.", "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" : "BudgetedAndActualAmountsList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetedAndActualAmountsList", "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" : "BudgetedAndActualAmounts", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BudgetedAndActualAmounts.Builder} avoiding the need to create one manually via {@link BudgetedAndActualAmounts#builder()}.\n\nWhen the {@link Consumer} completes, {@link BudgetedAndActualAmounts.Builder#build()} is called immediately and its result is passed to {@link #member(BudgetedAndActualAmounts)}.\n@param member a consumer that will call methods on {@link BudgetedAndActualAmounts.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BudgetedAndActualAmounts)", "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(BudgetedAndActualAmounts)}\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" : "BudgetedAndActualAmounts", "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" : "BudgetedAndActualAmounts", "variableName" : "member", "variableType" : "BudgetedAndActualAmounts", "documentation" : null, "simpleType" : "BudgetedAndActualAmounts", "variableSetterType" : "BudgetedAndActualAmounts" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BudgetedAndActualAmounts", "variableName" : "member", "variableType" : "BudgetedAndActualAmounts", "documentation" : "", "simpleType" : "BudgetedAndActualAmounts", "variableSetterType" : "BudgetedAndActualAmounts" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BudgetedAndActualAmounts", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BudgetedAndActualAmounts", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BudgetedAndActualAmountsList", "sensitive" : false, "setterDocumentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \n@param budgetedAndActualAmountsList A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.", "setterMethodName" : "setBudgetedAndActualAmountsList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "budgetedAndActualAmountsList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "budgetedAndActualAmountsList", "variableType" : "java.util.List", "documentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CostFilters" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCostFilters", "beanStyleSetterMethodName" : "setCostFilters", "c2jName" : "CostFilters", "c2jShape" : "CostFilters", "defaultConsumerFluentSetterDocumentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                \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 #costFilters(List>)}.\n@param costFilters 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 #costFilters(List>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                \n

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

                                \n

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

                                \n@return The history of the cost filters for a budget during the specified time period.\n@deprecated Use {@link #costFilters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                \n@param costFilters The history of the cost filters for a budget during the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costFilters(List>)}\n", "documentation" : "

                                The history of the cost filters for a budget during the specified time period.

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

                                The history of the cost filters for a budget during the specified time period.

                                \n@param costFilters The history of the cost filters for a budget during the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "costFilters", "getterDocumentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                \n

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

                                \n

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

                                \n@return The history of the cost filters for a budget during the specified time period.", "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CostFilters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CostFilters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "GenericString", "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 }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "DimensionValues", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\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 #value(List)}.\n@param value 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 #value(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n

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

                                \n

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

                                \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(List)}\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

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

                                \n

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

                                \n@return The value of the Value property for this object.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "GenericString", "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" : "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" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry>", "templateType" : "java.util.Map>" }, "marshallingType" : "MAP", "name" : "CostFilters", "sensitive" : false, "setterDocumentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                \n@param costFilters The history of the cost filters for a budget during the specified time period.", "setterMethodName" : "setCostFilters", "setterModel" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "costFilters", "variableType" : "java.util.Map>", "documentation" : null, "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "costFilters", "variableType" : "java.util.Map>", "documentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                ", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CostTypes" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCostTypes", "beanStyleSetterMethodName" : "setCostTypes", "c2jName" : "CostTypes", "c2jShape" : "CostTypes", "defaultConsumerFluentSetterDocumentation" : "

                                The history of the cost types for a budget during the specified time period.

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

                                The history of the cost types for a budget during the specified time period.

                                \n@return The history of the cost types for a budget during the specified time period.\n@deprecated Use {@link #costTypes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The history of the cost types for a budget during the specified time period.

                                \n@param costTypes The history of the cost types for a budget during the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costTypes(CostTypes)}\n", "documentation" : "

                                The history of the cost types for a budget during the specified time period.

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

                                The history of the cost types for a budget during the specified time period.

                                \n@param costTypes The history of the cost types for a budget during the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "costTypes", "getterDocumentation" : "

                                The history of the cost types for a budget during the specified time period.

                                \n@return The history of the cost types for a budget during the specified time period.", "getterModel" : { "returnType" : "CostTypes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CostTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CostTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CostTypes", "sensitive" : false, "setterDocumentation" : "

                                The history of the cost types for a budget during the specified time period.

                                \n@param costTypes The history of the cost types for a budget during the specified time period.", "setterMethodName" : "setCostTypes", "setterModel" : { "variableDeclarationType" : "CostTypes", "variableName" : "costTypes", "variableType" : "CostTypes", "documentation" : null, "simpleType" : "CostTypes", "variableSetterType" : "CostTypes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CostTypes", "variableName" : "costTypes", "variableType" : "CostTypes", "documentation" : "

                                The history of the cost types for a budget during the specified time period.

                                ", "simpleType" : "CostTypes", "variableSetterType" : "CostTypes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TimeUnit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimeUnit", "beanStyleSetterMethodName" : "setTimeUnit", "c2jName" : "TimeUnit", "c2jShape" : "TimeUnit", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TimeUnit 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 #timeUnitAsString(String)}.\n@param timeUnit a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeUnit(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the TimeUnit property for this object.\n

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

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

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

                                \n@return The value of the TimeUnit property for this object.\n@see TimeUnit", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeUnit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TimeUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeUnit", "sensitive" : false, "setterDocumentation" : "Sets the value of the TimeUnit property for this object.\n\n@param timeUnit The new value for the TimeUnit property for this object.\n@see TimeUnit", "setterMethodName" : "setTimeUnit", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeUnit", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeUnit", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BudgetName 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 #budgetName(String)}.\n@param budgetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #budgetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the BudgetName property for this object.\n@return The value of the BudgetName property for this object.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BudgetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBudgetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "budgetName", "fluentSetterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "Returns the value of the BudgetName property for this object.\n@return The value of the BudgetName 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" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetType", "beanStyleSetterMethodName" : "setBudgetType", "c2jName" : "BudgetType", "c2jShape" : "BudgetType", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BudgetType 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 #budgetTypeAsString(String)}.\n@param budgetType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #budgetType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the BudgetType property for this object.\n

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

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

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

                                \n@return The value of the BudgetType property for this object.\n@see BudgetType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetType", "sensitive" : false, "setterDocumentation" : "Sets the value of the BudgetType property for this object.\n\n@param budgetType The new value for the BudgetType property for this object.\n@see BudgetType", "setterMethodName" : "setBudgetType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCostFilters", "beanStyleSetterMethodName" : "setCostFilters", "c2jName" : "CostFilters", "c2jShape" : "CostFilters", "defaultConsumerFluentSetterDocumentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                \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 #costFilters(List>)}.\n@param costFilters 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 #costFilters(List>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                \n

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

                                \n

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

                                \n@return The history of the cost filters for a budget during the specified time period.\n@deprecated Use {@link #costFilters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                \n@param costFilters The history of the cost filters for a budget during the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costFilters(List>)}\n", "documentation" : "

                                The history of the cost filters for a budget during the specified time period.

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

                                The history of the cost filters for a budget during the specified time period.

                                \n@param costFilters The history of the cost filters for a budget during the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "costFilters", "getterDocumentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                \n

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

                                \n

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

                                \n@return The history of the cost filters for a budget during the specified time period.", "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CostFilters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CostFilters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "GenericString", "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 }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "DimensionValues", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\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 #value(List)}.\n@param value 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 #value(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n

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

                                \n

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

                                \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(List)}\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

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

                                \n

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

                                \n@return The value of the Value property for this object.", "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" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "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" : "GenericString", "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" : "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" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "value", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry>", "templateType" : "java.util.Map>" }, "marshallingType" : "MAP", "name" : "CostFilters", "sensitive" : false, "setterDocumentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                \n@param costFilters The history of the cost filters for a budget during the specified time period.", "setterMethodName" : "setCostFilters", "setterModel" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "costFilters", "variableType" : "java.util.Map>", "documentation" : null, "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map>", "variableName" : "costFilters", "variableType" : "java.util.Map>", "documentation" : "

                                The history of the cost filters for a budget during the specified time period.

                                ", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCostTypes", "beanStyleSetterMethodName" : "setCostTypes", "c2jName" : "CostTypes", "c2jShape" : "CostTypes", "defaultConsumerFluentSetterDocumentation" : "

                                The history of the cost types for a budget during the specified time period.

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

                                The history of the cost types for a budget during the specified time period.

                                \n@return The history of the cost types for a budget during the specified time period.\n@deprecated Use {@link #costTypes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The history of the cost types for a budget during the specified time period.

                                \n@param costTypes The history of the cost types for a budget during the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #costTypes(CostTypes)}\n", "documentation" : "

                                The history of the cost types for a budget during the specified time period.

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

                                The history of the cost types for a budget during the specified time period.

                                \n@param costTypes The history of the cost types for a budget during the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "costTypes", "getterDocumentation" : "

                                The history of the cost types for a budget during the specified time period.

                                \n@return The history of the cost types for a budget during the specified time period.", "getterModel" : { "returnType" : "CostTypes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CostTypes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CostTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CostTypes", "sensitive" : false, "setterDocumentation" : "

                                The history of the cost types for a budget during the specified time period.

                                \n@param costTypes The history of the cost types for a budget during the specified time period.", "setterMethodName" : "setCostTypes", "setterModel" : { "variableDeclarationType" : "CostTypes", "variableName" : "costTypes", "variableType" : "CostTypes", "documentation" : null, "simpleType" : "CostTypes", "variableSetterType" : "CostTypes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CostTypes", "variableName" : "costTypes", "variableType" : "CostTypes", "documentation" : "

                                The history of the cost types for a budget during the specified time period.

                                ", "simpleType" : "CostTypes", "variableSetterType" : "CostTypes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimeUnit", "beanStyleSetterMethodName" : "setTimeUnit", "c2jName" : "TimeUnit", "c2jShape" : "TimeUnit", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the TimeUnit 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 #timeUnitAsString(String)}.\n@param timeUnit a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeUnit(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the TimeUnit property for this object.\n

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

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

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

                                \n@return The value of the TimeUnit property for this object.\n@see TimeUnit", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeUnit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TimeUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeUnit", "sensitive" : false, "setterDocumentation" : "Sets the value of the TimeUnit property for this object.\n\n@param timeUnit The new value for the TimeUnit property for this object.\n@see TimeUnit", "setterMethodName" : "setTimeUnit", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeUnit", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeUnit", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getBudgetedAndActualAmountsList", "beanStyleSetterMethodName" : "setBudgetedAndActualAmountsList", "c2jName" : "BudgetedAndActualAmountsList", "c2jShape" : "BudgetedAndActualAmountsList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \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 #budgetedAndActualAmountsList(List)}.\n@param budgetedAndActualAmountsList 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 #budgetedAndActualAmountsList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \n

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

                                \n

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

                                \n@return A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.\n@deprecated Use {@link #budgetedAndActualAmountsList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \n@param budgetedAndActualAmountsList A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetedAndActualAmountsList(List)}\n", "documentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

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

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \n@param budgetedAndActualAmountsList A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetedAndActualAmountsList", "getterDocumentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \n

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

                                \n

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

                                \n@return A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.", "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" : "BudgetedAndActualAmountsList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetedAndActualAmountsList", "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" : "BudgetedAndActualAmounts", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BudgetedAndActualAmounts.Builder} avoiding the need to create one manually via {@link BudgetedAndActualAmounts#builder()}.\n\nWhen the {@link Consumer} completes, {@link BudgetedAndActualAmounts.Builder#build()} is called immediately and its result is passed to {@link #member(BudgetedAndActualAmounts)}.\n@param member a consumer that will call methods on {@link BudgetedAndActualAmounts.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BudgetedAndActualAmounts)", "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(BudgetedAndActualAmounts)}\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" : "BudgetedAndActualAmounts", "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" : "BudgetedAndActualAmounts", "variableName" : "member", "variableType" : "BudgetedAndActualAmounts", "documentation" : null, "simpleType" : "BudgetedAndActualAmounts", "variableSetterType" : "BudgetedAndActualAmounts" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BudgetedAndActualAmounts", "variableName" : "member", "variableType" : "BudgetedAndActualAmounts", "documentation" : "", "simpleType" : "BudgetedAndActualAmounts", "variableSetterType" : "BudgetedAndActualAmounts" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BudgetedAndActualAmounts", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BudgetedAndActualAmounts", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BudgetedAndActualAmountsList", "sensitive" : false, "setterDocumentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                \n@param budgetedAndActualAmountsList A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.", "setterMethodName" : "setBudgetedAndActualAmountsList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "budgetedAndActualAmountsList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "budgetedAndActualAmountsList", "variableType" : "java.util.List", "documentation" : "

                                A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BudgetPerformanceHistory", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BudgetPerformanceHistory", "variableName" : "budgetPerformanceHistory", "variableType" : "BudgetPerformanceHistory", "documentation" : null, "simpleType" : "BudgetPerformanceHistory", "variableSetterType" : "BudgetPerformanceHistory" }, "wrapper" : false, "xmlNamespace" : null }, "BudgetType" : { "c2jName" : "BudgetType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The type of a budget. It must be one of the following types:

                                COST, USAGE, RI_UTILIZATION, or RI_COVERAGE.

                                ", "endpointDiscovery" : null, "enums" : [ { "name" : "USAGE", "value" : "USAGE" }, { "name" : "COST", "value" : "COST" }, { "name" : "RI_UTILIZATION", "value" : "RI_UTILIZATION" }, { "name" : "RI_COVERAGE", "value" : "RI_COVERAGE" }, { "name" : "SAVINGS_PLANS_UTILIZATION", "value" : "SAVINGS_PLANS_UTILIZATION" }, { "name" : "SAVINGS_PLANS_COVERAGE", "value" : "SAVINGS_PLANS_COVERAGE" } ], "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" : "BudgetType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BudgetType", "variableName" : "budgetType", "variableType" : "BudgetType", "documentation" : null, "simpleType" : "BudgetType", "variableSetterType" : "BudgetType" }, "wrapper" : false, "xmlNamespace" : null }, "BudgetedAndActualAmounts" : { "c2jName" : "BudgetedAndActualAmounts", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The amount of cost or usage that you created the budget for, compared to your actual costs or usage.

                                ", "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" : "getBudgetedAmount", "beanStyleSetterMethodName" : "setBudgetedAmount", "c2jName" : "BudgetedAmount", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "

                                The amount of cost or usage that you created the budget for.

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

                                The amount of cost or usage that you created the budget for.

                                \n@return The amount of cost or usage that you created the budget for.\n@deprecated Use {@link #budgetedAmount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The amount of cost or usage that you created the budget for.

                                \n@param budgetedAmount The amount of cost or usage that you created the budget for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetedAmount(Spend)}\n", "documentation" : "

                                The amount of cost or usage that you created the budget for.

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

                                The amount of cost or usage that you created the budget for.

                                \n@param budgetedAmount The amount of cost or usage that you created the budget for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetedAmount", "getterDocumentation" : "

                                The amount of cost or usage that you created the budget for.

                                \n@return The amount of cost or usage that you created the budget for.", "getterModel" : { "returnType" : "Spend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetedAmount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetedAmount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BudgetedAmount", "sensitive" : false, "setterDocumentation" : "

                                The amount of cost or usage that you created the budget for.

                                \n@param budgetedAmount The amount of cost or usage that you created the budget for.", "setterMethodName" : "setBudgetedAmount", "setterModel" : { "variableDeclarationType" : "Spend", "variableName" : "budgetedAmount", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "budgetedAmount", "variableType" : "Spend", "documentation" : "

                                The amount of cost or usage that you created the budget for.

                                ", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActualAmount", "beanStyleSetterMethodName" : "setActualAmount", "c2jName" : "ActualAmount", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "

                                Your actual costs or usage for a budget period.

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

                                Your actual costs or usage for a budget period.

                                \n@return Your actual costs or usage for a budget period.\n@deprecated Use {@link #actualAmount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Your actual costs or usage for a budget period.

                                \n@param actualAmount Your actual costs or usage for a budget period.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actualAmount(Spend)}\n", "documentation" : "

                                Your actual costs or usage for a budget period.

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

                                Your actual costs or usage for a budget period.

                                \n@param actualAmount Your actual costs or usage for a budget period.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actualAmount", "getterDocumentation" : "

                                Your actual costs or usage for a budget period.

                                \n@return Your actual costs or usage for a budget period.", "getterModel" : { "returnType" : "Spend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActualAmount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActualAmount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActualAmount", "sensitive" : false, "setterDocumentation" : "

                                Your actual costs or usage for a budget period.

                                \n@param actualAmount Your actual costs or usage for a budget period.", "setterMethodName" : "setActualAmount", "setterModel" : { "variableDeclarationType" : "Spend", "variableName" : "actualAmount", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "actualAmount", "variableType" : "Spend", "documentation" : "

                                Your actual costs or usage for a budget period.

                                ", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimePeriod", "beanStyleSetterMethodName" : "setTimePeriod", "c2jName" : "TimePeriod", "c2jShape" : "TimePeriod", "defaultConsumerFluentSetterDocumentation" : "

                                The time period covered by this budget comparison.

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

                                The time period covered by this budget comparison.

                                \n@return The time period covered by this budget comparison.\n@deprecated Use {@link #timePeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time period covered by this budget comparison.

                                \n@param timePeriod The time period covered by this budget comparison.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timePeriod(TimePeriod)}\n", "documentation" : "

                                The time period covered by this budget comparison.

                                ", "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 time period covered by this budget comparison.

                                \n@param timePeriod The time period covered by this budget comparison.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timePeriod", "getterDocumentation" : "

                                The time period covered by this budget comparison.

                                \n@return The time period covered by this budget comparison.", "getterModel" : { "returnType" : "TimePeriod", "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 time period covered by this budget comparison.

                                \n@param timePeriod The time period covered by this budget comparison.", "setterMethodName" : "setTimePeriod", "setterModel" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : null, "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : "

                                The time period covered by this budget comparison.

                                ", "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActualAmount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActualAmount", "beanStyleSetterMethodName" : "setActualAmount", "c2jName" : "ActualAmount", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "

                                Your actual costs or usage for a budget period.

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

                                Your actual costs or usage for a budget period.

                                \n@return Your actual costs or usage for a budget period.\n@deprecated Use {@link #actualAmount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Your actual costs or usage for a budget period.

                                \n@param actualAmount Your actual costs or usage for a budget period.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actualAmount(Spend)}\n", "documentation" : "

                                Your actual costs or usage for a budget period.

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

                                Your actual costs or usage for a budget period.

                                \n@param actualAmount Your actual costs or usage for a budget period.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actualAmount", "getterDocumentation" : "

                                Your actual costs or usage for a budget period.

                                \n@return Your actual costs or usage for a budget period.", "getterModel" : { "returnType" : "Spend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActualAmount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActualAmount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActualAmount", "sensitive" : false, "setterDocumentation" : "

                                Your actual costs or usage for a budget period.

                                \n@param actualAmount Your actual costs or usage for a budget period.", "setterMethodName" : "setActualAmount", "setterModel" : { "variableDeclarationType" : "Spend", "variableName" : "actualAmount", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "actualAmount", "variableType" : "Spend", "documentation" : "

                                Your actual costs or usage for a budget period.

                                ", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BudgetedAmount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetedAmount", "beanStyleSetterMethodName" : "setBudgetedAmount", "c2jName" : "BudgetedAmount", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "

                                The amount of cost or usage that you created the budget for.

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

                                The amount of cost or usage that you created the budget for.

                                \n@return The amount of cost or usage that you created the budget for.\n@deprecated Use {@link #budgetedAmount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The amount of cost or usage that you created the budget for.

                                \n@param budgetedAmount The amount of cost or usage that you created the budget for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetedAmount(Spend)}\n", "documentation" : "

                                The amount of cost or usage that you created the budget for.

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

                                The amount of cost or usage that you created the budget for.

                                \n@param budgetedAmount The amount of cost or usage that you created the budget for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetedAmount", "getterDocumentation" : "

                                The amount of cost or usage that you created the budget for.

                                \n@return The amount of cost or usage that you created the budget for.", "getterModel" : { "returnType" : "Spend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetedAmount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetedAmount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BudgetedAmount", "sensitive" : false, "setterDocumentation" : "

                                The amount of cost or usage that you created the budget for.

                                \n@param budgetedAmount The amount of cost or usage that you created the budget for.", "setterMethodName" : "setBudgetedAmount", "setterModel" : { "variableDeclarationType" : "Spend", "variableName" : "budgetedAmount", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "budgetedAmount", "variableType" : "Spend", "documentation" : "

                                The amount of cost or usage that you created the budget for.

                                ", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TimePeriod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimePeriod", "beanStyleSetterMethodName" : "setTimePeriod", "c2jName" : "TimePeriod", "c2jShape" : "TimePeriod", "defaultConsumerFluentSetterDocumentation" : "

                                The time period covered by this budget comparison.

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

                                The time period covered by this budget comparison.

                                \n@return The time period covered by this budget comparison.\n@deprecated Use {@link #timePeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time period covered by this budget comparison.

                                \n@param timePeriod The time period covered by this budget comparison.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timePeriod(TimePeriod)}\n", "documentation" : "

                                The time period covered by this budget comparison.

                                ", "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 time period covered by this budget comparison.

                                \n@param timePeriod The time period covered by this budget comparison.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timePeriod", "getterDocumentation" : "

                                The time period covered by this budget comparison.

                                \n@return The time period covered by this budget comparison.", "getterModel" : { "returnType" : "TimePeriod", "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 time period covered by this budget comparison.

                                \n@param timePeriod The time period covered by this budget comparison.", "setterMethodName" : "setTimePeriod", "setterModel" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : null, "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : "

                                The time period covered by this budget comparison.

                                ", "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetedAmount", "beanStyleSetterMethodName" : "setBudgetedAmount", "c2jName" : "BudgetedAmount", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "

                                The amount of cost or usage that you created the budget for.

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

                                The amount of cost or usage that you created the budget for.

                                \n@return The amount of cost or usage that you created the budget for.\n@deprecated Use {@link #budgetedAmount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The amount of cost or usage that you created the budget for.

                                \n@param budgetedAmount The amount of cost or usage that you created the budget for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetedAmount(Spend)}\n", "documentation" : "

                                The amount of cost or usage that you created the budget for.

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

                                The amount of cost or usage that you created the budget for.

                                \n@param budgetedAmount The amount of cost or usage that you created the budget for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetedAmount", "getterDocumentation" : "

                                The amount of cost or usage that you created the budget for.

                                \n@return The amount of cost or usage that you created the budget for.", "getterModel" : { "returnType" : "Spend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetedAmount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetedAmount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BudgetedAmount", "sensitive" : false, "setterDocumentation" : "

                                The amount of cost or usage that you created the budget for.

                                \n@param budgetedAmount The amount of cost or usage that you created the budget for.", "setterMethodName" : "setBudgetedAmount", "setterModel" : { "variableDeclarationType" : "Spend", "variableName" : "budgetedAmount", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "budgetedAmount", "variableType" : "Spend", "documentation" : "

                                The amount of cost or usage that you created the budget for.

                                ", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActualAmount", "beanStyleSetterMethodName" : "setActualAmount", "c2jName" : "ActualAmount", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "

                                Your actual costs or usage for a budget period.

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

                                Your actual costs or usage for a budget period.

                                \n@return Your actual costs or usage for a budget period.\n@deprecated Use {@link #actualAmount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Your actual costs or usage for a budget period.

                                \n@param actualAmount Your actual costs or usage for a budget period.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actualAmount(Spend)}\n", "documentation" : "

                                Your actual costs or usage for a budget period.

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

                                Your actual costs or usage for a budget period.

                                \n@param actualAmount Your actual costs or usage for a budget period.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actualAmount", "getterDocumentation" : "

                                Your actual costs or usage for a budget period.

                                \n@return Your actual costs or usage for a budget period.", "getterModel" : { "returnType" : "Spend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActualAmount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActualAmount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActualAmount", "sensitive" : false, "setterDocumentation" : "

                                Your actual costs or usage for a budget period.

                                \n@param actualAmount Your actual costs or usage for a budget period.", "setterMethodName" : "setActualAmount", "setterModel" : { "variableDeclarationType" : "Spend", "variableName" : "actualAmount", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "actualAmount", "variableType" : "Spend", "documentation" : "

                                Your actual costs or usage for a budget period.

                                ", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimePeriod", "beanStyleSetterMethodName" : "setTimePeriod", "c2jName" : "TimePeriod", "c2jShape" : "TimePeriod", "defaultConsumerFluentSetterDocumentation" : "

                                The time period covered by this budget comparison.

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

                                The time period covered by this budget comparison.

                                \n@return The time period covered by this budget comparison.\n@deprecated Use {@link #timePeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time period covered by this budget comparison.

                                \n@param timePeriod The time period covered by this budget comparison.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timePeriod(TimePeriod)}\n", "documentation" : "

                                The time period covered by this budget comparison.

                                ", "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 time period covered by this budget comparison.

                                \n@param timePeriod The time period covered by this budget comparison.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timePeriod", "getterDocumentation" : "

                                The time period covered by this budget comparison.

                                \n@return The time period covered by this budget comparison.", "getterModel" : { "returnType" : "TimePeriod", "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 time period covered by this budget comparison.

                                \n@param timePeriod The time period covered by this budget comparison.", "setterMethodName" : "setTimePeriod", "setterModel" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : null, "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : "

                                The time period covered by this budget comparison.

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

                                The spend objects that are associated with this budget. The actualSpend tracks how much you've used, cost, usage, or RI units, and the forecastedSpend tracks how much you are predicted to spend if your current usage remains steady.

                                For example, if it is the 20th of the month and you have spent 50 dollars on Amazon EC2, your actualSpend is 50 USD, and your forecastedSpend is 75 USD.

                                ", "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" : "getActualSpend", "beanStyleSetterMethodName" : "setActualSpend", "c2jName" : "ActualSpend", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "

                                The amount of cost, usage, or RI units that you have used.

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

                                The amount of cost, usage, or RI units that you have used.

                                \n@return The amount of cost, usage, or RI units that you have used.\n@deprecated Use {@link #actualSpend()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The amount of cost, usage, or RI units that you have used.

                                \n@param actualSpend The amount of cost, usage, or RI units that you have used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actualSpend(Spend)}\n", "documentation" : "

                                The amount of cost, usage, or RI units that you have used.

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

                                The amount of cost, usage, or RI units that you have used.

                                \n@param actualSpend The amount of cost, usage, or RI units that you have used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actualSpend", "getterDocumentation" : "

                                The amount of cost, usage, or RI units that you have used.

                                \n@return The amount of cost, usage, or RI units that you have used.", "getterModel" : { "returnType" : "Spend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActualSpend", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActualSpend", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActualSpend", "sensitive" : false, "setterDocumentation" : "

                                The amount of cost, usage, or RI units that you have used.

                                \n@param actualSpend The amount of cost, usage, or RI units that you have used.", "setterMethodName" : "setActualSpend", "setterModel" : { "variableDeclarationType" : "Spend", "variableName" : "actualSpend", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "actualSpend", "variableType" : "Spend", "documentation" : "

                                The amount of cost, usage, or RI units that you have used.

                                ", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForecastedSpend", "beanStyleSetterMethodName" : "setForecastedSpend", "c2jName" : "ForecastedSpend", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

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

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                \n@return The amount of cost, usage, or RI units that you are forecasted to use.\n@deprecated Use {@link #forecastedSpend()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                \n@param forecastedSpend The amount of cost, usage, or RI units that you are forecasted to use.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forecastedSpend(Spend)}\n", "documentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

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

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                \n@param forecastedSpend The amount of cost, usage, or RI units that you are forecasted to use.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forecastedSpend", "getterDocumentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                \n@return The amount of cost, usage, or RI units that you are forecasted to use.", "getterModel" : { "returnType" : "Spend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForecastedSpend", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForecastedSpend", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ForecastedSpend", "sensitive" : false, "setterDocumentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                \n@param forecastedSpend The amount of cost, usage, or RI units that you are forecasted to use.", "setterMethodName" : "setForecastedSpend", "setterModel" : { "variableDeclarationType" : "Spend", "variableName" : "forecastedSpend", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "forecastedSpend", "variableType" : "Spend", "documentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                ", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActualSpend" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActualSpend", "beanStyleSetterMethodName" : "setActualSpend", "c2jName" : "ActualSpend", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "

                                The amount of cost, usage, or RI units that you have used.

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

                                The amount of cost, usage, or RI units that you have used.

                                \n@return The amount of cost, usage, or RI units that you have used.\n@deprecated Use {@link #actualSpend()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The amount of cost, usage, or RI units that you have used.

                                \n@param actualSpend The amount of cost, usage, or RI units that you have used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actualSpend(Spend)}\n", "documentation" : "

                                The amount of cost, usage, or RI units that you have used.

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

                                The amount of cost, usage, or RI units that you have used.

                                \n@param actualSpend The amount of cost, usage, or RI units that you have used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actualSpend", "getterDocumentation" : "

                                The amount of cost, usage, or RI units that you have used.

                                \n@return The amount of cost, usage, or RI units that you have used.", "getterModel" : { "returnType" : "Spend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActualSpend", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActualSpend", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActualSpend", "sensitive" : false, "setterDocumentation" : "

                                The amount of cost, usage, or RI units that you have used.

                                \n@param actualSpend The amount of cost, usage, or RI units that you have used.", "setterMethodName" : "setActualSpend", "setterModel" : { "variableDeclarationType" : "Spend", "variableName" : "actualSpend", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "actualSpend", "variableType" : "Spend", "documentation" : "

                                The amount of cost, usage, or RI units that you have used.

                                ", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ForecastedSpend" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForecastedSpend", "beanStyleSetterMethodName" : "setForecastedSpend", "c2jName" : "ForecastedSpend", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

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

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                \n@return The amount of cost, usage, or RI units that you are forecasted to use.\n@deprecated Use {@link #forecastedSpend()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                \n@param forecastedSpend The amount of cost, usage, or RI units that you are forecasted to use.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forecastedSpend(Spend)}\n", "documentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

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

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                \n@param forecastedSpend The amount of cost, usage, or RI units that you are forecasted to use.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forecastedSpend", "getterDocumentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                \n@return The amount of cost, usage, or RI units that you are forecasted to use.", "getterModel" : { "returnType" : "Spend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForecastedSpend", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForecastedSpend", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ForecastedSpend", "sensitive" : false, "setterDocumentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                \n@param forecastedSpend The amount of cost, usage, or RI units that you are forecasted to use.", "setterMethodName" : "setForecastedSpend", "setterModel" : { "variableDeclarationType" : "Spend", "variableName" : "forecastedSpend", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "forecastedSpend", "variableType" : "Spend", "documentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                ", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActualSpend", "beanStyleSetterMethodName" : "setActualSpend", "c2jName" : "ActualSpend", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "

                                The amount of cost, usage, or RI units that you have used.

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

                                The amount of cost, usage, or RI units that you have used.

                                \n@return The amount of cost, usage, or RI units that you have used.\n@deprecated Use {@link #actualSpend()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The amount of cost, usage, or RI units that you have used.

                                \n@param actualSpend The amount of cost, usage, or RI units that you have used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #actualSpend(Spend)}\n", "documentation" : "

                                The amount of cost, usage, or RI units that you have used.

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

                                The amount of cost, usage, or RI units that you have used.

                                \n@param actualSpend The amount of cost, usage, or RI units that you have used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "actualSpend", "getterDocumentation" : "

                                The amount of cost, usage, or RI units that you have used.

                                \n@return The amount of cost, usage, or RI units that you have used.", "getterModel" : { "returnType" : "Spend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActualSpend", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ActualSpend", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ActualSpend", "sensitive" : false, "setterDocumentation" : "

                                The amount of cost, usage, or RI units that you have used.

                                \n@param actualSpend The amount of cost, usage, or RI units that you have used.", "setterMethodName" : "setActualSpend", "setterModel" : { "variableDeclarationType" : "Spend", "variableName" : "actualSpend", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "actualSpend", "variableType" : "Spend", "documentation" : "

                                The amount of cost, usage, or RI units that you have used.

                                ", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getForecastedSpend", "beanStyleSetterMethodName" : "setForecastedSpend", "c2jName" : "ForecastedSpend", "c2jShape" : "Spend", "defaultConsumerFluentSetterDocumentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

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

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                \n@return The amount of cost, usage, or RI units that you are forecasted to use.\n@deprecated Use {@link #forecastedSpend()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                \n@param forecastedSpend The amount of cost, usage, or RI units that you are forecasted to use.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #forecastedSpend(Spend)}\n", "documentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

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

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                \n@param forecastedSpend The amount of cost, usage, or RI units that you are forecasted to use.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "forecastedSpend", "getterDocumentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                \n@return The amount of cost, usage, or RI units that you are forecasted to use.", "getterModel" : { "returnType" : "Spend", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ForecastedSpend", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ForecastedSpend", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ForecastedSpend", "sensitive" : false, "setterDocumentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                \n@param forecastedSpend The amount of cost, usage, or RI units that you are forecasted to use.", "setterMethodName" : "setForecastedSpend", "setterModel" : { "variableDeclarationType" : "Spend", "variableName" : "forecastedSpend", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "forecastedSpend", "variableType" : "Spend", "documentation" : "

                                The amount of cost, usage, or RI units that you are forecasted to use.

                                ", "simpleType" : "Spend", "variableSetterType" : "Spend" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ActualSpend" ], "shapeName" : "CalculatedSpend", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CalculatedSpend", "variableName" : "calculatedSpend", "variableType" : "CalculatedSpend", "documentation" : null, "simpleType" : "CalculatedSpend", "variableSetterType" : "CalculatedSpend" }, "wrapper" : false, "xmlNamespace" : null }, "ComparisonOperator" : { "c2jName" : "ComparisonOperator", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The comparison operator of a notification. Currently the service supports the following operators:

                                GREATER_THAN, LESS_THAN, EQUAL_TO

                                ", "endpointDiscovery" : null, "enums" : [ { "name" : "GREATER_THAN", "value" : "GREATER_THAN" }, { "name" : "LESS_THAN", "value" : "LESS_THAN" }, { "name" : "EQUAL_TO", "value" : "EQUAL_TO" } ], "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" : "ComparisonOperator", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ComparisonOperator", "variableName" : "comparisonOperator", "variableType" : "ComparisonOperator", "documentation" : null, "simpleType" : "ComparisonOperator", "variableSetterType" : "ComparisonOperator" }, "wrapper" : false, "xmlNamespace" : null }, "CostTypes" : { "c2jName" : "CostTypes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The types of cost that are included in a COST budget, such as tax and subscriptions.

                                USAGE, RI_UTILIZATION, and RI_COVERAGE budgets do not have CostTypes.

                                ", "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" : "getIncludeTax", "beanStyleSetterMethodName" : "setIncludeTax", "c2jName" : "IncludeTax", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

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

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                \n@return Specifies whether a budget includes taxes.

                                The default value is true.\n@deprecated Use {@link #includeTax()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                \n@param includeTax Specifies whether a budget includes taxes.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeTax(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

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

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                \n@param includeTax Specifies whether a budget includes taxes.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeTax", "getterDocumentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                \n@return Specifies whether a budget includes taxes.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeTax", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeTax", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeTax", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                \n@param includeTax Specifies whether a budget includes taxes.

                                The default value is true.", "setterMethodName" : "setIncludeTax", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeTax", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeTax", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeSubscription", "beanStyleSetterMethodName" : "setIncludeSubscription", "c2jName" : "IncludeSubscription", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

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

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                \n@return Specifies whether a budget includes subscriptions.

                                The default value is true.\n@deprecated Use {@link #includeSubscription()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                \n@param includeSubscription Specifies whether a budget includes subscriptions.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeSubscription(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

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

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                \n@param includeSubscription Specifies whether a budget includes subscriptions.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeSubscription", "getterDocumentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                \n@return Specifies whether a budget includes subscriptions.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeSubscription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeSubscription", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                \n@param includeSubscription Specifies whether a budget includes subscriptions.

                                The default value is true.", "setterMethodName" : "setIncludeSubscription", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeSubscription", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeSubscription", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUseBlended", "beanStyleSetterMethodName" : "setUseBlended", "c2jName" : "UseBlended", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

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

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                \n@return Specifies whether a budget uses a blended rate.

                                The default value is false.\n@deprecated Use {@link #useBlended()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                \n@param useBlended Specifies whether a budget uses a blended rate.

                                The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #useBlended(Boolean)}\n", "documentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

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

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                \n@param useBlended Specifies whether a budget uses a blended rate.

                                The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "useBlended", "getterDocumentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                \n@return Specifies whether a budget uses a blended rate.

                                The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UseBlended", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UseBlended", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "UseBlended", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                \n@param useBlended Specifies whether a budget uses a blended rate.

                                The default value is false.", "setterMethodName" : "setUseBlended", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "useBlended", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "useBlended", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeRefund", "beanStyleSetterMethodName" : "setIncludeRefund", "c2jName" : "IncludeRefund", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

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

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                \n@return Specifies whether a budget includes refunds.

                                The default value is true.\n@deprecated Use {@link #includeRefund()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                \n@param includeRefund Specifies whether a budget includes refunds.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeRefund(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

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

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                \n@param includeRefund Specifies whether a budget includes refunds.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeRefund", "getterDocumentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                \n@return Specifies whether a budget includes refunds.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeRefund", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeRefund", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeRefund", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                \n@param includeRefund Specifies whether a budget includes refunds.

                                The default value is true.", "setterMethodName" : "setIncludeRefund", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeRefund", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeRefund", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeCredit", "beanStyleSetterMethodName" : "setIncludeCredit", "c2jName" : "IncludeCredit", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

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

                                Specifies whether a budget includes credits.

                                The default value is true.

                                \n@return Specifies whether a budget includes credits.

                                The default value is true.\n@deprecated Use {@link #includeCredit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

                                \n@param includeCredit Specifies whether a budget includes credits.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeCredit(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

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

                                Specifies whether a budget includes credits.

                                The default value is true.

                                \n@param includeCredit Specifies whether a budget includes credits.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeCredit", "getterDocumentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

                                \n@return Specifies whether a budget includes credits.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeCredit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeCredit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeCredit", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

                                \n@param includeCredit Specifies whether a budget includes credits.

                                The default value is true.", "setterMethodName" : "setIncludeCredit", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCredit", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCredit", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeUpfront", "beanStyleSetterMethodName" : "setIncludeUpfront", "c2jName" : "IncludeUpfront", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

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

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                \n@return Specifies whether a budget includes upfront RI costs.

                                The default value is true.\n@deprecated Use {@link #includeUpfront()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                \n@param includeUpfront Specifies whether a budget includes upfront RI costs.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeUpfront(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

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

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                \n@param includeUpfront Specifies whether a budget includes upfront RI costs.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeUpfront", "getterDocumentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                \n@return Specifies whether a budget includes upfront RI costs.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeUpfront", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeUpfront", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeUpfront", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                \n@param includeUpfront Specifies whether a budget includes upfront RI costs.

                                The default value is true.", "setterMethodName" : "setIncludeUpfront", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeUpfront", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeUpfront", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeRecurring", "beanStyleSetterMethodName" : "setIncludeRecurring", "c2jName" : "IncludeRecurring", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

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

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                \n@return Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.\n@deprecated Use {@link #includeRecurring()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                \n@param includeRecurring Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeRecurring(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

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

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                \n@param includeRecurring Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeRecurring", "getterDocumentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                \n@return Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeRecurring", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeRecurring", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeRecurring", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                \n@param includeRecurring Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.", "setterMethodName" : "setIncludeRecurring", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeRecurring", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeRecurring", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeOtherSubscription", "beanStyleSetterMethodName" : "setIncludeOtherSubscription", "c2jName" : "IncludeOtherSubscription", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

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

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                \n@return Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.\n@deprecated Use {@link #includeOtherSubscription()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                \n@param includeOtherSubscription Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeOtherSubscription(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

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

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                \n@param includeOtherSubscription Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeOtherSubscription", "getterDocumentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                \n@return Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeOtherSubscription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeOtherSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeOtherSubscription", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                \n@param includeOtherSubscription Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.", "setterMethodName" : "setIncludeOtherSubscription", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeOtherSubscription", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeOtherSubscription", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeSupport", "beanStyleSetterMethodName" : "setIncludeSupport", "c2jName" : "IncludeSupport", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

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

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                \n@return Specifies whether a budget includes support subscription fees.

                                The default value is true.\n@deprecated Use {@link #includeSupport()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                \n@param includeSupport Specifies whether a budget includes support subscription fees.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeSupport(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

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

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                \n@param includeSupport Specifies whether a budget includes support subscription fees.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeSupport", "getterDocumentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                \n@return Specifies whether a budget includes support subscription fees.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeSupport", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeSupport", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeSupport", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                \n@param includeSupport Specifies whether a budget includes support subscription fees.

                                The default value is true.", "setterMethodName" : "setIncludeSupport", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeSupport", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeSupport", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeDiscount", "beanStyleSetterMethodName" : "setIncludeDiscount", "c2jName" : "IncludeDiscount", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

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

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                \n@return Specifies whether a budget includes discounts.

                                The default value is true.\n@deprecated Use {@link #includeDiscount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                \n@param includeDiscount Specifies whether a budget includes discounts.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeDiscount(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

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

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                \n@param includeDiscount Specifies whether a budget includes discounts.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeDiscount", "getterDocumentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                \n@return Specifies whether a budget includes discounts.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeDiscount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeDiscount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeDiscount", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                \n@param includeDiscount Specifies whether a budget includes discounts.

                                The default value is true.", "setterMethodName" : "setIncludeDiscount", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeDiscount", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeDiscount", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUseAmortized", "beanStyleSetterMethodName" : "setUseAmortized", "c2jName" : "UseAmortized", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

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

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

                                \n@return Specifies whether a budget uses the amortized rate.

                                The default value is false.\n@deprecated Use {@link #useAmortized()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

                                \n@param useAmortized Specifies whether a budget uses the amortized rate.

                                The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #useAmortized(Boolean)}\n", "documentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

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

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

                                \n@param useAmortized Specifies whether a budget uses the amortized rate.

                                The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "useAmortized", "getterDocumentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

                                \n@return Specifies whether a budget uses the amortized rate.

                                The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UseAmortized", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UseAmortized", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "UseAmortized", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

                                \n@param useAmortized Specifies whether a budget uses the amortized rate.

                                The default value is false.", "setterMethodName" : "setUseAmortized", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "useAmortized", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "useAmortized", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IncludeCredit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeCredit", "beanStyleSetterMethodName" : "setIncludeCredit", "c2jName" : "IncludeCredit", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

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

                                Specifies whether a budget includes credits.

                                The default value is true.

                                \n@return Specifies whether a budget includes credits.

                                The default value is true.\n@deprecated Use {@link #includeCredit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

                                \n@param includeCredit Specifies whether a budget includes credits.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeCredit(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

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

                                Specifies whether a budget includes credits.

                                The default value is true.

                                \n@param includeCredit Specifies whether a budget includes credits.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeCredit", "getterDocumentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

                                \n@return Specifies whether a budget includes credits.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeCredit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeCredit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeCredit", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

                                \n@param includeCredit Specifies whether a budget includes credits.

                                The default value is true.", "setterMethodName" : "setIncludeCredit", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCredit", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCredit", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IncludeDiscount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeDiscount", "beanStyleSetterMethodName" : "setIncludeDiscount", "c2jName" : "IncludeDiscount", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

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

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                \n@return Specifies whether a budget includes discounts.

                                The default value is true.\n@deprecated Use {@link #includeDiscount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                \n@param includeDiscount Specifies whether a budget includes discounts.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeDiscount(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

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

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                \n@param includeDiscount Specifies whether a budget includes discounts.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeDiscount", "getterDocumentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                \n@return Specifies whether a budget includes discounts.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeDiscount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeDiscount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeDiscount", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                \n@param includeDiscount Specifies whether a budget includes discounts.

                                The default value is true.", "setterMethodName" : "setIncludeDiscount", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeDiscount", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeDiscount", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IncludeOtherSubscription" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeOtherSubscription", "beanStyleSetterMethodName" : "setIncludeOtherSubscription", "c2jName" : "IncludeOtherSubscription", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

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

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                \n@return Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.\n@deprecated Use {@link #includeOtherSubscription()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                \n@param includeOtherSubscription Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeOtherSubscription(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

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

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                \n@param includeOtherSubscription Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeOtherSubscription", "getterDocumentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                \n@return Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeOtherSubscription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeOtherSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeOtherSubscription", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                \n@param includeOtherSubscription Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.", "setterMethodName" : "setIncludeOtherSubscription", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeOtherSubscription", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeOtherSubscription", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IncludeRecurring" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeRecurring", "beanStyleSetterMethodName" : "setIncludeRecurring", "c2jName" : "IncludeRecurring", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

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

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                \n@return Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.\n@deprecated Use {@link #includeRecurring()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                \n@param includeRecurring Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeRecurring(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

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

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                \n@param includeRecurring Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeRecurring", "getterDocumentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                \n@return Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeRecurring", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeRecurring", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeRecurring", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                \n@param includeRecurring Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.", "setterMethodName" : "setIncludeRecurring", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeRecurring", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeRecurring", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IncludeRefund" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeRefund", "beanStyleSetterMethodName" : "setIncludeRefund", "c2jName" : "IncludeRefund", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

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

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                \n@return Specifies whether a budget includes refunds.

                                The default value is true.\n@deprecated Use {@link #includeRefund()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                \n@param includeRefund Specifies whether a budget includes refunds.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeRefund(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

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

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                \n@param includeRefund Specifies whether a budget includes refunds.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeRefund", "getterDocumentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                \n@return Specifies whether a budget includes refunds.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeRefund", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeRefund", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeRefund", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                \n@param includeRefund Specifies whether a budget includes refunds.

                                The default value is true.", "setterMethodName" : "setIncludeRefund", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeRefund", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeRefund", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IncludeSubscription" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeSubscription", "beanStyleSetterMethodName" : "setIncludeSubscription", "c2jName" : "IncludeSubscription", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

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

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                \n@return Specifies whether a budget includes subscriptions.

                                The default value is true.\n@deprecated Use {@link #includeSubscription()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                \n@param includeSubscription Specifies whether a budget includes subscriptions.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeSubscription(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

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

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                \n@param includeSubscription Specifies whether a budget includes subscriptions.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeSubscription", "getterDocumentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                \n@return Specifies whether a budget includes subscriptions.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeSubscription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeSubscription", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                \n@param includeSubscription Specifies whether a budget includes subscriptions.

                                The default value is true.", "setterMethodName" : "setIncludeSubscription", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeSubscription", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeSubscription", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IncludeSupport" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeSupport", "beanStyleSetterMethodName" : "setIncludeSupport", "c2jName" : "IncludeSupport", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

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

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                \n@return Specifies whether a budget includes support subscription fees.

                                The default value is true.\n@deprecated Use {@link #includeSupport()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                \n@param includeSupport Specifies whether a budget includes support subscription fees.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeSupport(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

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

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                \n@param includeSupport Specifies whether a budget includes support subscription fees.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeSupport", "getterDocumentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                \n@return Specifies whether a budget includes support subscription fees.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeSupport", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeSupport", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeSupport", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                \n@param includeSupport Specifies whether a budget includes support subscription fees.

                                The default value is true.", "setterMethodName" : "setIncludeSupport", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeSupport", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeSupport", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IncludeTax" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeTax", "beanStyleSetterMethodName" : "setIncludeTax", "c2jName" : "IncludeTax", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

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

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                \n@return Specifies whether a budget includes taxes.

                                The default value is true.\n@deprecated Use {@link #includeTax()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                \n@param includeTax Specifies whether a budget includes taxes.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeTax(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

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

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                \n@param includeTax Specifies whether a budget includes taxes.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeTax", "getterDocumentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                \n@return Specifies whether a budget includes taxes.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeTax", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeTax", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeTax", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                \n@param includeTax Specifies whether a budget includes taxes.

                                The default value is true.", "setterMethodName" : "setIncludeTax", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeTax", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeTax", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IncludeUpfront" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeUpfront", "beanStyleSetterMethodName" : "setIncludeUpfront", "c2jName" : "IncludeUpfront", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

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

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                \n@return Specifies whether a budget includes upfront RI costs.

                                The default value is true.\n@deprecated Use {@link #includeUpfront()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                \n@param includeUpfront Specifies whether a budget includes upfront RI costs.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeUpfront(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

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

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                \n@param includeUpfront Specifies whether a budget includes upfront RI costs.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeUpfront", "getterDocumentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                \n@return Specifies whether a budget includes upfront RI costs.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeUpfront", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeUpfront", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeUpfront", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                \n@param includeUpfront Specifies whether a budget includes upfront RI costs.

                                The default value is true.", "setterMethodName" : "setIncludeUpfront", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeUpfront", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeUpfront", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UseAmortized" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUseAmortized", "beanStyleSetterMethodName" : "setUseAmortized", "c2jName" : "UseAmortized", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

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

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

                                \n@return Specifies whether a budget uses the amortized rate.

                                The default value is false.\n@deprecated Use {@link #useAmortized()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

                                \n@param useAmortized Specifies whether a budget uses the amortized rate.

                                The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #useAmortized(Boolean)}\n", "documentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

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

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

                                \n@param useAmortized Specifies whether a budget uses the amortized rate.

                                The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "useAmortized", "getterDocumentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

                                \n@return Specifies whether a budget uses the amortized rate.

                                The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UseAmortized", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UseAmortized", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "UseAmortized", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

                                \n@param useAmortized Specifies whether a budget uses the amortized rate.

                                The default value is false.", "setterMethodName" : "setUseAmortized", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "useAmortized", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "useAmortized", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UseBlended" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUseBlended", "beanStyleSetterMethodName" : "setUseBlended", "c2jName" : "UseBlended", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

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

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                \n@return Specifies whether a budget uses a blended rate.

                                The default value is false.\n@deprecated Use {@link #useBlended()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                \n@param useBlended Specifies whether a budget uses a blended rate.

                                The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #useBlended(Boolean)}\n", "documentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

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

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                \n@param useBlended Specifies whether a budget uses a blended rate.

                                The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "useBlended", "getterDocumentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                \n@return Specifies whether a budget uses a blended rate.

                                The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UseBlended", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UseBlended", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "UseBlended", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                \n@param useBlended Specifies whether a budget uses a blended rate.

                                The default value is false.", "setterMethodName" : "setUseBlended", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "useBlended", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "useBlended", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeTax", "beanStyleSetterMethodName" : "setIncludeTax", "c2jName" : "IncludeTax", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

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

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                \n@return Specifies whether a budget includes taxes.

                                The default value is true.\n@deprecated Use {@link #includeTax()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                \n@param includeTax Specifies whether a budget includes taxes.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeTax(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

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

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                \n@param includeTax Specifies whether a budget includes taxes.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeTax", "getterDocumentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                \n@return Specifies whether a budget includes taxes.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeTax", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeTax", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeTax", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                \n@param includeTax Specifies whether a budget includes taxes.

                                The default value is true.", "setterMethodName" : "setIncludeTax", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeTax", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeTax", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes taxes.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeSubscription", "beanStyleSetterMethodName" : "setIncludeSubscription", "c2jName" : "IncludeSubscription", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

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

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                \n@return Specifies whether a budget includes subscriptions.

                                The default value is true.\n@deprecated Use {@link #includeSubscription()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                \n@param includeSubscription Specifies whether a budget includes subscriptions.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeSubscription(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

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

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                \n@param includeSubscription Specifies whether a budget includes subscriptions.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeSubscription", "getterDocumentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                \n@return Specifies whether a budget includes subscriptions.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeSubscription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeSubscription", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                \n@param includeSubscription Specifies whether a budget includes subscriptions.

                                The default value is true.", "setterMethodName" : "setIncludeSubscription", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeSubscription", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeSubscription", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes subscriptions.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUseBlended", "beanStyleSetterMethodName" : "setUseBlended", "c2jName" : "UseBlended", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

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

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                \n@return Specifies whether a budget uses a blended rate.

                                The default value is false.\n@deprecated Use {@link #useBlended()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                \n@param useBlended Specifies whether a budget uses a blended rate.

                                The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #useBlended(Boolean)}\n", "documentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

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

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                \n@param useBlended Specifies whether a budget uses a blended rate.

                                The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "useBlended", "getterDocumentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                \n@return Specifies whether a budget uses a blended rate.

                                The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UseBlended", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UseBlended", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "UseBlended", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                \n@param useBlended Specifies whether a budget uses a blended rate.

                                The default value is false.", "setterMethodName" : "setUseBlended", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "useBlended", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "useBlended", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget uses a blended rate.

                                The default value is false.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeRefund", "beanStyleSetterMethodName" : "setIncludeRefund", "c2jName" : "IncludeRefund", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

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

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                \n@return Specifies whether a budget includes refunds.

                                The default value is true.\n@deprecated Use {@link #includeRefund()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                \n@param includeRefund Specifies whether a budget includes refunds.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeRefund(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

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

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                \n@param includeRefund Specifies whether a budget includes refunds.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeRefund", "getterDocumentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                \n@return Specifies whether a budget includes refunds.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeRefund", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeRefund", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeRefund", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                \n@param includeRefund Specifies whether a budget includes refunds.

                                The default value is true.", "setterMethodName" : "setIncludeRefund", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeRefund", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeRefund", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes refunds.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeCredit", "beanStyleSetterMethodName" : "setIncludeCredit", "c2jName" : "IncludeCredit", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

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

                                Specifies whether a budget includes credits.

                                The default value is true.

                                \n@return Specifies whether a budget includes credits.

                                The default value is true.\n@deprecated Use {@link #includeCredit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

                                \n@param includeCredit Specifies whether a budget includes credits.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeCredit(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

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

                                Specifies whether a budget includes credits.

                                The default value is true.

                                \n@param includeCredit Specifies whether a budget includes credits.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeCredit", "getterDocumentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

                                \n@return Specifies whether a budget includes credits.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeCredit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeCredit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeCredit", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

                                \n@param includeCredit Specifies whether a budget includes credits.

                                The default value is true.", "setterMethodName" : "setIncludeCredit", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCredit", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCredit", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes credits.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeUpfront", "beanStyleSetterMethodName" : "setIncludeUpfront", "c2jName" : "IncludeUpfront", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

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

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                \n@return Specifies whether a budget includes upfront RI costs.

                                The default value is true.\n@deprecated Use {@link #includeUpfront()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                \n@param includeUpfront Specifies whether a budget includes upfront RI costs.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeUpfront(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

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

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                \n@param includeUpfront Specifies whether a budget includes upfront RI costs.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeUpfront", "getterDocumentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                \n@return Specifies whether a budget includes upfront RI costs.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeUpfront", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeUpfront", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeUpfront", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                \n@param includeUpfront Specifies whether a budget includes upfront RI costs.

                                The default value is true.", "setterMethodName" : "setIncludeUpfront", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeUpfront", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeUpfront", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes upfront RI costs.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeRecurring", "beanStyleSetterMethodName" : "setIncludeRecurring", "c2jName" : "IncludeRecurring", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

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

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                \n@return Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.\n@deprecated Use {@link #includeRecurring()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                \n@param includeRecurring Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeRecurring(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

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

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                \n@param includeRecurring Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeRecurring", "getterDocumentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                \n@return Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeRecurring", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeRecurring", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeRecurring", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                \n@param includeRecurring Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.", "setterMethodName" : "setIncludeRecurring", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeRecurring", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeRecurring", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes recurring fees such as monthly RI fees.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeOtherSubscription", "beanStyleSetterMethodName" : "setIncludeOtherSubscription", "c2jName" : "IncludeOtherSubscription", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

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

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                \n@return Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.\n@deprecated Use {@link #includeOtherSubscription()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                \n@param includeOtherSubscription Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeOtherSubscription(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

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

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                \n@param includeOtherSubscription Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeOtherSubscription", "getterDocumentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                \n@return Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeOtherSubscription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeOtherSubscription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeOtherSubscription", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                \n@param includeOtherSubscription Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.", "setterMethodName" : "setIncludeOtherSubscription", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeOtherSubscription", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeOtherSubscription", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes non-RI subscription costs.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeSupport", "beanStyleSetterMethodName" : "setIncludeSupport", "c2jName" : "IncludeSupport", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

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

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                \n@return Specifies whether a budget includes support subscription fees.

                                The default value is true.\n@deprecated Use {@link #includeSupport()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                \n@param includeSupport Specifies whether a budget includes support subscription fees.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeSupport(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

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

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                \n@param includeSupport Specifies whether a budget includes support subscription fees.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeSupport", "getterDocumentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                \n@return Specifies whether a budget includes support subscription fees.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeSupport", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeSupport", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeSupport", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                \n@param includeSupport Specifies whether a budget includes support subscription fees.

                                The default value is true.", "setterMethodName" : "setIncludeSupport", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeSupport", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeSupport", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes support subscription fees.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIncludeDiscount", "beanStyleSetterMethodName" : "setIncludeDiscount", "c2jName" : "IncludeDiscount", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

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

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                \n@return Specifies whether a budget includes discounts.

                                The default value is true.\n@deprecated Use {@link #includeDiscount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                \n@param includeDiscount Specifies whether a budget includes discounts.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #includeDiscount(Boolean)}\n", "documentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

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

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                \n@param includeDiscount Specifies whether a budget includes discounts.

                                The default value is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeDiscount", "getterDocumentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                \n@return Specifies whether a budget includes discounts.

                                The default value is true.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IncludeDiscount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IncludeDiscount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeDiscount", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                \n@param includeDiscount Specifies whether a budget includes discounts.

                                The default value is true.", "setterMethodName" : "setIncludeDiscount", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeDiscount", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeDiscount", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget includes discounts.

                                The default value is true.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUseAmortized", "beanStyleSetterMethodName" : "setUseAmortized", "c2jName" : "UseAmortized", "c2jShape" : "NullableBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

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

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

                                \n@return Specifies whether a budget uses the amortized rate.

                                The default value is false.\n@deprecated Use {@link #useAmortized()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

                                \n@param useAmortized Specifies whether a budget uses the amortized rate.

                                The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #useAmortized(Boolean)}\n", "documentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

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

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

                                \n@param useAmortized Specifies whether a budget uses the amortized rate.

                                The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "useAmortized", "getterDocumentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

                                \n@return Specifies whether a budget uses the amortized rate.

                                The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UseAmortized", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "UseAmortized", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "UseAmortized", "sensitive" : false, "setterDocumentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

                                \n@param useAmortized Specifies whether a budget uses the amortized rate.

                                The default value is false.", "setterMethodName" : "setUseAmortized", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "useAmortized", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "useAmortized", "variableType" : "Boolean", "documentation" : "

                                Specifies whether a budget uses the amortized rate.

                                The default value is false.

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

                                Request of CreateBudget

                                ", "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" : "CreateBudget", "locationName" : null, "requestUri" : "/", "target" : "AWSBudgetServiceGateway.CreateBudget", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget.

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

                                The accountId that is associated with the budget.

                                \n@return The accountId that is associated with the budget.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget.

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

                                The accountId that is associated with the budget.

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

                                The accountId that is associated with the budget.

                                \n@param accountId The accountId that is associated with the budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget.

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

                                The accountId that is associated with the budget.

                                \n@param accountId The accountId that is associated with the budget.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudget", "beanStyleSetterMethodName" : "setBudget", "c2jName" : "Budget", "c2jShape" : "Budget", "defaultConsumerFluentSetterDocumentation" : "

                                The budget object that you want to create.

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

                                The budget object that you want to create.

                                \n@return The budget object that you want to create.\n@deprecated Use {@link #budget()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The budget object that you want to create.

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

                                The budget object that you want to create.

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

                                The budget object that you want to create.

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

                                The budget object that you want to create.

                                \n@return The budget object that you want to create.", "getterModel" : { "returnType" : "Budget", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Budget", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Budget", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Budget", "sensitive" : false, "setterDocumentation" : "

                                The budget object that you want to create.

                                \n@param budget The budget object that you want to create.", "setterMethodName" : "setBudget", "setterModel" : { "variableDeclarationType" : "Budget", "variableName" : "budget", "variableType" : "Budget", "documentation" : null, "simpleType" : "Budget", "variableSetterType" : "Budget" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Budget", "variableName" : "budget", "variableType" : "Budget", "documentation" : "

                                The budget object that you want to create.

                                ", "simpleType" : "Budget", "variableSetterType" : "Budget" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNotificationsWithSubscribers", "beanStyleSetterMethodName" : "setNotificationsWithSubscribers", "c2jName" : "NotificationsWithSubscribers", "c2jShape" : "NotificationWithSubscribersList", "defaultConsumerFluentSetterDocumentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \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 #notificationsWithSubscribers(List)}.\n@param notificationsWithSubscribers 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 #notificationsWithSubscribers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \n

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

                                \n

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

                                \n@return A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.\n@deprecated Use {@link #notificationsWithSubscribers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \n@param notificationsWithSubscribers A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notificationsWithSubscribers(List)}\n", "documentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

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

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \n@param notificationsWithSubscribers A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationsWithSubscribers", "getterDocumentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \n

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

                                \n

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

                                \n@return A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.", "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" : "NotificationsWithSubscribers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationsWithSubscribers", "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" : "NotificationWithSubscribers", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NotificationWithSubscribers.Builder} avoiding the need to create one manually via {@link NotificationWithSubscribers#builder()}.\n\nWhen the {@link Consumer} completes, {@link NotificationWithSubscribers.Builder#build()} is called immediately and its result is passed to {@link #member(NotificationWithSubscribers)}.\n@param member a consumer that will call methods on {@link NotificationWithSubscribers.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NotificationWithSubscribers)", "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(NotificationWithSubscribers)}\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" : "NotificationWithSubscribers", "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" : "NotificationWithSubscribers", "variableName" : "member", "variableType" : "NotificationWithSubscribers", "documentation" : null, "simpleType" : "NotificationWithSubscribers", "variableSetterType" : "NotificationWithSubscribers" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NotificationWithSubscribers", "variableName" : "member", "variableType" : "NotificationWithSubscribers", "documentation" : "", "simpleType" : "NotificationWithSubscribers", "variableSetterType" : "NotificationWithSubscribers" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "NotificationWithSubscribers", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NotificationWithSubscribers", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NotificationsWithSubscribers", "sensitive" : false, "setterDocumentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \n@param notificationsWithSubscribers A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.", "setterMethodName" : "setNotificationsWithSubscribers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "notificationsWithSubscribers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "notificationsWithSubscribers", "variableType" : "java.util.List", "documentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget.

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

                                The accountId that is associated with the budget.

                                \n@return The accountId that is associated with the budget.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget.

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

                                The accountId that is associated with the budget.

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

                                The accountId that is associated with the budget.

                                \n@param accountId The accountId that is associated with the budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget.

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

                                The accountId that is associated with the budget.

                                \n@param accountId The accountId that is associated with the budget.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Budget" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudget", "beanStyleSetterMethodName" : "setBudget", "c2jName" : "Budget", "c2jShape" : "Budget", "defaultConsumerFluentSetterDocumentation" : "

                                The budget object that you want to create.

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

                                The budget object that you want to create.

                                \n@return The budget object that you want to create.\n@deprecated Use {@link #budget()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The budget object that you want to create.

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

                                The budget object that you want to create.

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

                                The budget object that you want to create.

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

                                The budget object that you want to create.

                                \n@return The budget object that you want to create.", "getterModel" : { "returnType" : "Budget", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Budget", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Budget", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Budget", "sensitive" : false, "setterDocumentation" : "

                                The budget object that you want to create.

                                \n@param budget The budget object that you want to create.", "setterMethodName" : "setBudget", "setterModel" : { "variableDeclarationType" : "Budget", "variableName" : "budget", "variableType" : "Budget", "documentation" : null, "simpleType" : "Budget", "variableSetterType" : "Budget" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Budget", "variableName" : "budget", "variableType" : "Budget", "documentation" : "

                                The budget object that you want to create.

                                ", "simpleType" : "Budget", "variableSetterType" : "Budget" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NotificationsWithSubscribers" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNotificationsWithSubscribers", "beanStyleSetterMethodName" : "setNotificationsWithSubscribers", "c2jName" : "NotificationsWithSubscribers", "c2jShape" : "NotificationWithSubscribersList", "defaultConsumerFluentSetterDocumentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \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 #notificationsWithSubscribers(List)}.\n@param notificationsWithSubscribers 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 #notificationsWithSubscribers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \n

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

                                \n

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

                                \n@return A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.\n@deprecated Use {@link #notificationsWithSubscribers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \n@param notificationsWithSubscribers A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notificationsWithSubscribers(List)}\n", "documentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

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

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \n@param notificationsWithSubscribers A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationsWithSubscribers", "getterDocumentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \n

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

                                \n

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

                                \n@return A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.", "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" : "NotificationsWithSubscribers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationsWithSubscribers", "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" : "NotificationWithSubscribers", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NotificationWithSubscribers.Builder} avoiding the need to create one manually via {@link NotificationWithSubscribers#builder()}.\n\nWhen the {@link Consumer} completes, {@link NotificationWithSubscribers.Builder#build()} is called immediately and its result is passed to {@link #member(NotificationWithSubscribers)}.\n@param member a consumer that will call methods on {@link NotificationWithSubscribers.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NotificationWithSubscribers)", "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(NotificationWithSubscribers)}\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" : "NotificationWithSubscribers", "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" : "NotificationWithSubscribers", "variableName" : "member", "variableType" : "NotificationWithSubscribers", "documentation" : null, "simpleType" : "NotificationWithSubscribers", "variableSetterType" : "NotificationWithSubscribers" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NotificationWithSubscribers", "variableName" : "member", "variableType" : "NotificationWithSubscribers", "documentation" : "", "simpleType" : "NotificationWithSubscribers", "variableSetterType" : "NotificationWithSubscribers" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "NotificationWithSubscribers", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NotificationWithSubscribers", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NotificationsWithSubscribers", "sensitive" : false, "setterDocumentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \n@param notificationsWithSubscribers A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.", "setterMethodName" : "setNotificationsWithSubscribers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "notificationsWithSubscribers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "notificationsWithSubscribers", "variableType" : "java.util.List", "documentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget.

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

                                The accountId that is associated with the budget.

                                \n@return The accountId that is associated with the budget.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget.

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

                                The accountId that is associated with the budget.

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

                                The accountId that is associated with the budget.

                                \n@param accountId The accountId that is associated with the budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget.

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

                                The accountId that is associated with the budget.

                                \n@param accountId The accountId that is associated with the budget.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudget", "beanStyleSetterMethodName" : "setBudget", "c2jName" : "Budget", "c2jShape" : "Budget", "defaultConsumerFluentSetterDocumentation" : "

                                The budget object that you want to create.

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

                                The budget object that you want to create.

                                \n@return The budget object that you want to create.\n@deprecated Use {@link #budget()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The budget object that you want to create.

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

                                The budget object that you want to create.

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

                                The budget object that you want to create.

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

                                The budget object that you want to create.

                                \n@return The budget object that you want to create.", "getterModel" : { "returnType" : "Budget", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Budget", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Budget", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Budget", "sensitive" : false, "setterDocumentation" : "

                                The budget object that you want to create.

                                \n@param budget The budget object that you want to create.", "setterMethodName" : "setBudget", "setterModel" : { "variableDeclarationType" : "Budget", "variableName" : "budget", "variableType" : "Budget", "documentation" : null, "simpleType" : "Budget", "variableSetterType" : "Budget" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Budget", "variableName" : "budget", "variableType" : "Budget", "documentation" : "

                                The budget object that you want to create.

                                ", "simpleType" : "Budget", "variableSetterType" : "Budget" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNotificationsWithSubscribers", "beanStyleSetterMethodName" : "setNotificationsWithSubscribers", "c2jName" : "NotificationsWithSubscribers", "c2jShape" : "NotificationWithSubscribersList", "defaultConsumerFluentSetterDocumentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \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 #notificationsWithSubscribers(List)}.\n@param notificationsWithSubscribers 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 #notificationsWithSubscribers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \n

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

                                \n

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

                                \n@return A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.\n@deprecated Use {@link #notificationsWithSubscribers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \n@param notificationsWithSubscribers A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notificationsWithSubscribers(List)}\n", "documentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

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

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \n@param notificationsWithSubscribers A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationsWithSubscribers", "getterDocumentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \n

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

                                \n

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

                                \n@return A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.", "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" : "NotificationsWithSubscribers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationsWithSubscribers", "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" : "NotificationWithSubscribers", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link NotificationWithSubscribers.Builder} avoiding the need to create one manually via {@link NotificationWithSubscribers#builder()}.\n\nWhen the {@link Consumer} completes, {@link NotificationWithSubscribers.Builder#build()} is called immediately and its result is passed to {@link #member(NotificationWithSubscribers)}.\n@param member a consumer that will call methods on {@link NotificationWithSubscribers.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(NotificationWithSubscribers)", "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(NotificationWithSubscribers)}\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" : "NotificationWithSubscribers", "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" : "NotificationWithSubscribers", "variableName" : "member", "variableType" : "NotificationWithSubscribers", "documentation" : null, "simpleType" : "NotificationWithSubscribers", "variableSetterType" : "NotificationWithSubscribers" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NotificationWithSubscribers", "variableName" : "member", "variableType" : "NotificationWithSubscribers", "documentation" : "", "simpleType" : "NotificationWithSubscribers", "variableSetterType" : "NotificationWithSubscribers" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "NotificationWithSubscribers", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "NotificationWithSubscribers", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "NotificationsWithSubscribers", "sensitive" : false, "setterDocumentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                \n@param notificationsWithSubscribers A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.", "setterMethodName" : "setNotificationsWithSubscribers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "notificationsWithSubscribers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "notificationsWithSubscribers", "variableType" : "java.util.List", "documentation" : "

                                A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, AWS creates the notifications and subscribers for you.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId", "Budget" ], "shapeName" : "CreateBudgetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateBudgetRequest", "variableName" : "createBudgetRequest", "variableType" : "CreateBudgetRequest", "documentation" : null, "simpleType" : "CreateBudgetRequest", "variableSetterType" : "CreateBudgetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateBudgetResponse" : { "c2jName" : "CreateBudgetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Response of CreateBudget

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateBudgetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateBudgetResponse", "variableName" : "createBudgetResponse", "variableType" : "CreateBudgetResponse", "documentation" : null, "simpleType" : "CreateBudgetResponse", "variableSetterType" : "CreateBudgetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateNotificationRequest" : { "c2jName" : "CreateNotificationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Request of CreateNotification

                                ", "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" : "CreateNotification", "locationName" : null, "requestUri" : "/", "target" : "AWSBudgetServiceGateway.CreateNotification", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

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

                                The accountId that is associated with the budget that you want to create a notification for.

                                \n@return The accountId that is associated with the budget that you want to create a notification for.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a notification for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

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

                                The accountId that is associated with the budget that you want to create a notification for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a notification for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

                                \n@return The accountId that is associated with the budget that you want to create a notification for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a notification for.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

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

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                \n@return The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

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

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                \n@return The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification that you want to create.

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

                                The notification that you want to create.

                                \n@return The notification that you want to create.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification that you want to create.

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

                                The notification that you want to create.

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

                                The notification that you want to create.

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

                                The notification that you want to create.

                                \n@return The notification that you want to create.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification that you want to create.

                                \n@param notification The notification that you want to create.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification that you want to create.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubscribers", "beanStyleSetterMethodName" : "setSubscribers", "c2jName" : "Subscribers", "c2jShape" : "Subscribers", "defaultConsumerFluentSetterDocumentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \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 #subscribers(List)}.\n@param subscribers 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 #subscribers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \n

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

                                \n

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

                                \n@return A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.\n@deprecated Use {@link #subscribers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \n@param subscribers A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subscribers(List)}\n", "documentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

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

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \n@param subscribers A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscribers", "getterDocumentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \n

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

                                \n

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

                                \n@return A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.", "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" : "Subscribers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subscribers", "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" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Subscriber.Builder} avoiding the need to create one manually via {@link Subscriber#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subscriber.Builder#build()} is called immediately and its result is passed to {@link #member(Subscriber)}.\n@param member a consumer that will call methods on {@link Subscriber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Subscriber)", "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(Subscriber)}\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" : "Subscriber", "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" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : "", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Subscriber", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Subscriber", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subscribers", "sensitive" : false, "setterDocumentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \n@param subscribers A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.", "setterMethodName" : "setSubscribers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

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

                                The accountId that is associated with the budget that you want to create a notification for.

                                \n@return The accountId that is associated with the budget that you want to create a notification for.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a notification for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

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

                                The accountId that is associated with the budget that you want to create a notification for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a notification for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

                                \n@return The accountId that is associated with the budget that you want to create a notification for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a notification for.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BudgetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

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

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                \n@return The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

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

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                \n@return The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Notification" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification that you want to create.

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

                                The notification that you want to create.

                                \n@return The notification that you want to create.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification that you want to create.

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

                                The notification that you want to create.

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

                                The notification that you want to create.

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

                                The notification that you want to create.

                                \n@return The notification that you want to create.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification that you want to create.

                                \n@param notification The notification that you want to create.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification that you want to create.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Subscribers" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubscribers", "beanStyleSetterMethodName" : "setSubscribers", "c2jName" : "Subscribers", "c2jShape" : "Subscribers", "defaultConsumerFluentSetterDocumentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \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 #subscribers(List)}.\n@param subscribers 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 #subscribers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \n

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

                                \n

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

                                \n@return A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.\n@deprecated Use {@link #subscribers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \n@param subscribers A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subscribers(List)}\n", "documentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

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

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \n@param subscribers A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscribers", "getterDocumentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \n

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

                                \n

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

                                \n@return A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.", "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" : "Subscribers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subscribers", "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" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Subscriber.Builder} avoiding the need to create one manually via {@link Subscriber#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subscriber.Builder#build()} is called immediately and its result is passed to {@link #member(Subscriber)}.\n@param member a consumer that will call methods on {@link Subscriber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Subscriber)", "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(Subscriber)}\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" : "Subscriber", "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" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : "", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Subscriber", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Subscriber", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subscribers", "sensitive" : false, "setterDocumentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \n@param subscribers A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.", "setterMethodName" : "setSubscribers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

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

                                The accountId that is associated with the budget that you want to create a notification for.

                                \n@return The accountId that is associated with the budget that you want to create a notification for.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a notification for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

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

                                The accountId that is associated with the budget that you want to create a notification for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a notification for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

                                \n@return The accountId that is associated with the budget that you want to create a notification for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a notification for.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget that you want to create a notification for.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

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

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                \n@return The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

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

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                \n@return The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget that you want AWS to notify you about. Budget names must be unique within an account.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification that you want to create.

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

                                The notification that you want to create.

                                \n@return The notification that you want to create.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification that you want to create.

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

                                The notification that you want to create.

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

                                The notification that you want to create.

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

                                The notification that you want to create.

                                \n@return The notification that you want to create.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification that you want to create.

                                \n@param notification The notification that you want to create.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification that you want to create.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubscribers", "beanStyleSetterMethodName" : "setSubscribers", "c2jName" : "Subscribers", "c2jShape" : "Subscribers", "defaultConsumerFluentSetterDocumentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \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 #subscribers(List)}.\n@param subscribers 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 #subscribers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \n

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

                                \n

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

                                \n@return A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.\n@deprecated Use {@link #subscribers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \n@param subscribers A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subscribers(List)}\n", "documentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

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

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \n@param subscribers A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscribers", "getterDocumentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \n

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

                                \n

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

                                \n@return A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.", "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" : "Subscribers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subscribers", "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" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Subscriber.Builder} avoiding the need to create one manually via {@link Subscriber#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subscriber.Builder#build()} is called immediately and its result is passed to {@link #member(Subscriber)}.\n@param member a consumer that will call methods on {@link Subscriber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Subscriber)", "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(Subscriber)}\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" : "Subscriber", "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" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : "", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Subscriber", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Subscriber", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subscribers", "sensitive" : false, "setterDocumentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                \n@param subscribers A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.", "setterMethodName" : "setSubscribers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : "

                                A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId", "BudgetName", "Notification", "Subscribers" ], "shapeName" : "CreateNotificationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateNotificationRequest", "variableName" : "createNotificationRequest", "variableType" : "CreateNotificationRequest", "documentation" : null, "simpleType" : "CreateNotificationRequest", "variableSetterType" : "CreateNotificationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateNotificationResponse" : { "c2jName" : "CreateNotificationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Response of CreateNotification

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateNotificationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateNotificationResponse", "variableName" : "createNotificationResponse", "variableType" : "CreateNotificationResponse", "documentation" : null, "simpleType" : "CreateNotificationResponse", "variableSetterType" : "CreateNotificationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateSubscriberRequest" : { "c2jName" : "CreateSubscriberRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Request of CreateSubscriber

                                ", "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" : "CreateSubscriber", "locationName" : null, "requestUri" : "/", "target" : "AWSBudgetServiceGateway.CreateSubscriber", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

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

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                \n@return The accountId that is associated with the budget that you want to create a subscriber for.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a subscriber for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

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

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a subscriber for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                \n@return The accountId that is associated with the budget that you want to create a subscriber for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a subscriber for.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

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

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                \n@return The name of the budget that you want to subscribe to. Budget names must be unique within an account.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want to subscribe to. Budget names must be unique within an account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

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

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want to subscribe to. Budget names must be unique within an account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                \n@return The name of the budget that you want to subscribe to. Budget names must be unique within an account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want to subscribe to. Budget names must be unique within an account.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification that you want to create a subscriber for.

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

                                The notification that you want to create a subscriber for.

                                \n@return The notification that you want to create a subscriber for.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification that you want to create a subscriber for.

                                \n@param notification The notification that you want to create a subscriber for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notification(Notification)}\n", "documentation" : "

                                The notification that you want to create a subscriber for.

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

                                The notification that you want to create a subscriber for.

                                \n@param notification The notification that you want to create a subscriber for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notification", "getterDocumentation" : "

                                The notification that you want to create a subscriber for.

                                \n@return The notification that you want to create a subscriber for.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification that you want to create a subscriber for.

                                \n@param notification The notification that you want to create a subscriber for.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification that you want to create a subscriber for.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubscriber", "beanStyleSetterMethodName" : "setSubscriber", "c2jName" : "Subscriber", "c2jShape" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "

                                The subscriber that you want to associate with a budget notification.

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

                                The subscriber that you want to associate with a budget notification.

                                \n@return The subscriber that you want to associate with a budget notification.\n@deprecated Use {@link #subscriber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The subscriber that you want to associate with a budget notification.

                                \n@param subscriber The subscriber that you want to associate with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subscriber(Subscriber)}\n", "documentation" : "

                                The subscriber that you want to associate with a budget notification.

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

                                The subscriber that you want to associate with a budget notification.

                                \n@param subscriber The subscriber that you want to associate with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriber", "getterDocumentation" : "

                                The subscriber that you want to associate with a budget notification.

                                \n@return The subscriber that you want to associate with a budget notification.", "getterModel" : { "returnType" : "Subscriber", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subscriber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subscriber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Subscriber", "sensitive" : false, "setterDocumentation" : "

                                The subscriber that you want to associate with a budget notification.

                                \n@param subscriber The subscriber that you want to associate with a budget notification.", "setterMethodName" : "setSubscriber", "setterModel" : { "variableDeclarationType" : "Subscriber", "variableName" : "subscriber", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "subscriber", "variableType" : "Subscriber", "documentation" : "

                                The subscriber that you want to associate with a budget notification.

                                ", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

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

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                \n@return The accountId that is associated with the budget that you want to create a subscriber for.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a subscriber for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

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

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a subscriber for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                \n@return The accountId that is associated with the budget that you want to create a subscriber for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a subscriber for.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BudgetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

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

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                \n@return The name of the budget that you want to subscribe to. Budget names must be unique within an account.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want to subscribe to. Budget names must be unique within an account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

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

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want to subscribe to. Budget names must be unique within an account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                \n@return The name of the budget that you want to subscribe to. Budget names must be unique within an account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want to subscribe to. Budget names must be unique within an account.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Notification" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification that you want to create a subscriber for.

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

                                The notification that you want to create a subscriber for.

                                \n@return The notification that you want to create a subscriber for.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification that you want to create a subscriber for.

                                \n@param notification The notification that you want to create a subscriber for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notification(Notification)}\n", "documentation" : "

                                The notification that you want to create a subscriber for.

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

                                The notification that you want to create a subscriber for.

                                \n@param notification The notification that you want to create a subscriber for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notification", "getterDocumentation" : "

                                The notification that you want to create a subscriber for.

                                \n@return The notification that you want to create a subscriber for.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification that you want to create a subscriber for.

                                \n@param notification The notification that you want to create a subscriber for.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification that you want to create a subscriber for.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Subscriber" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubscriber", "beanStyleSetterMethodName" : "setSubscriber", "c2jName" : "Subscriber", "c2jShape" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "

                                The subscriber that you want to associate with a budget notification.

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

                                The subscriber that you want to associate with a budget notification.

                                \n@return The subscriber that you want to associate with a budget notification.\n@deprecated Use {@link #subscriber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The subscriber that you want to associate with a budget notification.

                                \n@param subscriber The subscriber that you want to associate with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subscriber(Subscriber)}\n", "documentation" : "

                                The subscriber that you want to associate with a budget notification.

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

                                The subscriber that you want to associate with a budget notification.

                                \n@param subscriber The subscriber that you want to associate with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriber", "getterDocumentation" : "

                                The subscriber that you want to associate with a budget notification.

                                \n@return The subscriber that you want to associate with a budget notification.", "getterModel" : { "returnType" : "Subscriber", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subscriber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subscriber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Subscriber", "sensitive" : false, "setterDocumentation" : "

                                The subscriber that you want to associate with a budget notification.

                                \n@param subscriber The subscriber that you want to associate with a budget notification.", "setterMethodName" : "setSubscriber", "setterModel" : { "variableDeclarationType" : "Subscriber", "variableName" : "subscriber", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "subscriber", "variableType" : "Subscriber", "documentation" : "

                                The subscriber that you want to associate with a budget notification.

                                ", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

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

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                \n@return The accountId that is associated with the budget that you want to create a subscriber for.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a subscriber for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

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

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a subscriber for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                \n@return The accountId that is associated with the budget that you want to create a subscriber for.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                \n@param accountId The accountId that is associated with the budget that you want to create a subscriber for.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget that you want to create a subscriber for.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

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

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                \n@return The name of the budget that you want to subscribe to. Budget names must be unique within an account.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want to subscribe to. Budget names must be unique within an account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

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

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want to subscribe to. Budget names must be unique within an account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                \n@return The name of the budget that you want to subscribe to. Budget names must be unique within an account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                \n@param budgetName The name of the budget that you want to subscribe to. Budget names must be unique within an account.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget that you want to subscribe to. Budget names must be unique within an account.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification that you want to create a subscriber for.

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

                                The notification that you want to create a subscriber for.

                                \n@return The notification that you want to create a subscriber for.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification that you want to create a subscriber for.

                                \n@param notification The notification that you want to create a subscriber for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notification(Notification)}\n", "documentation" : "

                                The notification that you want to create a subscriber for.

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

                                The notification that you want to create a subscriber for.

                                \n@param notification The notification that you want to create a subscriber for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notification", "getterDocumentation" : "

                                The notification that you want to create a subscriber for.

                                \n@return The notification that you want to create a subscriber for.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification that you want to create a subscriber for.

                                \n@param notification The notification that you want to create a subscriber for.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification that you want to create a subscriber for.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubscriber", "beanStyleSetterMethodName" : "setSubscriber", "c2jName" : "Subscriber", "c2jShape" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "

                                The subscriber that you want to associate with a budget notification.

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

                                The subscriber that you want to associate with a budget notification.

                                \n@return The subscriber that you want to associate with a budget notification.\n@deprecated Use {@link #subscriber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The subscriber that you want to associate with a budget notification.

                                \n@param subscriber The subscriber that you want to associate with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subscriber(Subscriber)}\n", "documentation" : "

                                The subscriber that you want to associate with a budget notification.

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

                                The subscriber that you want to associate with a budget notification.

                                \n@param subscriber The subscriber that you want to associate with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriber", "getterDocumentation" : "

                                The subscriber that you want to associate with a budget notification.

                                \n@return The subscriber that you want to associate with a budget notification.", "getterModel" : { "returnType" : "Subscriber", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subscriber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subscriber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Subscriber", "sensitive" : false, "setterDocumentation" : "

                                The subscriber that you want to associate with a budget notification.

                                \n@param subscriber The subscriber that you want to associate with a budget notification.", "setterMethodName" : "setSubscriber", "setterModel" : { "variableDeclarationType" : "Subscriber", "variableName" : "subscriber", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "subscriber", "variableType" : "Subscriber", "documentation" : "

                                The subscriber that you want to associate with a budget notification.

                                ", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId", "BudgetName", "Notification", "Subscriber" ], "shapeName" : "CreateSubscriberRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateSubscriberRequest", "variableName" : "createSubscriberRequest", "variableType" : "CreateSubscriberRequest", "documentation" : null, "simpleType" : "CreateSubscriberRequest", "variableSetterType" : "CreateSubscriberRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateSubscriberResponse" : { "c2jName" : "CreateSubscriberResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Response of CreateSubscriber

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateSubscriberResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateSubscriberResponse", "variableName" : "createSubscriberResponse", "variableType" : "CreateSubscriberResponse", "documentation" : null, "simpleType" : "CreateSubscriberResponse", "variableSetterType" : "CreateSubscriberResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreationLimitExceededException" : { "c2jName" : "CreationLimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                You've exceeded the notification or subscriber limit.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "CreationLimitExceededException", "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" : "CreationLimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreationLimitExceededException", "variableName" : "creationLimitExceededException", "variableType" : "CreationLimitExceededException", "documentation" : null, "simpleType" : "CreationLimitExceededException", "variableSetterType" : "CreationLimitExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteBudgetRequest" : { "c2jName" : "DeleteBudgetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Request of DeleteBudget

                                ", "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" : "DeleteBudget", "locationName" : null, "requestUri" : "/", "target" : "AWSBudgetServiceGateway.DeleteBudget", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to delete.

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

                                The accountId that is associated with the budget that you want to delete.

                                \n@return The accountId that is associated with the budget that you want to delete.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to delete.

                                \n@param accountId The accountId that is associated with the budget that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget that you want to delete.

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

                                The accountId that is associated with the budget that you want to delete.

                                \n@param accountId The accountId that is associated with the budget that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget that you want to delete.

                                \n@return The accountId that is associated with the budget that you want to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget that you want to delete.

                                \n@param accountId The accountId that is associated with the budget that you want to delete.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget that you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget that you want to delete.

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

                                The name of the budget that you want to delete.

                                \n@return The name of the budget that you want to delete.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget that you want to delete.

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

                                The name of the budget that you want to delete.

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

                                The name of the budget that you want to delete.

                                \n@param budgetName The name of the budget that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget that you want to delete.

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

                                The name of the budget that you want to delete.

                                \n@param budgetName The name of the budget that you want to delete.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget that you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to delete.

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

                                The accountId that is associated with the budget that you want to delete.

                                \n@return The accountId that is associated with the budget that you want to delete.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to delete.

                                \n@param accountId The accountId that is associated with the budget that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget that you want to delete.

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

                                The accountId that is associated with the budget that you want to delete.

                                \n@param accountId The accountId that is associated with the budget that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget that you want to delete.

                                \n@return The accountId that is associated with the budget that you want to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget that you want to delete.

                                \n@param accountId The accountId that is associated with the budget that you want to delete.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget that you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BudgetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget that you want to delete.

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

                                The name of the budget that you want to delete.

                                \n@return The name of the budget that you want to delete.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget that you want to delete.

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

                                The name of the budget that you want to delete.

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

                                The name of the budget that you want to delete.

                                \n@param budgetName The name of the budget that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget that you want to delete.

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

                                The name of the budget that you want to delete.

                                \n@param budgetName The name of the budget that you want to delete.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget that you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to delete.

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

                                The accountId that is associated with the budget that you want to delete.

                                \n@return The accountId that is associated with the budget that you want to delete.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to delete.

                                \n@param accountId The accountId that is associated with the budget that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget that you want to delete.

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

                                The accountId that is associated with the budget that you want to delete.

                                \n@param accountId The accountId that is associated with the budget that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget that you want to delete.

                                \n@return The accountId that is associated with the budget that you want to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget that you want to delete.

                                \n@param accountId The accountId that is associated with the budget that you want to delete.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget that you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget that you want to delete.

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

                                The name of the budget that you want to delete.

                                \n@return The name of the budget that you want to delete.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget that you want to delete.

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

                                The name of the budget that you want to delete.

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

                                The name of the budget that you want to delete.

                                \n@param budgetName The name of the budget that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget that you want to delete.

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

                                The name of the budget that you want to delete.

                                \n@param budgetName The name of the budget that you want to delete.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget that you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId", "BudgetName" ], "shapeName" : "DeleteBudgetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteBudgetRequest", "variableName" : "deleteBudgetRequest", "variableType" : "DeleteBudgetRequest", "documentation" : null, "simpleType" : "DeleteBudgetRequest", "variableSetterType" : "DeleteBudgetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteBudgetResponse" : { "c2jName" : "DeleteBudgetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Response of DeleteBudget

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteBudgetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteBudgetResponse", "variableName" : "deleteBudgetResponse", "variableType" : "DeleteBudgetResponse", "documentation" : null, "simpleType" : "DeleteBudgetResponse", "variableSetterType" : "DeleteBudgetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteNotificationRequest" : { "c2jName" : "DeleteNotificationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Request of DeleteNotification

                                ", "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" : "DeleteNotification", "locationName" : null, "requestUri" : "/", "target" : "AWSBudgetServiceGateway.DeleteNotification", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

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

                                The accountId that is associated with the budget whose notification you want to delete.

                                \n@return The accountId that is associated with the budget whose notification you want to delete.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

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

                                The accountId that is associated with the budget whose notification you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

                                \n@return The accountId that is associated with the budget whose notification you want to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to delete.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose notification you want to delete.

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

                                The name of the budget whose notification you want to delete.

                                \n@return The name of the budget whose notification you want to delete.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose notification you want to delete.

                                \n@param budgetName The name of the budget whose notification you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose notification you want to delete.

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

                                The name of the budget whose notification you want to delete.

                                \n@param budgetName The name of the budget whose notification you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose notification you want to delete.

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

                                The name of the budget whose notification you want to delete.

                                \n@param budgetName The name of the budget whose notification you want to delete.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose notification you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification that you want to delete.

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

                                The notification that you want to delete.

                                \n@return The notification that you want to delete.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification that you want to delete.

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

                                The notification that you want to delete.

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

                                The notification that you want to delete.

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

                                The notification that you want to delete.

                                \n@return The notification that you want to delete.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification that you want to delete.

                                \n@param notification The notification that you want to delete.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification that you want to delete.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

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

                                The accountId that is associated with the budget whose notification you want to delete.

                                \n@return The accountId that is associated with the budget whose notification you want to delete.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

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

                                The accountId that is associated with the budget whose notification you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

                                \n@return The accountId that is associated with the budget whose notification you want to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to delete.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BudgetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose notification you want to delete.

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

                                The name of the budget whose notification you want to delete.

                                \n@return The name of the budget whose notification you want to delete.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose notification you want to delete.

                                \n@param budgetName The name of the budget whose notification you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose notification you want to delete.

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

                                The name of the budget whose notification you want to delete.

                                \n@param budgetName The name of the budget whose notification you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose notification you want to delete.

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

                                The name of the budget whose notification you want to delete.

                                \n@param budgetName The name of the budget whose notification you want to delete.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose notification you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Notification" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification that you want to delete.

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

                                The notification that you want to delete.

                                \n@return The notification that you want to delete.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification that you want to delete.

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

                                The notification that you want to delete.

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

                                The notification that you want to delete.

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

                                The notification that you want to delete.

                                \n@return The notification that you want to delete.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification that you want to delete.

                                \n@param notification The notification that you want to delete.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification that you want to delete.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

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

                                The accountId that is associated with the budget whose notification you want to delete.

                                \n@return The accountId that is associated with the budget whose notification you want to delete.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

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

                                The accountId that is associated with the budget whose notification you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

                                \n@return The accountId that is associated with the budget whose notification you want to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to delete.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose notification you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose notification you want to delete.

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

                                The name of the budget whose notification you want to delete.

                                \n@return The name of the budget whose notification you want to delete.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose notification you want to delete.

                                \n@param budgetName The name of the budget whose notification you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose notification you want to delete.

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

                                The name of the budget whose notification you want to delete.

                                \n@param budgetName The name of the budget whose notification you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose notification you want to delete.

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

                                The name of the budget whose notification you want to delete.

                                \n@param budgetName The name of the budget whose notification you want to delete.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose notification you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification that you want to delete.

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

                                The notification that you want to delete.

                                \n@return The notification that you want to delete.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification that you want to delete.

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

                                The notification that you want to delete.

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

                                The notification that you want to delete.

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

                                The notification that you want to delete.

                                \n@return The notification that you want to delete.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification that you want to delete.

                                \n@param notification The notification that you want to delete.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification that you want to delete.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId", "BudgetName", "Notification" ], "shapeName" : "DeleteNotificationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteNotificationRequest", "variableName" : "deleteNotificationRequest", "variableType" : "DeleteNotificationRequest", "documentation" : null, "simpleType" : "DeleteNotificationRequest", "variableSetterType" : "DeleteNotificationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteNotificationResponse" : { "c2jName" : "DeleteNotificationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Response of DeleteNotification

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteNotificationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteNotificationResponse", "variableName" : "deleteNotificationResponse", "variableType" : "DeleteNotificationResponse", "documentation" : null, "simpleType" : "DeleteNotificationResponse", "variableSetterType" : "DeleteNotificationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteSubscriberRequest" : { "c2jName" : "DeleteSubscriberRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Request of DeleteSubscriber

                                ", "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" : "DeleteSubscriber", "locationName" : null, "requestUri" : "/", "target" : "AWSBudgetServiceGateway.DeleteSubscriber", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

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

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                \n@return The accountId that is associated with the budget whose subscriber you want to delete.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

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

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                \n@return The accountId that is associated with the budget whose subscriber you want to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to delete.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose subscriber you want to delete.

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

                                The name of the budget whose subscriber you want to delete.

                                \n@return The name of the budget whose subscriber you want to delete.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose subscriber you want to delete.

                                \n@param budgetName The name of the budget whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose subscriber you want to delete.

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

                                The name of the budget whose subscriber you want to delete.

                                \n@param budgetName The name of the budget whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose subscriber you want to delete.

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

                                The name of the budget whose subscriber you want to delete.

                                \n@param budgetName The name of the budget whose subscriber you want to delete.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose subscriber you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification whose subscriber you want to delete.

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

                                The notification whose subscriber you want to delete.

                                \n@return The notification whose subscriber you want to delete.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification whose subscriber you want to delete.

                                \n@param notification The notification whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notification(Notification)}\n", "documentation" : "

                                The notification whose subscriber you want to delete.

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

                                The notification whose subscriber you want to delete.

                                \n@param notification The notification whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notification", "getterDocumentation" : "

                                The notification whose subscriber you want to delete.

                                \n@return The notification whose subscriber you want to delete.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification whose subscriber you want to delete.

                                \n@param notification The notification whose subscriber you want to delete.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification whose subscriber you want to delete.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubscriber", "beanStyleSetterMethodName" : "setSubscriber", "c2jName" : "Subscriber", "c2jShape" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "

                                The subscriber that you want to delete.

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

                                The subscriber that you want to delete.

                                \n@return The subscriber that you want to delete.\n@deprecated Use {@link #subscriber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The subscriber that you want to delete.

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

                                The subscriber that you want to delete.

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

                                The subscriber that you want to delete.

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

                                The subscriber that you want to delete.

                                \n@return The subscriber that you want to delete.", "getterModel" : { "returnType" : "Subscriber", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subscriber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subscriber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Subscriber", "sensitive" : false, "setterDocumentation" : "

                                The subscriber that you want to delete.

                                \n@param subscriber The subscriber that you want to delete.", "setterMethodName" : "setSubscriber", "setterModel" : { "variableDeclarationType" : "Subscriber", "variableName" : "subscriber", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "subscriber", "variableType" : "Subscriber", "documentation" : "

                                The subscriber that you want to delete.

                                ", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

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

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                \n@return The accountId that is associated with the budget whose subscriber you want to delete.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

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

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                \n@return The accountId that is associated with the budget whose subscriber you want to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to delete.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BudgetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose subscriber you want to delete.

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

                                The name of the budget whose subscriber you want to delete.

                                \n@return The name of the budget whose subscriber you want to delete.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose subscriber you want to delete.

                                \n@param budgetName The name of the budget whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose subscriber you want to delete.

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

                                The name of the budget whose subscriber you want to delete.

                                \n@param budgetName The name of the budget whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose subscriber you want to delete.

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

                                The name of the budget whose subscriber you want to delete.

                                \n@param budgetName The name of the budget whose subscriber you want to delete.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose subscriber you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Notification" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification whose subscriber you want to delete.

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

                                The notification whose subscriber you want to delete.

                                \n@return The notification whose subscriber you want to delete.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification whose subscriber you want to delete.

                                \n@param notification The notification whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notification(Notification)}\n", "documentation" : "

                                The notification whose subscriber you want to delete.

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

                                The notification whose subscriber you want to delete.

                                \n@param notification The notification whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notification", "getterDocumentation" : "

                                The notification whose subscriber you want to delete.

                                \n@return The notification whose subscriber you want to delete.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification whose subscriber you want to delete.

                                \n@param notification The notification whose subscriber you want to delete.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification whose subscriber you want to delete.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Subscriber" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubscriber", "beanStyleSetterMethodName" : "setSubscriber", "c2jName" : "Subscriber", "c2jShape" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "

                                The subscriber that you want to delete.

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

                                The subscriber that you want to delete.

                                \n@return The subscriber that you want to delete.\n@deprecated Use {@link #subscriber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The subscriber that you want to delete.

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

                                The subscriber that you want to delete.

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

                                The subscriber that you want to delete.

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

                                The subscriber that you want to delete.

                                \n@return The subscriber that you want to delete.", "getterModel" : { "returnType" : "Subscriber", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subscriber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subscriber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Subscriber", "sensitive" : false, "setterDocumentation" : "

                                The subscriber that you want to delete.

                                \n@param subscriber The subscriber that you want to delete.", "setterMethodName" : "setSubscriber", "setterModel" : { "variableDeclarationType" : "Subscriber", "variableName" : "subscriber", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "subscriber", "variableType" : "Subscriber", "documentation" : "

                                The subscriber that you want to delete.

                                ", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

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

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                \n@return The accountId that is associated with the budget whose subscriber you want to delete.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

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

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                \n@return The accountId that is associated with the budget whose subscriber you want to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to delete.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose subscriber you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose subscriber you want to delete.

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

                                The name of the budget whose subscriber you want to delete.

                                \n@return The name of the budget whose subscriber you want to delete.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose subscriber you want to delete.

                                \n@param budgetName The name of the budget whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose subscriber you want to delete.

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

                                The name of the budget whose subscriber you want to delete.

                                \n@param budgetName The name of the budget whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose subscriber you want to delete.

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

                                The name of the budget whose subscriber you want to delete.

                                \n@param budgetName The name of the budget whose subscriber you want to delete.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose subscriber you want to delete.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification whose subscriber you want to delete.

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

                                The notification whose subscriber you want to delete.

                                \n@return The notification whose subscriber you want to delete.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification whose subscriber you want to delete.

                                \n@param notification The notification whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notification(Notification)}\n", "documentation" : "

                                The notification whose subscriber you want to delete.

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

                                The notification whose subscriber you want to delete.

                                \n@param notification The notification whose subscriber you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notification", "getterDocumentation" : "

                                The notification whose subscriber you want to delete.

                                \n@return The notification whose subscriber you want to delete.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification whose subscriber you want to delete.

                                \n@param notification The notification whose subscriber you want to delete.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification whose subscriber you want to delete.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubscriber", "beanStyleSetterMethodName" : "setSubscriber", "c2jName" : "Subscriber", "c2jShape" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "

                                The subscriber that you want to delete.

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

                                The subscriber that you want to delete.

                                \n@return The subscriber that you want to delete.\n@deprecated Use {@link #subscriber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The subscriber that you want to delete.

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

                                The subscriber that you want to delete.

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

                                The subscriber that you want to delete.

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

                                The subscriber that you want to delete.

                                \n@return The subscriber that you want to delete.", "getterModel" : { "returnType" : "Subscriber", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subscriber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subscriber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Subscriber", "sensitive" : false, "setterDocumentation" : "

                                The subscriber that you want to delete.

                                \n@param subscriber The subscriber that you want to delete.", "setterMethodName" : "setSubscriber", "setterModel" : { "variableDeclarationType" : "Subscriber", "variableName" : "subscriber", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "subscriber", "variableType" : "Subscriber", "documentation" : "

                                The subscriber that you want to delete.

                                ", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId", "BudgetName", "Notification", "Subscriber" ], "shapeName" : "DeleteSubscriberRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteSubscriberRequest", "variableName" : "deleteSubscriberRequest", "variableType" : "DeleteSubscriberRequest", "documentation" : null, "simpleType" : "DeleteSubscriberRequest", "variableSetterType" : "DeleteSubscriberRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteSubscriberResponse" : { "c2jName" : "DeleteSubscriberResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Response of DeleteSubscriber

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteSubscriberResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteSubscriberResponse", "variableName" : "deleteSubscriberResponse", "variableType" : "DeleteSubscriberResponse", "documentation" : null, "simpleType" : "DeleteSubscriberResponse", "variableSetterType" : "DeleteSubscriberResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeBudgetPerformanceHistoryRequest" : { "c2jName" : "DescribeBudgetPerformanceHistoryRequest", "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" : "DescribeBudgetPerformanceHistory", "locationName" : null, "requestUri" : "/", "target" : "AWSBudgetServiceGateway.DescribeBudgetPerformanceHistory", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the AccountId 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 #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the AccountId property for this object.\n@return The value of the AccountId property for this object.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the AccountId property for this object.\n\n@param accountId The new value for the AccountId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "Sets the value of the AccountId property for this object.\n\n@param accountId The new value for the AccountId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "Returns the value of the AccountId property for this object.\n@return The value of the AccountId 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" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "Sets the value of the AccountId property for this object.\n\n@param accountId The new value for the AccountId property for this object.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BudgetName 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 #budgetName(String)}.\n@param budgetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #budgetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the BudgetName property for this object.\n@return The value of the BudgetName property for this object.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BudgetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBudgetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "budgetName", "fluentSetterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "Returns the value of the BudgetName property for this object.\n@return The value of the BudgetName 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" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimePeriod", "beanStyleSetterMethodName" : "setTimePeriod", "c2jName" : "TimePeriod", "c2jShape" : "TimePeriod", "defaultConsumerFluentSetterDocumentation" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

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

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                \n@return Retrieves how often the budget went into an ALARM state for the specified time period.\n@deprecated Use {@link #timePeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                \n@param timePeriod Retrieves how often the budget went into an ALARM state for the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timePeriod(TimePeriod)}\n", "documentation" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                ", "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" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                \n@param timePeriod Retrieves how often the budget went into an ALARM state for the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timePeriod", "getterDocumentation" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                \n@return Retrieves how often the budget went into an ALARM state for the specified time period.", "getterModel" : { "returnType" : "TimePeriod", "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" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                \n@param timePeriod Retrieves how often the budget went into an ALARM state for the specified time period.", "setterMethodName" : "setTimePeriod", "setterModel" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : null, "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                ", "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the MaxResults property for this object.\n@return The value of the MaxResults property for this object.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "Returns the value of the MaxResults property for this object.\n@return The value of the MaxResults property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the AccountId 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 #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the AccountId property for this object.\n@return The value of the AccountId property for this object.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the AccountId property for this object.\n\n@param accountId The new value for the AccountId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "Sets the value of the AccountId property for this object.\n\n@param accountId The new value for the AccountId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "Returns the value of the AccountId property for this object.\n@return The value of the AccountId 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" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "Sets the value of the AccountId property for this object.\n\n@param accountId The new value for the AccountId property for this object.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BudgetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BudgetName 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 #budgetName(String)}.\n@param budgetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #budgetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the BudgetName property for this object.\n@return The value of the BudgetName property for this object.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BudgetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBudgetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "budgetName", "fluentSetterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "Returns the value of the BudgetName property for this object.\n@return The value of the BudgetName 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" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the MaxResults property for this object.\n@return The value of the MaxResults property for this object.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "Returns the value of the MaxResults property for this object.\n@return The value of the MaxResults property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TimePeriod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimePeriod", "beanStyleSetterMethodName" : "setTimePeriod", "c2jName" : "TimePeriod", "c2jShape" : "TimePeriod", "defaultConsumerFluentSetterDocumentation" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

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

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                \n@return Retrieves how often the budget went into an ALARM state for the specified time period.\n@deprecated Use {@link #timePeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                \n@param timePeriod Retrieves how often the budget went into an ALARM state for the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timePeriod(TimePeriod)}\n", "documentation" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                ", "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" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                \n@param timePeriod Retrieves how often the budget went into an ALARM state for the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timePeriod", "getterDocumentation" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                \n@return Retrieves how often the budget went into an ALARM state for the specified time period.", "getterModel" : { "returnType" : "TimePeriod", "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" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                \n@param timePeriod Retrieves how often the budget went into an ALARM state for the specified time period.", "setterMethodName" : "setTimePeriod", "setterModel" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : null, "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                ", "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the AccountId 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 #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the AccountId property for this object.\n@return The value of the AccountId property for this object.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the AccountId property for this object.\n\n@param accountId The new value for the AccountId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "Sets the value of the AccountId property for this object.\n\n@param accountId The new value for the AccountId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "Returns the value of the AccountId property for this object.\n@return The value of the AccountId 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" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "Sets the value of the AccountId property for this object.\n\n@param accountId The new value for the AccountId property for this object.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the BudgetName 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 #budgetName(String)}.\n@param budgetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #budgetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the BudgetName property for this object.\n@return The value of the BudgetName property for this object.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BudgetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBudgetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "budgetName", "fluentSetterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "Returns the value of the BudgetName property for this object.\n@return The value of the BudgetName 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" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "Sets the value of the BudgetName property for this object.\n\n@param budgetName The new value for the BudgetName property for this object.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimePeriod", "beanStyleSetterMethodName" : "setTimePeriod", "c2jName" : "TimePeriod", "c2jShape" : "TimePeriod", "defaultConsumerFluentSetterDocumentation" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

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

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                \n@return Retrieves how often the budget went into an ALARM state for the specified time period.\n@deprecated Use {@link #timePeriod()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                \n@param timePeriod Retrieves how often the budget went into an ALARM state for the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timePeriod(TimePeriod)}\n", "documentation" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                ", "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" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                \n@param timePeriod Retrieves how often the budget went into an ALARM state for the specified time period.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timePeriod", "getterDocumentation" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                \n@return Retrieves how often the budget went into an ALARM state for the specified time period.", "getterModel" : { "returnType" : "TimePeriod", "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" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                \n@param timePeriod Retrieves how often the budget went into an ALARM state for the specified time period.", "setterMethodName" : "setTimePeriod", "setterModel" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : null, "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : "

                                Retrieves how often the budget went into an ALARM state for the specified time period.

                                ", "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the MaxResults property for this object.\n@return The value of the MaxResults property for this object.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "Returns the value of the MaxResults property for this object.\n@return The value of the MaxResults property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId", "BudgetName" ], "shapeName" : "DescribeBudgetPerformanceHistoryRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeBudgetPerformanceHistoryRequest", "variableName" : "describeBudgetPerformanceHistoryRequest", "variableType" : "DescribeBudgetPerformanceHistoryRequest", "documentation" : null, "simpleType" : "DescribeBudgetPerformanceHistoryRequest", "variableSetterType" : "DescribeBudgetPerformanceHistoryRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeBudgetPerformanceHistoryResponse" : { "c2jName" : "DescribeBudgetPerformanceHistoryResponse", "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" : "getBudgetPerformanceHistory", "beanStyleSetterMethodName" : "setBudgetPerformanceHistory", "c2jName" : "BudgetPerformanceHistory", "c2jShape" : "BudgetPerformanceHistory", "defaultConsumerFluentSetterDocumentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

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

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                \n@return The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.\n@deprecated Use {@link #budgetPerformanceHistory()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                \n@param budgetPerformanceHistory The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetPerformanceHistory(BudgetPerformanceHistory)}\n", "documentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

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

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                \n@param budgetPerformanceHistory The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetPerformanceHistory", "getterDocumentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                \n@return The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.", "getterModel" : { "returnType" : "BudgetPerformanceHistory", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetPerformanceHistory", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetPerformanceHistory", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BudgetPerformanceHistory", "sensitive" : false, "setterDocumentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                \n@param budgetPerformanceHistory The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.", "setterMethodName" : "setBudgetPerformanceHistory", "setterModel" : { "variableDeclarationType" : "BudgetPerformanceHistory", "variableName" : "budgetPerformanceHistory", "variableType" : "BudgetPerformanceHistory", "documentation" : null, "simpleType" : "BudgetPerformanceHistory", "variableSetterType" : "BudgetPerformanceHistory" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BudgetPerformanceHistory", "variableName" : "budgetPerformanceHistory", "variableType" : "BudgetPerformanceHistory", "documentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                ", "simpleType" : "BudgetPerformanceHistory", "variableSetterType" : "BudgetPerformanceHistory" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BudgetPerformanceHistory" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetPerformanceHistory", "beanStyleSetterMethodName" : "setBudgetPerformanceHistory", "c2jName" : "BudgetPerformanceHistory", "c2jShape" : "BudgetPerformanceHistory", "defaultConsumerFluentSetterDocumentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

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

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                \n@return The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.\n@deprecated Use {@link #budgetPerformanceHistory()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                \n@param budgetPerformanceHistory The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetPerformanceHistory(BudgetPerformanceHistory)}\n", "documentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

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

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                \n@param budgetPerformanceHistory The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetPerformanceHistory", "getterDocumentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                \n@return The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.", "getterModel" : { "returnType" : "BudgetPerformanceHistory", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetPerformanceHistory", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetPerformanceHistory", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BudgetPerformanceHistory", "sensitive" : false, "setterDocumentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                \n@param budgetPerformanceHistory The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.", "setterMethodName" : "setBudgetPerformanceHistory", "setterModel" : { "variableDeclarationType" : "BudgetPerformanceHistory", "variableName" : "budgetPerformanceHistory", "variableType" : "BudgetPerformanceHistory", "documentation" : null, "simpleType" : "BudgetPerformanceHistory", "variableSetterType" : "BudgetPerformanceHistory" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BudgetPerformanceHistory", "variableName" : "budgetPerformanceHistory", "variableType" : "BudgetPerformanceHistory", "documentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                ", "simpleType" : "BudgetPerformanceHistory", "variableSetterType" : "BudgetPerformanceHistory" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetPerformanceHistory", "beanStyleSetterMethodName" : "setBudgetPerformanceHistory", "c2jName" : "BudgetPerformanceHistory", "c2jShape" : "BudgetPerformanceHistory", "defaultConsumerFluentSetterDocumentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

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

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                \n@return The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.\n@deprecated Use {@link #budgetPerformanceHistory()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                \n@param budgetPerformanceHistory The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetPerformanceHistory(BudgetPerformanceHistory)}\n", "documentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

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

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                \n@param budgetPerformanceHistory The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetPerformanceHistory", "getterDocumentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                \n@return The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.", "getterModel" : { "returnType" : "BudgetPerformanceHistory", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetPerformanceHistory", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetPerformanceHistory", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BudgetPerformanceHistory", "sensitive" : false, "setterDocumentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                \n@param budgetPerformanceHistory The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.", "setterMethodName" : "setBudgetPerformanceHistory", "setterModel" : { "variableDeclarationType" : "BudgetPerformanceHistory", "variableName" : "budgetPerformanceHistory", "variableType" : "BudgetPerformanceHistory", "documentation" : null, "simpleType" : "BudgetPerformanceHistory", "variableSetterType" : "BudgetPerformanceHistory" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BudgetPerformanceHistory", "variableName" : "budgetPerformanceHistory", "variableType" : "BudgetPerformanceHistory", "documentation" : "

                                The history of how often the budget has gone into an ALARM state.

                                For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

                                ", "simpleType" : "BudgetPerformanceHistory", "variableSetterType" : "BudgetPerformanceHistory" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeBudgetPerformanceHistoryResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeBudgetPerformanceHistoryResponse", "variableName" : "describeBudgetPerformanceHistoryResponse", "variableType" : "DescribeBudgetPerformanceHistoryResponse", "documentation" : null, "simpleType" : "DescribeBudgetPerformanceHistoryResponse", "variableSetterType" : "DescribeBudgetPerformanceHistoryResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeBudgetRequest" : { "c2jName" : "DescribeBudgetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Request of DescribeBudget

                                ", "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" : "DescribeBudget", "locationName" : null, "requestUri" : "/", "target" : "AWSBudgetServiceGateway.DescribeBudget", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want a description of.

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

                                The accountId that is associated with the budget that you want a description of.

                                \n@return The accountId that is associated with the budget that you want a description of.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget that you want a description of.

                                \n@param accountId The accountId that is associated with the budget that you want a description of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget that you want a description of.

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

                                The accountId that is associated with the budget that you want a description of.

                                \n@param accountId The accountId that is associated with the budget that you want a description of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget that you want a description of.

                                \n@return The accountId that is associated with the budget that you want a description of.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget that you want a description of.

                                \n@param accountId The accountId that is associated with the budget that you want a description of.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget that you want a description of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget that you want a description of.

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

                                The name of the budget that you want a description of.

                                \n@return The name of the budget that you want a description of.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget that you want a description of.

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

                                The name of the budget that you want a description of.

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

                                The name of the budget that you want a description of.

                                \n@param budgetName The name of the budget that you want a description of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget that you want a description of.

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

                                The name of the budget that you want a description of.

                                \n@param budgetName The name of the budget that you want a description of.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget that you want a description of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want a description of.

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

                                The accountId that is associated with the budget that you want a description of.

                                \n@return The accountId that is associated with the budget that you want a description of.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget that you want a description of.

                                \n@param accountId The accountId that is associated with the budget that you want a description of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget that you want a description of.

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

                                The accountId that is associated with the budget that you want a description of.

                                \n@param accountId The accountId that is associated with the budget that you want a description of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget that you want a description of.

                                \n@return The accountId that is associated with the budget that you want a description of.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget that you want a description of.

                                \n@param accountId The accountId that is associated with the budget that you want a description of.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget that you want a description of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BudgetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget that you want a description of.

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

                                The name of the budget that you want a description of.

                                \n@return The name of the budget that you want a description of.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget that you want a description of.

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

                                The name of the budget that you want a description of.

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

                                The name of the budget that you want a description of.

                                \n@param budgetName The name of the budget that you want a description of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget that you want a description of.

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

                                The name of the budget that you want a description of.

                                \n@param budgetName The name of the budget that you want a description of.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget that you want a description of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want a description of.

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

                                The accountId that is associated with the budget that you want a description of.

                                \n@return The accountId that is associated with the budget that you want a description of.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget that you want a description of.

                                \n@param accountId The accountId that is associated with the budget that you want a description of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget that you want a description of.

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

                                The accountId that is associated with the budget that you want a description of.

                                \n@param accountId The accountId that is associated with the budget that you want a description of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget that you want a description of.

                                \n@return The accountId that is associated with the budget that you want a description of.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget that you want a description of.

                                \n@param accountId The accountId that is associated with the budget that you want a description of.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget that you want a description of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget that you want a description of.

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

                                The name of the budget that you want a description of.

                                \n@return The name of the budget that you want a description of.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget that you want a description of.

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

                                The name of the budget that you want a description of.

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

                                The name of the budget that you want a description of.

                                \n@param budgetName The name of the budget that you want a description of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget that you want a description of.

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

                                The name of the budget that you want a description of.

                                \n@param budgetName The name of the budget that you want a description of.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget that you want a description of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId", "BudgetName" ], "shapeName" : "DescribeBudgetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeBudgetRequest", "variableName" : "describeBudgetRequest", "variableType" : "DescribeBudgetRequest", "documentation" : null, "simpleType" : "DescribeBudgetRequest", "variableSetterType" : "DescribeBudgetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeBudgetResponse" : { "c2jName" : "DescribeBudgetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Response of DescribeBudget

                                ", "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" : "getBudget", "beanStyleSetterMethodName" : "setBudget", "c2jName" : "Budget", "c2jShape" : "Budget", "defaultConsumerFluentSetterDocumentation" : "

                                The description of the budget.

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

                                The description of the budget.

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

                                The description of the budget.

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

                                The description of the budget.

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

                                The description of the budget.

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

                                The description of the budget.

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

                                The description of the budget.

                                \n@param budget The description of the budget.", "setterMethodName" : "setBudget", "setterModel" : { "variableDeclarationType" : "Budget", "variableName" : "budget", "variableType" : "Budget", "documentation" : null, "simpleType" : "Budget", "variableSetterType" : "Budget" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Budget", "variableName" : "budget", "variableType" : "Budget", "documentation" : "

                                The description of the budget.

                                ", "simpleType" : "Budget", "variableSetterType" : "Budget" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Budget" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudget", "beanStyleSetterMethodName" : "setBudget", "c2jName" : "Budget", "c2jShape" : "Budget", "defaultConsumerFluentSetterDocumentation" : "

                                The description of the budget.

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

                                The description of the budget.

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

                                The description of the budget.

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

                                The description of the budget.

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

                                The description of the budget.

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

                                The description of the budget.

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

                                The description of the budget.

                                \n@param budget The description of the budget.", "setterMethodName" : "setBudget", "setterModel" : { "variableDeclarationType" : "Budget", "variableName" : "budget", "variableType" : "Budget", "documentation" : null, "simpleType" : "Budget", "variableSetterType" : "Budget" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Budget", "variableName" : "budget", "variableType" : "Budget", "documentation" : "

                                The description of the budget.

                                ", "simpleType" : "Budget", "variableSetterType" : "Budget" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudget", "beanStyleSetterMethodName" : "setBudget", "c2jName" : "Budget", "c2jShape" : "Budget", "defaultConsumerFluentSetterDocumentation" : "

                                The description of the budget.

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

                                The description of the budget.

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

                                The description of the budget.

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

                                The description of the budget.

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

                                The description of the budget.

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

                                The description of the budget.

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

                                The description of the budget.

                                \n@param budget The description of the budget.", "setterMethodName" : "setBudget", "setterModel" : { "variableDeclarationType" : "Budget", "variableName" : "budget", "variableType" : "Budget", "documentation" : null, "simpleType" : "Budget", "variableSetterType" : "Budget" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Budget", "variableName" : "budget", "variableType" : "Budget", "documentation" : "

                                The description of the budget.

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

                                Request of DescribeBudgets

                                ", "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" : "DescribeBudgets", "locationName" : null, "requestUri" : "/", "target" : "AWSBudgetServiceGateway.DescribeBudgets", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

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

                                The accountId that is associated with the budgets that you want descriptions of.

                                \n@return The accountId that is associated with the budgets that you want descriptions of.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

                                \n@param accountId The accountId that is associated with the budgets that you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

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

                                The accountId that is associated with the budgets that you want descriptions of.

                                \n@param accountId The accountId that is associated with the budgets that you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

                                \n@return The accountId that is associated with the budgets that you want descriptions of.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

                                \n@param accountId The accountId that is associated with the budgets that you want descriptions of.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

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

                                The accountId that is associated with the budgets that you want descriptions of.

                                \n@return The accountId that is associated with the budgets that you want descriptions of.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

                                \n@param accountId The accountId that is associated with the budgets that you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

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

                                The accountId that is associated with the budgets that you want descriptions of.

                                \n@param accountId The accountId that is associated with the budgets that you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

                                \n@return The accountId that is associated with the budgets that you want descriptions of.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

                                \n@param accountId The accountId that is associated with the budgets that you want descriptions of.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

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

                                The accountId that is associated with the budgets that you want descriptions of.

                                \n@return The accountId that is associated with the budgets that you want descriptions of.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

                                \n@param accountId The accountId that is associated with the budgets that you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

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

                                The accountId that is associated with the budgets that you want descriptions of.

                                \n@param accountId The accountId that is associated with the budgets that you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

                                \n@return The accountId that is associated with the budgets that you want descriptions of.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

                                \n@param accountId The accountId that is associated with the budgets that you want descriptions of.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budgets that you want descriptions of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId" ], "shapeName" : "DescribeBudgetsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeBudgetsRequest", "variableName" : "describeBudgetsRequest", "variableType" : "DescribeBudgetsRequest", "documentation" : null, "simpleType" : "DescribeBudgetsRequest", "variableSetterType" : "DescribeBudgetsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeBudgetsResponse" : { "c2jName" : "DescribeBudgetsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Response of DescribeBudgets

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getBudgets", "beanStyleSetterMethodName" : "setBudgets", "c2jName" : "Budgets", "c2jShape" : "Budgets", "defaultConsumerFluentSetterDocumentation" : "

                                A list of budgets.

                                \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 #budgets(List)}.\n@param budgets 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 #budgets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of budgets.

                                \n

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

                                \n

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

                                \n@return A list of budgets.\n@deprecated Use {@link #budgets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of budgets.

                                \n@param budgets A list of budgets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgets(List)}\n", "documentation" : "

                                A list of budgets.

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

                                A list of budgets.

                                \n@param budgets A list of budgets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgets", "getterDocumentation" : "

                                A list of budgets.

                                \n

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

                                \n

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

                                \n@return A list of budgets.", "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" : "Budgets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Budgets", "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" : "Budget", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Budget.Builder} avoiding the need to create one manually via {@link Budget#builder()}.\n\nWhen the {@link Consumer} completes, {@link Budget.Builder#build()} is called immediately and its result is passed to {@link #member(Budget)}.\n@param member a consumer that will call methods on {@link Budget.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Budget)", "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(Budget)}\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" : "Budget", "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" : "Budget", "variableName" : "member", "variableType" : "Budget", "documentation" : null, "simpleType" : "Budget", "variableSetterType" : "Budget" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Budget", "variableName" : "member", "variableType" : "Budget", "documentation" : "", "simpleType" : "Budget", "variableSetterType" : "Budget" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Budget", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Budget", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Budgets", "sensitive" : false, "setterDocumentation" : "

                                A list of budgets.

                                \n@param budgets A list of budgets.", "setterMethodName" : "setBudgets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "budgets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "budgets", "variableType" : "java.util.List", "documentation" : "

                                A list of budgets.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Budgets" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getBudgets", "beanStyleSetterMethodName" : "setBudgets", "c2jName" : "Budgets", "c2jShape" : "Budgets", "defaultConsumerFluentSetterDocumentation" : "

                                A list of budgets.

                                \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 #budgets(List)}.\n@param budgets 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 #budgets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of budgets.

                                \n

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

                                \n

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

                                \n@return A list of budgets.\n@deprecated Use {@link #budgets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of budgets.

                                \n@param budgets A list of budgets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgets(List)}\n", "documentation" : "

                                A list of budgets.

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

                                A list of budgets.

                                \n@param budgets A list of budgets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgets", "getterDocumentation" : "

                                A list of budgets.

                                \n

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

                                \n

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

                                \n@return A list of budgets.", "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" : "Budgets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Budgets", "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" : "Budget", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Budget.Builder} avoiding the need to create one manually via {@link Budget#builder()}.\n\nWhen the {@link Consumer} completes, {@link Budget.Builder#build()} is called immediately and its result is passed to {@link #member(Budget)}.\n@param member a consumer that will call methods on {@link Budget.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Budget)", "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(Budget)}\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" : "Budget", "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" : "Budget", "variableName" : "member", "variableType" : "Budget", "documentation" : null, "simpleType" : "Budget", "variableSetterType" : "Budget" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Budget", "variableName" : "member", "variableType" : "Budget", "documentation" : "", "simpleType" : "Budget", "variableSetterType" : "Budget" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Budget", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Budget", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Budgets", "sensitive" : false, "setterDocumentation" : "

                                A list of budgets.

                                \n@param budgets A list of budgets.", "setterMethodName" : "setBudgets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "budgets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "budgets", "variableType" : "java.util.List", "documentation" : "

                                A list of budgets.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getBudgets", "beanStyleSetterMethodName" : "setBudgets", "c2jName" : "Budgets", "c2jShape" : "Budgets", "defaultConsumerFluentSetterDocumentation" : "

                                A list of budgets.

                                \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 #budgets(List)}.\n@param budgets 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 #budgets(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of budgets.

                                \n

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

                                \n

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

                                \n@return A list of budgets.\n@deprecated Use {@link #budgets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of budgets.

                                \n@param budgets A list of budgets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgets(List)}\n", "documentation" : "

                                A list of budgets.

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

                                A list of budgets.

                                \n@param budgets A list of budgets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgets", "getterDocumentation" : "

                                A list of budgets.

                                \n

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

                                \n

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

                                \n@return A list of budgets.", "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" : "Budgets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Budgets", "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" : "Budget", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Budget.Builder} avoiding the need to create one manually via {@link Budget#builder()}.\n\nWhen the {@link Consumer} completes, {@link Budget.Builder#build()} is called immediately and its result is passed to {@link #member(Budget)}.\n@param member a consumer that will call methods on {@link Budget.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Budget)", "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(Budget)}\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" : "Budget", "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" : "Budget", "variableName" : "member", "variableType" : "Budget", "documentation" : null, "simpleType" : "Budget", "variableSetterType" : "Budget" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Budget", "variableName" : "member", "variableType" : "Budget", "documentation" : "", "simpleType" : "Budget", "variableSetterType" : "Budget" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Budget", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Budget", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Budgets", "sensitive" : false, "setterDocumentation" : "

                                A list of budgets.

                                \n@param budgets A list of budgets.", "setterMethodName" : "setBudgets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "budgets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "budgets", "variableType" : "java.util.List", "documentation" : "

                                A list of budgets.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                Request of DescribeNotificationsForBudget

                                ", "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" : "DescribeNotificationsForBudget", "locationName" : null, "requestUri" : "/", "target" : "AWSBudgetServiceGateway.DescribeNotificationsForBudget", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

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

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                \n@return The accountId that is associated with the budget whose notifications you want descriptions of.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose notifications you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

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

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose notifications you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                \n@return The accountId that is associated with the budget whose notifications you want descriptions of.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose notifications you want descriptions of.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose notifications you want descriptions of.

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

                                The name of the budget whose notifications you want descriptions of.

                                \n@return The name of the budget whose notifications you want descriptions of.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose notifications you want descriptions of.

                                \n@param budgetName The name of the budget whose notifications you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose notifications you want descriptions of.

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

                                The name of the budget whose notifications you want descriptions of.

                                \n@param budgetName The name of the budget whose notifications you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose notifications you want descriptions of.

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

                                The name of the budget whose notifications you want descriptions of.

                                \n@param budgetName The name of the budget whose notifications you want descriptions of.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose notifications you want descriptions of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

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

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                \n@return The accountId that is associated with the budget whose notifications you want descriptions of.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose notifications you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

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

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose notifications you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                \n@return The accountId that is associated with the budget whose notifications you want descriptions of.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose notifications you want descriptions of.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BudgetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose notifications you want descriptions of.

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

                                The name of the budget whose notifications you want descriptions of.

                                \n@return The name of the budget whose notifications you want descriptions of.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose notifications you want descriptions of.

                                \n@param budgetName The name of the budget whose notifications you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose notifications you want descriptions of.

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

                                The name of the budget whose notifications you want descriptions of.

                                \n@param budgetName The name of the budget whose notifications you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose notifications you want descriptions of.

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

                                The name of the budget whose notifications you want descriptions of.

                                \n@param budgetName The name of the budget whose notifications you want descriptions of.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose notifications you want descriptions of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

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

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                \n@return The accountId that is associated with the budget whose notifications you want descriptions of.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose notifications you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

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

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose notifications you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                \n@return The accountId that is associated with the budget whose notifications you want descriptions of.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose notifications you want descriptions of.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose notifications you want descriptions of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose notifications you want descriptions of.

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

                                The name of the budget whose notifications you want descriptions of.

                                \n@return The name of the budget whose notifications you want descriptions of.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose notifications you want descriptions of.

                                \n@param budgetName The name of the budget whose notifications you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose notifications you want descriptions of.

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

                                The name of the budget whose notifications you want descriptions of.

                                \n@param budgetName The name of the budget whose notifications you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose notifications you want descriptions of.

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

                                The name of the budget whose notifications you want descriptions of.

                                \n@param budgetName The name of the budget whose notifications you want descriptions of.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose notifications you want descriptions of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId", "BudgetName" ], "shapeName" : "DescribeNotificationsForBudgetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeNotificationsForBudgetRequest", "variableName" : "describeNotificationsForBudgetRequest", "variableType" : "DescribeNotificationsForBudgetRequest", "documentation" : null, "simpleType" : "DescribeNotificationsForBudgetRequest", "variableSetterType" : "DescribeNotificationsForBudgetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeNotificationsForBudgetResponse" : { "c2jName" : "DescribeNotificationsForBudgetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Response of GetNotificationsForBudget

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNotifications", "beanStyleSetterMethodName" : "setNotifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "defaultConsumerFluentSetterDocumentation" : "

                                A list of notifications that are associated with a budget.

                                \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 #notifications(List)}.\n@param notifications 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 #notifications(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of notifications that are associated with a budget.

                                \n

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

                                \n

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

                                \n@return A list of notifications that are associated with a budget.\n@deprecated Use {@link #notifications()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of notifications that are associated with a budget.

                                \n@param notifications A list of notifications that are associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notifications(List)}\n", "documentation" : "

                                A list of notifications that are associated with a budget.

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

                                A list of notifications that are associated with a budget.

                                \n@param notifications A list of notifications that are associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notifications", "getterDocumentation" : "

                                A list of notifications that are associated with a budget.

                                \n

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

                                \n

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

                                \n@return A list of notifications that are associated with a budget.", "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" : "Notifications", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notifications", "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" : "Notification", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Notification.Builder} avoiding the need to create one manually via {@link Notification#builder()}.\n\nWhen the {@link Consumer} completes, {@link Notification.Builder#build()} is called immediately and its result is passed to {@link #member(Notification)}.\n@param member a consumer that will call methods on {@link Notification.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Notification)", "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(Notification)}\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" : "Notification", "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" : "Notification", "variableName" : "member", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "member", "variableType" : "Notification", "documentation" : "", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Notification", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Notification", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Notifications", "sensitive" : false, "setterDocumentation" : "

                                A list of notifications that are associated with a budget.

                                \n@param notifications A list of notifications that are associated with a budget.", "setterMethodName" : "setNotifications", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "notifications", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "notifications", "variableType" : "java.util.List", "documentation" : "

                                A list of notifications that are associated with a budget.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Notifications" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNotifications", "beanStyleSetterMethodName" : "setNotifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "defaultConsumerFluentSetterDocumentation" : "

                                A list of notifications that are associated with a budget.

                                \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 #notifications(List)}.\n@param notifications 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 #notifications(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of notifications that are associated with a budget.

                                \n

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

                                \n

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

                                \n@return A list of notifications that are associated with a budget.\n@deprecated Use {@link #notifications()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of notifications that are associated with a budget.

                                \n@param notifications A list of notifications that are associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notifications(List)}\n", "documentation" : "

                                A list of notifications that are associated with a budget.

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

                                A list of notifications that are associated with a budget.

                                \n@param notifications A list of notifications that are associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notifications", "getterDocumentation" : "

                                A list of notifications that are associated with a budget.

                                \n

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

                                \n

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

                                \n@return A list of notifications that are associated with a budget.", "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" : "Notifications", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notifications", "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" : "Notification", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Notification.Builder} avoiding the need to create one manually via {@link Notification#builder()}.\n\nWhen the {@link Consumer} completes, {@link Notification.Builder#build()} is called immediately and its result is passed to {@link #member(Notification)}.\n@param member a consumer that will call methods on {@link Notification.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Notification)", "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(Notification)}\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" : "Notification", "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" : "Notification", "variableName" : "member", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "member", "variableType" : "Notification", "documentation" : "", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Notification", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Notification", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Notifications", "sensitive" : false, "setterDocumentation" : "

                                A list of notifications that are associated with a budget.

                                \n@param notifications A list of notifications that are associated with a budget.", "setterMethodName" : "setNotifications", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "notifications", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "notifications", "variableType" : "java.util.List", "documentation" : "

                                A list of notifications that are associated with a budget.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getNotifications", "beanStyleSetterMethodName" : "setNotifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "defaultConsumerFluentSetterDocumentation" : "

                                A list of notifications that are associated with a budget.

                                \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 #notifications(List)}.\n@param notifications 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 #notifications(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of notifications that are associated with a budget.

                                \n

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

                                \n

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

                                \n@return A list of notifications that are associated with a budget.\n@deprecated Use {@link #notifications()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of notifications that are associated with a budget.

                                \n@param notifications A list of notifications that are associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notifications(List)}\n", "documentation" : "

                                A list of notifications that are associated with a budget.

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

                                A list of notifications that are associated with a budget.

                                \n@param notifications A list of notifications that are associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notifications", "getterDocumentation" : "

                                A list of notifications that are associated with a budget.

                                \n

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

                                \n

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

                                \n@return A list of notifications that are associated with a budget.", "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" : "Notifications", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notifications", "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" : "Notification", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Notification.Builder} avoiding the need to create one manually via {@link Notification#builder()}.\n\nWhen the {@link Consumer} completes, {@link Notification.Builder#build()} is called immediately and its result is passed to {@link #member(Notification)}.\n@param member a consumer that will call methods on {@link Notification.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Notification)", "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(Notification)}\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" : "Notification", "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" : "Notification", "variableName" : "member", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "member", "variableType" : "Notification", "documentation" : "", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Notification", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Notification", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Notifications", "sensitive" : false, "setterDocumentation" : "

                                A list of notifications that are associated with a budget.

                                \n@param notifications A list of notifications that are associated with a budget.", "setterMethodName" : "setNotifications", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "notifications", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "notifications", "variableType" : "java.util.List", "documentation" : "

                                A list of notifications that are associated with a budget.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                Request of DescribeSubscribersForNotification

                                ", "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" : "DescribeSubscribersForNotification", "locationName" : null, "requestUri" : "/", "target" : "AWSBudgetServiceGateway.DescribeSubscribersForNotification", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

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

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                \n@return The accountId that is associated with the budget whose subscribers you want descriptions of.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose subscribers you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

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

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose subscribers you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                \n@return The accountId that is associated with the budget whose subscribers you want descriptions of.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose subscribers you want descriptions of.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose subscribers you want descriptions of.

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

                                The name of the budget whose subscribers you want descriptions of.

                                \n@return The name of the budget whose subscribers you want descriptions of.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose subscribers you want descriptions of.

                                \n@param budgetName The name of the budget whose subscribers you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose subscribers you want descriptions of.

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

                                The name of the budget whose subscribers you want descriptions of.

                                \n@param budgetName The name of the budget whose subscribers you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose subscribers you want descriptions of.

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

                                The name of the budget whose subscribers you want descriptions of.

                                \n@param budgetName The name of the budget whose subscribers you want descriptions of.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose subscribers you want descriptions of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification whose subscribers you want to list.

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

                                The notification whose subscribers you want to list.

                                \n@return The notification whose subscribers you want to list.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification whose subscribers you want to list.

                                \n@param notification The notification whose subscribers you want to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notification(Notification)}\n", "documentation" : "

                                The notification whose subscribers you want to list.

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

                                The notification whose subscribers you want to list.

                                \n@param notification The notification whose subscribers you want to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notification", "getterDocumentation" : "

                                The notification whose subscribers you want to list.

                                \n@return The notification whose subscribers you want to list.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification whose subscribers you want to list.

                                \n@param notification The notification whose subscribers you want to list.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification whose subscribers you want to list.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

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

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                \n@return The accountId that is associated with the budget whose subscribers you want descriptions of.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose subscribers you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

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

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose subscribers you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                \n@return The accountId that is associated with the budget whose subscribers you want descriptions of.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose subscribers you want descriptions of.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BudgetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose subscribers you want descriptions of.

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

                                The name of the budget whose subscribers you want descriptions of.

                                \n@return The name of the budget whose subscribers you want descriptions of.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose subscribers you want descriptions of.

                                \n@param budgetName The name of the budget whose subscribers you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose subscribers you want descriptions of.

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

                                The name of the budget whose subscribers you want descriptions of.

                                \n@param budgetName The name of the budget whose subscribers you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose subscribers you want descriptions of.

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

                                The name of the budget whose subscribers you want descriptions of.

                                \n@param budgetName The name of the budget whose subscribers you want descriptions of.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose subscribers you want descriptions of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Notification" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification whose subscribers you want to list.

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

                                The notification whose subscribers you want to list.

                                \n@return The notification whose subscribers you want to list.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification whose subscribers you want to list.

                                \n@param notification The notification whose subscribers you want to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notification(Notification)}\n", "documentation" : "

                                The notification whose subscribers you want to list.

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

                                The notification whose subscribers you want to list.

                                \n@param notification The notification whose subscribers you want to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notification", "getterDocumentation" : "

                                The notification whose subscribers you want to list.

                                \n@return The notification whose subscribers you want to list.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification whose subscribers you want to list.

                                \n@param notification The notification whose subscribers you want to list.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification whose subscribers you want to list.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

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

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                \n@return The accountId that is associated with the budget whose subscribers you want descriptions of.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose subscribers you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

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

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose subscribers you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                \n@return The accountId that is associated with the budget whose subscribers you want descriptions of.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                \n@param accountId The accountId that is associated with the budget whose subscribers you want descriptions of.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose subscribers you want descriptions of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose subscribers you want descriptions of.

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

                                The name of the budget whose subscribers you want descriptions of.

                                \n@return The name of the budget whose subscribers you want descriptions of.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose subscribers you want descriptions of.

                                \n@param budgetName The name of the budget whose subscribers you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose subscribers you want descriptions of.

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

                                The name of the budget whose subscribers you want descriptions of.

                                \n@param budgetName The name of the budget whose subscribers you want descriptions of.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose subscribers you want descriptions of.

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

                                The name of the budget whose subscribers you want descriptions of.

                                \n@param budgetName The name of the budget whose subscribers you want descriptions of.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose subscribers you want descriptions of.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification whose subscribers you want to list.

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

                                The notification whose subscribers you want to list.

                                \n@return The notification whose subscribers you want to list.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification whose subscribers you want to list.

                                \n@param notification The notification whose subscribers you want to list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notification(Notification)}\n", "documentation" : "

                                The notification whose subscribers you want to list.

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

                                The notification whose subscribers you want to list.

                                \n@param notification The notification whose subscribers you want to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notification", "getterDocumentation" : "

                                The notification whose subscribers you want to list.

                                \n@return The notification whose subscribers you want to list.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification whose subscribers you want to list.

                                \n@param notification The notification whose subscribers you want to list.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification whose subscribers you want to list.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

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

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@return An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                \n@param maxResults An optional integer that represents how many entries a paginated response contains. The maximum is 100.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                An optional integer that represents how many entries a paginated response contains. The maximum is 100.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

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

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@return The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                \n@param nextToken The pagination token that you include in your request to indicate the next set of results that you want to retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId", "BudgetName", "Notification" ], "shapeName" : "DescribeSubscribersForNotificationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeSubscribersForNotificationRequest", "variableName" : "describeSubscribersForNotificationRequest", "variableType" : "DescribeSubscribersForNotificationRequest", "documentation" : null, "simpleType" : "DescribeSubscribersForNotificationRequest", "variableSetterType" : "DescribeSubscribersForNotificationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeSubscribersForNotificationResponse" : { "c2jName" : "DescribeSubscribersForNotificationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Response of DescribeSubscribersForNotification

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubscribers", "beanStyleSetterMethodName" : "setSubscribers", "c2jName" : "Subscribers", "c2jShape" : "Subscribers", "defaultConsumerFluentSetterDocumentation" : "

                                A list of subscribers that are associated with a notification.

                                \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 #subscribers(List)}.\n@param subscribers 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 #subscribers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of subscribers that are associated with a notification.

                                \n

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

                                \n

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

                                \n@return A list of subscribers that are associated with a notification.\n@deprecated Use {@link #subscribers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of subscribers that are associated with a notification.

                                \n@param subscribers A list of subscribers that are associated with a notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subscribers(List)}\n", "documentation" : "

                                A list of subscribers that are associated with a notification.

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

                                A list of subscribers that are associated with a notification.

                                \n@param subscribers A list of subscribers that are associated with a notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscribers", "getterDocumentation" : "

                                A list of subscribers that are associated with a notification.

                                \n

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

                                \n

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

                                \n@return A list of subscribers that are associated with a notification.", "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" : "Subscribers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subscribers", "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" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Subscriber.Builder} avoiding the need to create one manually via {@link Subscriber#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subscriber.Builder#build()} is called immediately and its result is passed to {@link #member(Subscriber)}.\n@param member a consumer that will call methods on {@link Subscriber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Subscriber)", "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(Subscriber)}\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" : "Subscriber", "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" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : "", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Subscriber", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Subscriber", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subscribers", "sensitive" : false, "setterDocumentation" : "

                                A list of subscribers that are associated with a notification.

                                \n@param subscribers A list of subscribers that are associated with a notification.", "setterMethodName" : "setSubscribers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : "

                                A list of subscribers that are associated with a notification.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Subscribers" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubscribers", "beanStyleSetterMethodName" : "setSubscribers", "c2jName" : "Subscribers", "c2jShape" : "Subscribers", "defaultConsumerFluentSetterDocumentation" : "

                                A list of subscribers that are associated with a notification.

                                \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 #subscribers(List)}.\n@param subscribers 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 #subscribers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of subscribers that are associated with a notification.

                                \n

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

                                \n

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

                                \n@return A list of subscribers that are associated with a notification.\n@deprecated Use {@link #subscribers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of subscribers that are associated with a notification.

                                \n@param subscribers A list of subscribers that are associated with a notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subscribers(List)}\n", "documentation" : "

                                A list of subscribers that are associated with a notification.

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

                                A list of subscribers that are associated with a notification.

                                \n@param subscribers A list of subscribers that are associated with a notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscribers", "getterDocumentation" : "

                                A list of subscribers that are associated with a notification.

                                \n

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

                                \n

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

                                \n@return A list of subscribers that are associated with a notification.", "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" : "Subscribers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subscribers", "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" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Subscriber.Builder} avoiding the need to create one manually via {@link Subscriber#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subscriber.Builder#build()} is called immediately and its result is passed to {@link #member(Subscriber)}.\n@param member a consumer that will call methods on {@link Subscriber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Subscriber)", "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(Subscriber)}\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" : "Subscriber", "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" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : "", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Subscriber", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Subscriber", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subscribers", "sensitive" : false, "setterDocumentation" : "

                                A list of subscribers that are associated with a notification.

                                \n@param subscribers A list of subscribers that are associated with a notification.", "setterMethodName" : "setSubscribers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : "

                                A list of subscribers that are associated with a notification.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubscribers", "beanStyleSetterMethodName" : "setSubscribers", "c2jName" : "Subscribers", "c2jShape" : "Subscribers", "defaultConsumerFluentSetterDocumentation" : "

                                A list of subscribers that are associated with a notification.

                                \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 #subscribers(List)}.\n@param subscribers 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 #subscribers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of subscribers that are associated with a notification.

                                \n

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

                                \n

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

                                \n@return A list of subscribers that are associated with a notification.\n@deprecated Use {@link #subscribers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of subscribers that are associated with a notification.

                                \n@param subscribers A list of subscribers that are associated with a notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subscribers(List)}\n", "documentation" : "

                                A list of subscribers that are associated with a notification.

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

                                A list of subscribers that are associated with a notification.

                                \n@param subscribers A list of subscribers that are associated with a notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscribers", "getterDocumentation" : "

                                A list of subscribers that are associated with a notification.

                                \n

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

                                \n

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

                                \n@return A list of subscribers that are associated with a notification.", "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" : "Subscribers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subscribers", "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" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Subscriber.Builder} avoiding the need to create one manually via {@link Subscriber#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subscriber.Builder#build()} is called immediately and its result is passed to {@link #member(Subscriber)}.\n@param member a consumer that will call methods on {@link Subscriber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Subscriber)", "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(Subscriber)}\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" : "Subscriber", "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" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : "", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Subscriber", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Subscriber", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subscribers", "sensitive" : false, "setterDocumentation" : "

                                A list of subscribers that are associated with a notification.

                                \n@param subscribers A list of subscribers that are associated with a notification.", "setterMethodName" : "setSubscribers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : "

                                A list of subscribers that are associated with a notification.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@return The pagination token in the service response that indicates the next set of results that you can retrieve.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

                                \n@param nextToken The pagination token in the service response that indicates the next set of results that you can retrieve.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The pagination token in the service response that indicates the next set of results that you can retrieve.

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

                                The budget name already exists. Budget names must be unique within an account.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DuplicateRecordException", "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" : "DuplicateRecordException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicateRecordException", "variableName" : "duplicateRecordException", "variableType" : "DuplicateRecordException", "documentation" : null, "simpleType" : "DuplicateRecordException", "variableSetterType" : "DuplicateRecordException" }, "wrapper" : false, "xmlNamespace" : null }, "ExpiredNextTokenException" : { "c2jName" : "ExpiredNextTokenException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The pagination token expired.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ExpiredNextTokenException", "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" : "ExpiredNextTokenException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ExpiredNextTokenException", "variableName" : "expiredNextTokenException", "variableType" : "ExpiredNextTokenException", "documentation" : null, "simpleType" : "ExpiredNextTokenException", "variableSetterType" : "ExpiredNextTokenException" }, "wrapper" : false, "xmlNamespace" : null }, "InternalErrorException" : { "c2jName" : "InternalErrorException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                An error on the server occurred during the processing of your request. Try again later.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InternalErrorException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InternalErrorException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalErrorException", "variableName" : "internalErrorException", "variableType" : "InternalErrorException", "documentation" : null, "simpleType" : "InternalErrorException", "variableSetterType" : "InternalErrorException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidNextTokenException" : { "c2jName" : "InvalidNextTokenException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The pagination token is invalid.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidNextTokenException", "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" : "InvalidNextTokenException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidNextTokenException", "variableName" : "invalidNextTokenException", "variableType" : "InvalidNextTokenException", "documentation" : null, "simpleType" : "InvalidNextTokenException", "variableSetterType" : "InvalidNextTokenException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidParameterException" : { "c2jName" : "InvalidParameterException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                An error on the client occurred. Typically, the cause is an invalid input value.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidParameterException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidParameterException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidParameterException", "variableName" : "invalidParameterException", "variableType" : "InvalidParameterException", "documentation" : null, "simpleType" : "InvalidParameterException", "variableSetterType" : "InvalidParameterException" }, "wrapper" : false, "xmlNamespace" : null }, "NotFoundException" : { "c2jName" : "NotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                We can’t locate the resource that you specified.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NotFoundException", "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" : "NotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NotFoundException", "variableName" : "notFoundException", "variableType" : "NotFoundException", "documentation" : null, "simpleType" : "NotFoundException", "variableSetterType" : "NotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "Notification" : { "c2jName" : "Notification", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A notification that is associated with a budget. A budget can have up to five notifications.

                                Each notification must have at least one subscriber. A notification can have one SNS subscriber and up to 10 email subscribers, for a total of 11 subscribers.

                                For example, if you have a budget for 200 dollars and you want to be notified when you go over 160 dollars, create a notification with the following parameters:

                                • A notificationType of ACTUAL

                                • A thresholdType of PERCENTAGE

                                • A comparisonOperator of GREATER_THAN

                                • A notification threshold of 80

                                ", "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" : "getNotificationType", "beanStyleSetterMethodName" : "setNotificationType", "c2jName" : "NotificationType", "c2jShape" : "NotificationType", "defaultConsumerFluentSetterDocumentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

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

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                \n

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

                                \n@return Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).\n@see NotificationType\n@deprecated Use {@link #notificationTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                \n@param notificationType Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).\n@see NotificationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType\n@deprecated Use {@link #notificationType(String)}\n", "documentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

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

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                \n@param notificationType Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).\n@see NotificationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType", "fluentSetterMethodName" : "notificationType", "getterDocumentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                \n

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

                                \n@return Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).\n@see NotificationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationType", "sensitive" : false, "setterDocumentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                \n@param notificationType Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).\n@see NotificationType", "setterMethodName" : "setNotificationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComparisonOperator", "beanStyleSetterMethodName" : "setComparisonOperator", "c2jName" : "ComparisonOperator", "c2jShape" : "ComparisonOperator", "defaultConsumerFluentSetterDocumentation" : "

                                The comparison that is used for this notification.

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

                                The comparison that is used for this notification.

                                \n

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

                                \n@return The comparison that is used for this notification.\n@see ComparisonOperator\n@deprecated Use {@link #comparisonOperatorAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The comparison that is used for this notification.

                                \n@param comparisonOperator The comparison that is used for this notification.\n@see ComparisonOperator\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator\n@deprecated Use {@link #comparisonOperator(String)}\n", "documentation" : "

                                The comparison that is used for this notification.

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

                                The comparison that is used for this notification.

                                \n@param comparisonOperator The comparison that is used for this notification.\n@see ComparisonOperator\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator", "fluentSetterMethodName" : "comparisonOperator", "getterDocumentation" : "

                                The comparison that is used for this notification.

                                \n

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

                                \n@return The comparison that is used for this notification.\n@see ComparisonOperator", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComparisonOperator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComparisonOperator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComparisonOperator", "sensitive" : false, "setterDocumentation" : "

                                The comparison that is used for this notification.

                                \n@param comparisonOperator The comparison that is used for this notification.\n@see ComparisonOperator", "setterMethodName" : "setComparisonOperator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : "

                                The comparison that is used for this notification.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThreshold", "beanStyleSetterMethodName" : "setThreshold", "c2jName" : "Threshold", "c2jShape" : "NotificationThreshold", "defaultConsumerFluentSetterDocumentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

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

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                \n@return The threshold that is associated with a notification. Thresholds are always a percentage.\n@deprecated Use {@link #threshold()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                \n@param threshold The threshold that is associated with a notification. Thresholds are always a percentage.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #threshold(Double)}\n", "documentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

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

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                \n@param threshold The threshold that is associated with a notification. Thresholds are always a percentage.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "threshold", "getterDocumentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                \n@return The threshold that is associated with a notification. Thresholds are always a percentage.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Threshold", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Threshold", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "Threshold", "sensitive" : false, "setterDocumentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                \n@param threshold The threshold that is associated with a notification. Thresholds are always a percentage.", "setterMethodName" : "setThreshold", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "threshold", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "threshold", "variableType" : "Double", "documentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThresholdType", "beanStyleSetterMethodName" : "setThresholdType", "c2jName" : "ThresholdType", "c2jShape" : "ThresholdType", "defaultConsumerFluentSetterDocumentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

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

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                \n

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

                                \n@return The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.\n@see ThresholdType\n@deprecated Use {@link #thresholdTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                \n@param thresholdType The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.\n@see ThresholdType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ThresholdType\n@deprecated Use {@link #thresholdType(String)}\n", "documentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

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

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                \n@param thresholdType The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.\n@see ThresholdType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ThresholdType", "fluentSetterMethodName" : "thresholdType", "getterDocumentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                \n

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

                                \n@return The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.\n@see ThresholdType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThresholdType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ThresholdType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThresholdType", "sensitive" : false, "setterDocumentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                \n@param thresholdType The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.\n@see ThresholdType", "setterMethodName" : "setThresholdType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thresholdType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thresholdType", "variableType" : "String", "documentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotificationState", "beanStyleSetterMethodName" : "setNotificationState", "c2jName" : "NotificationState", "c2jShape" : "NotificationState", "defaultConsumerFluentSetterDocumentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

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

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                \n

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

                                \n@return Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.\n@see NotificationState\n@deprecated Use {@link #notificationStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                \n@param notificationState Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.\n@see NotificationState\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationState\n@deprecated Use {@link #notificationState(String)}\n", "documentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

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

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                \n@param notificationState Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.\n@see NotificationState\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationState", "fluentSetterMethodName" : "notificationState", "getterDocumentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                \n

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

                                \n@return Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.\n@see NotificationState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationState", "sensitive" : false, "setterDocumentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                \n@param notificationState Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.\n@see NotificationState", "setterMethodName" : "setNotificationState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationState", "variableType" : "String", "documentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ComparisonOperator" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComparisonOperator", "beanStyleSetterMethodName" : "setComparisonOperator", "c2jName" : "ComparisonOperator", "c2jShape" : "ComparisonOperator", "defaultConsumerFluentSetterDocumentation" : "

                                The comparison that is used for this notification.

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

                                The comparison that is used for this notification.

                                \n

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

                                \n@return The comparison that is used for this notification.\n@see ComparisonOperator\n@deprecated Use {@link #comparisonOperatorAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The comparison that is used for this notification.

                                \n@param comparisonOperator The comparison that is used for this notification.\n@see ComparisonOperator\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator\n@deprecated Use {@link #comparisonOperator(String)}\n", "documentation" : "

                                The comparison that is used for this notification.

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

                                The comparison that is used for this notification.

                                \n@param comparisonOperator The comparison that is used for this notification.\n@see ComparisonOperator\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator", "fluentSetterMethodName" : "comparisonOperator", "getterDocumentation" : "

                                The comparison that is used for this notification.

                                \n

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

                                \n@return The comparison that is used for this notification.\n@see ComparisonOperator", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComparisonOperator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComparisonOperator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComparisonOperator", "sensitive" : false, "setterDocumentation" : "

                                The comparison that is used for this notification.

                                \n@param comparisonOperator The comparison that is used for this notification.\n@see ComparisonOperator", "setterMethodName" : "setComparisonOperator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : "

                                The comparison that is used for this notification.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NotificationState" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotificationState", "beanStyleSetterMethodName" : "setNotificationState", "c2jName" : "NotificationState", "c2jShape" : "NotificationState", "defaultConsumerFluentSetterDocumentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

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

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                \n

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

                                \n@return Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.\n@see NotificationState\n@deprecated Use {@link #notificationStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                \n@param notificationState Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.\n@see NotificationState\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationState\n@deprecated Use {@link #notificationState(String)}\n", "documentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

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

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                \n@param notificationState Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.\n@see NotificationState\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationState", "fluentSetterMethodName" : "notificationState", "getterDocumentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                \n

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

                                \n@return Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.\n@see NotificationState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationState", "sensitive" : false, "setterDocumentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                \n@param notificationState Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.\n@see NotificationState", "setterMethodName" : "setNotificationState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationState", "variableType" : "String", "documentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NotificationType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotificationType", "beanStyleSetterMethodName" : "setNotificationType", "c2jName" : "NotificationType", "c2jShape" : "NotificationType", "defaultConsumerFluentSetterDocumentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

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

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                \n

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

                                \n@return Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).\n@see NotificationType\n@deprecated Use {@link #notificationTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                \n@param notificationType Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).\n@see NotificationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType\n@deprecated Use {@link #notificationType(String)}\n", "documentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

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

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                \n@param notificationType Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).\n@see NotificationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType", "fluentSetterMethodName" : "notificationType", "getterDocumentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                \n

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

                                \n@return Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).\n@see NotificationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationType", "sensitive" : false, "setterDocumentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                \n@param notificationType Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).\n@see NotificationType", "setterMethodName" : "setNotificationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Threshold" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThreshold", "beanStyleSetterMethodName" : "setThreshold", "c2jName" : "Threshold", "c2jShape" : "NotificationThreshold", "defaultConsumerFluentSetterDocumentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

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

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                \n@return The threshold that is associated with a notification. Thresholds are always a percentage.\n@deprecated Use {@link #threshold()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                \n@param threshold The threshold that is associated with a notification. Thresholds are always a percentage.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #threshold(Double)}\n", "documentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

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

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                \n@param threshold The threshold that is associated with a notification. Thresholds are always a percentage.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "threshold", "getterDocumentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                \n@return The threshold that is associated with a notification. Thresholds are always a percentage.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Threshold", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Threshold", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "Threshold", "sensitive" : false, "setterDocumentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                \n@param threshold The threshold that is associated with a notification. Thresholds are always a percentage.", "setterMethodName" : "setThreshold", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "threshold", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "threshold", "variableType" : "Double", "documentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ThresholdType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThresholdType", "beanStyleSetterMethodName" : "setThresholdType", "c2jName" : "ThresholdType", "c2jShape" : "ThresholdType", "defaultConsumerFluentSetterDocumentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

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

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                \n

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

                                \n@return The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.\n@see ThresholdType\n@deprecated Use {@link #thresholdTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                \n@param thresholdType The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.\n@see ThresholdType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ThresholdType\n@deprecated Use {@link #thresholdType(String)}\n", "documentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

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

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                \n@param thresholdType The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.\n@see ThresholdType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ThresholdType", "fluentSetterMethodName" : "thresholdType", "getterDocumentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                \n

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

                                \n@return The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.\n@see ThresholdType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThresholdType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ThresholdType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThresholdType", "sensitive" : false, "setterDocumentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                \n@param thresholdType The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.\n@see ThresholdType", "setterMethodName" : "setThresholdType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thresholdType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thresholdType", "variableType" : "String", "documentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotificationType", "beanStyleSetterMethodName" : "setNotificationType", "c2jName" : "NotificationType", "c2jShape" : "NotificationType", "defaultConsumerFluentSetterDocumentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

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

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                \n

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

                                \n@return Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).\n@see NotificationType\n@deprecated Use {@link #notificationTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                \n@param notificationType Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).\n@see NotificationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType\n@deprecated Use {@link #notificationType(String)}\n", "documentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

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

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                \n@param notificationType Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).\n@see NotificationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationType", "fluentSetterMethodName" : "notificationType", "getterDocumentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                \n

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

                                \n@return Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).\n@see NotificationType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationType", "sensitive" : false, "setterDocumentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                \n@param notificationType Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).\n@see NotificationType", "setterMethodName" : "setNotificationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationType", "variableType" : "String", "documentation" : "

                                Whether the notification is for how much you have spent (ACTUAL) or for how much you're forecasted to spend (FORECASTED).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComparisonOperator", "beanStyleSetterMethodName" : "setComparisonOperator", "c2jName" : "ComparisonOperator", "c2jShape" : "ComparisonOperator", "defaultConsumerFluentSetterDocumentation" : "

                                The comparison that is used for this notification.

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

                                The comparison that is used for this notification.

                                \n

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

                                \n@return The comparison that is used for this notification.\n@see ComparisonOperator\n@deprecated Use {@link #comparisonOperatorAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The comparison that is used for this notification.

                                \n@param comparisonOperator The comparison that is used for this notification.\n@see ComparisonOperator\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator\n@deprecated Use {@link #comparisonOperator(String)}\n", "documentation" : "

                                The comparison that is used for this notification.

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

                                The comparison that is used for this notification.

                                \n@param comparisonOperator The comparison that is used for this notification.\n@see ComparisonOperator\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator", "fluentSetterMethodName" : "comparisonOperator", "getterDocumentation" : "

                                The comparison that is used for this notification.

                                \n

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

                                \n@return The comparison that is used for this notification.\n@see ComparisonOperator", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComparisonOperator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComparisonOperator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComparisonOperator", "sensitive" : false, "setterDocumentation" : "

                                The comparison that is used for this notification.

                                \n@param comparisonOperator The comparison that is used for this notification.\n@see ComparisonOperator", "setterMethodName" : "setComparisonOperator", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "comparisonOperator", "variableType" : "String", "documentation" : "

                                The comparison that is used for this notification.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThreshold", "beanStyleSetterMethodName" : "setThreshold", "c2jName" : "Threshold", "c2jShape" : "NotificationThreshold", "defaultConsumerFluentSetterDocumentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

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

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                \n@return The threshold that is associated with a notification. Thresholds are always a percentage.\n@deprecated Use {@link #threshold()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                \n@param threshold The threshold that is associated with a notification. Thresholds are always a percentage.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #threshold(Double)}\n", "documentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

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

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                \n@param threshold The threshold that is associated with a notification. Thresholds are always a percentage.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "threshold", "getterDocumentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                \n@return The threshold that is associated with a notification. Thresholds are always a percentage.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Threshold", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Threshold", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "Threshold", "sensitive" : false, "setterDocumentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                \n@param threshold The threshold that is associated with a notification. Thresholds are always a percentage.", "setterMethodName" : "setThreshold", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "threshold", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "threshold", "variableType" : "Double", "documentation" : "

                                The threshold that is associated with a notification. Thresholds are always a percentage.

                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThresholdType", "beanStyleSetterMethodName" : "setThresholdType", "c2jName" : "ThresholdType", "c2jShape" : "ThresholdType", "defaultConsumerFluentSetterDocumentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

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

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                \n

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

                                \n@return The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.\n@see ThresholdType\n@deprecated Use {@link #thresholdTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                \n@param thresholdType The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.\n@see ThresholdType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ThresholdType\n@deprecated Use {@link #thresholdType(String)}\n", "documentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

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

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                \n@param thresholdType The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.\n@see ThresholdType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ThresholdType", "fluentSetterMethodName" : "thresholdType", "getterDocumentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                \n

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

                                \n@return The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.\n@see ThresholdType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThresholdType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ThresholdType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThresholdType", "sensitive" : false, "setterDocumentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                \n@param thresholdType The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.\n@see ThresholdType", "setterMethodName" : "setThresholdType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thresholdType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thresholdType", "variableType" : "String", "documentation" : "

                                The type of threshold for a notification. For ABSOLUTE_VALUE thresholds, AWS notifies you when you go over or are forecasted to go over your total cost threshold. For PERCENTAGE thresholds, AWS notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a PERCENTAGE threshold of 80%, AWS notifies you when you go over 160 dollars.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotificationState", "beanStyleSetterMethodName" : "setNotificationState", "c2jName" : "NotificationState", "c2jShape" : "NotificationState", "defaultConsumerFluentSetterDocumentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

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

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                \n

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

                                \n@return Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.\n@see NotificationState\n@deprecated Use {@link #notificationStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                \n@param notificationState Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.\n@see NotificationState\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationState\n@deprecated Use {@link #notificationState(String)}\n", "documentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

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

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                \n@param notificationState Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.\n@see NotificationState\n@return Returns a reference to this object so that method calls can be chained together.\n@see NotificationState", "fluentSetterMethodName" : "notificationState", "getterDocumentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                \n

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

                                \n@return Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.\n@see NotificationState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NotificationState", "sensitive" : false, "setterDocumentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                \n@param notificationState Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.\n@see NotificationState", "setterMethodName" : "setNotificationState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notificationState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "notificationState", "variableType" : "String", "documentation" : "

                                Whether this notification is in alarm. If a budget notification is in the ALARM state, you have passed the set threshold for the budget.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "NotificationType", "ComparisonOperator", "Threshold" ], "shapeName" : "Notification", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "wrapper" : false, "xmlNamespace" : null }, "NotificationState" : { "c2jName" : "NotificationState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "OK", "value" : "OK" }, { "name" : "ALARM", "value" : "ALARM" } ], "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" : "NotificationState", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NotificationState", "variableName" : "notificationState", "variableType" : "NotificationState", "documentation" : null, "simpleType" : "NotificationState", "variableSetterType" : "NotificationState" }, "wrapper" : false, "xmlNamespace" : null }, "NotificationType" : { "c2jName" : "NotificationType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The type of a notification. It must be ACTUAL or FORECASTED.

                                ", "endpointDiscovery" : null, "enums" : [ { "name" : "ACTUAL", "value" : "ACTUAL" }, { "name" : "FORECASTED", "value" : "FORECASTED" } ], "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" : "NotificationType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NotificationType", "variableName" : "notificationType", "variableType" : "NotificationType", "documentation" : null, "simpleType" : "NotificationType", "variableSetterType" : "NotificationType" }, "wrapper" : false, "xmlNamespace" : null }, "NotificationWithSubscribers" : { "c2jName" : "NotificationWithSubscribers", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A notification with subscribers. A notification can have one SNS subscriber and up to 10 email subscribers, for a total of 11 subscribers.

                                ", "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" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification that is associated with a budget.

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

                                The notification that is associated with a budget.

                                \n@return The notification that is associated with a budget.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification that is associated with a budget.

                                \n@param notification The notification that is associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notification(Notification)}\n", "documentation" : "

                                The notification that is associated with a budget.

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

                                The notification that is associated with a budget.

                                \n@param notification The notification that is associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notification", "getterDocumentation" : "

                                The notification that is associated with a budget.

                                \n@return The notification that is associated with a budget.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification that is associated with a budget.

                                \n@param notification The notification that is associated with a budget.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification that is associated with a budget.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubscribers", "beanStyleSetterMethodName" : "setSubscribers", "c2jName" : "Subscribers", "c2jShape" : "Subscribers", "defaultConsumerFluentSetterDocumentation" : "

                                A list of subscribers who are subscribed to this notification.

                                \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 #subscribers(List)}.\n@param subscribers 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 #subscribers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of subscribers who are subscribed to this notification.

                                \n

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

                                \n

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

                                \n@return A list of subscribers who are subscribed to this notification.\n@deprecated Use {@link #subscribers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of subscribers who are subscribed to this notification.

                                \n@param subscribers A list of subscribers who are subscribed to this notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subscribers(List)}\n", "documentation" : "

                                A list of subscribers who are subscribed to this notification.

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

                                A list of subscribers who are subscribed to this notification.

                                \n@param subscribers A list of subscribers who are subscribed to this notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscribers", "getterDocumentation" : "

                                A list of subscribers who are subscribed to this notification.

                                \n

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

                                \n

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

                                \n@return A list of subscribers who are subscribed to this notification.", "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" : "Subscribers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subscribers", "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" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Subscriber.Builder} avoiding the need to create one manually via {@link Subscriber#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subscriber.Builder#build()} is called immediately and its result is passed to {@link #member(Subscriber)}.\n@param member a consumer that will call methods on {@link Subscriber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Subscriber)", "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(Subscriber)}\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" : "Subscriber", "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" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : "", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Subscriber", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Subscriber", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subscribers", "sensitive" : false, "setterDocumentation" : "

                                A list of subscribers who are subscribed to this notification.

                                \n@param subscribers A list of subscribers who are subscribed to this notification.", "setterMethodName" : "setSubscribers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : "

                                A list of subscribers who are subscribed to this notification.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Notification" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification that is associated with a budget.

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

                                The notification that is associated with a budget.

                                \n@return The notification that is associated with a budget.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification that is associated with a budget.

                                \n@param notification The notification that is associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notification(Notification)}\n", "documentation" : "

                                The notification that is associated with a budget.

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

                                The notification that is associated with a budget.

                                \n@param notification The notification that is associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notification", "getterDocumentation" : "

                                The notification that is associated with a budget.

                                \n@return The notification that is associated with a budget.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification that is associated with a budget.

                                \n@param notification The notification that is associated with a budget.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification that is associated with a budget.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Subscribers" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubscribers", "beanStyleSetterMethodName" : "setSubscribers", "c2jName" : "Subscribers", "c2jShape" : "Subscribers", "defaultConsumerFluentSetterDocumentation" : "

                                A list of subscribers who are subscribed to this notification.

                                \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 #subscribers(List)}.\n@param subscribers 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 #subscribers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of subscribers who are subscribed to this notification.

                                \n

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

                                \n

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

                                \n@return A list of subscribers who are subscribed to this notification.\n@deprecated Use {@link #subscribers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of subscribers who are subscribed to this notification.

                                \n@param subscribers A list of subscribers who are subscribed to this notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subscribers(List)}\n", "documentation" : "

                                A list of subscribers who are subscribed to this notification.

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

                                A list of subscribers who are subscribed to this notification.

                                \n@param subscribers A list of subscribers who are subscribed to this notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscribers", "getterDocumentation" : "

                                A list of subscribers who are subscribed to this notification.

                                \n

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

                                \n

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

                                \n@return A list of subscribers who are subscribed to this notification.", "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" : "Subscribers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subscribers", "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" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Subscriber.Builder} avoiding the need to create one manually via {@link Subscriber#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subscriber.Builder#build()} is called immediately and its result is passed to {@link #member(Subscriber)}.\n@param member a consumer that will call methods on {@link Subscriber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Subscriber)", "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(Subscriber)}\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" : "Subscriber", "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" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : "", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Subscriber", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Subscriber", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subscribers", "sensitive" : false, "setterDocumentation" : "

                                A list of subscribers who are subscribed to this notification.

                                \n@param subscribers A list of subscribers who are subscribed to this notification.", "setterMethodName" : "setSubscribers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : "

                                A list of subscribers who are subscribed to this notification.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification that is associated with a budget.

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

                                The notification that is associated with a budget.

                                \n@return The notification that is associated with a budget.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification that is associated with a budget.

                                \n@param notification The notification that is associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notification(Notification)}\n", "documentation" : "

                                The notification that is associated with a budget.

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

                                The notification that is associated with a budget.

                                \n@param notification The notification that is associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notification", "getterDocumentation" : "

                                The notification that is associated with a budget.

                                \n@return The notification that is associated with a budget.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification that is associated with a budget.

                                \n@param notification The notification that is associated with a budget.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification that is associated with a budget.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubscribers", "beanStyleSetterMethodName" : "setSubscribers", "c2jName" : "Subscribers", "c2jShape" : "Subscribers", "defaultConsumerFluentSetterDocumentation" : "

                                A list of subscribers who are subscribed to this notification.

                                \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 #subscribers(List)}.\n@param subscribers 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 #subscribers(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of subscribers who are subscribed to this notification.

                                \n

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

                                \n

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

                                \n@return A list of subscribers who are subscribed to this notification.\n@deprecated Use {@link #subscribers()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of subscribers who are subscribed to this notification.

                                \n@param subscribers A list of subscribers who are subscribed to this notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subscribers(List)}\n", "documentation" : "

                                A list of subscribers who are subscribed to this notification.

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

                                A list of subscribers who are subscribed to this notification.

                                \n@param subscribers A list of subscribers who are subscribed to this notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscribers", "getterDocumentation" : "

                                A list of subscribers who are subscribed to this notification.

                                \n

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

                                \n

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

                                \n@return A list of subscribers who are subscribed to this notification.", "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" : "Subscribers", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Subscribers", "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" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Subscriber.Builder} avoiding the need to create one manually via {@link Subscriber#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subscriber.Builder#build()} is called immediately and its result is passed to {@link #member(Subscriber)}.\n@param member a consumer that will call methods on {@link Subscriber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Subscriber)", "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(Subscriber)}\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" : "Subscriber", "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" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "member", "variableType" : "Subscriber", "documentation" : "", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Subscriber", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Subscriber", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Subscribers", "sensitive" : false, "setterDocumentation" : "

                                A list of subscribers who are subscribed to this notification.

                                \n@param subscribers A list of subscribers who are subscribed to this notification.", "setterMethodName" : "setSubscribers", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscribers", "variableType" : "java.util.List", "documentation" : "

                                A list of subscribers who are subscribed to this notification.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Notification", "Subscribers" ], "shapeName" : "NotificationWithSubscribers", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NotificationWithSubscribers", "variableName" : "notificationWithSubscribers", "variableType" : "NotificationWithSubscribers", "documentation" : null, "simpleType" : "NotificationWithSubscribers", "variableSetterType" : "NotificationWithSubscribers" }, "wrapper" : false, "xmlNamespace" : null }, "Spend" : { "c2jName" : "Spend", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The amount of cost or usage that is measured for a budget.

                                For example, a Spend for 3 GB of S3 usage would have the following parameters:

                                • An Amount of 3

                                • A unit of GB

                                ", "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" : "getAmount", "beanStyleSetterMethodName" : "setAmount", "c2jName" : "Amount", "c2jShape" : "SDK_bigdecimal", "defaultConsumerFluentSetterDocumentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

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

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                \n@return The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.\n@deprecated Use {@link #amount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                \n@param amount The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #amount(BigDecimal)}\n", "documentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

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

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                \n@param amount The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "amount", "getterDocumentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                \n@return The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.", "getterModel" : { "returnType" : "java.math.BigDecimal", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Amount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Amount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BIG_DECIMAL", "name" : "Amount", "sensitive" : false, "setterDocumentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                \n@param amount The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.", "setterMethodName" : "setAmount", "setterModel" : { "variableDeclarationType" : "java.math.BigDecimal", "variableName" : "amount", "variableType" : "java.math.BigDecimal", "documentation" : null, "simpleType" : "BigDecimal", "variableSetterType" : "java.math.BigDecimal" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.math.BigDecimal", "variableName" : "amount", "variableType" : "java.math.BigDecimal", "documentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                ", "simpleType" : "BigDecimal", "variableSetterType" : "java.math.BigDecimal" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnit", "beanStyleSetterMethodName" : "setUnit", "c2jName" : "Unit", "c2jShape" : "UnitValue", "defaultConsumerFluentSetterDocumentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

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

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                \n@return The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.\n@deprecated Use {@link #unit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                \n@param unit The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unit(String)}\n", "documentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

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

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                \n@param unit The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unit", "getterDocumentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                \n@return The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Unit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Unit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Unit", "sensitive" : false, "setterDocumentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                \n@param unit The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.", "setterMethodName" : "setUnit", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "unit", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "unit", "variableType" : "String", "documentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Amount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAmount", "beanStyleSetterMethodName" : "setAmount", "c2jName" : "Amount", "c2jShape" : "SDK_bigdecimal", "defaultConsumerFluentSetterDocumentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

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

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                \n@return The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.\n@deprecated Use {@link #amount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                \n@param amount The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #amount(BigDecimal)}\n", "documentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

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

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                \n@param amount The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "amount", "getterDocumentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                \n@return The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.", "getterModel" : { "returnType" : "java.math.BigDecimal", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Amount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Amount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BIG_DECIMAL", "name" : "Amount", "sensitive" : false, "setterDocumentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                \n@param amount The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.", "setterMethodName" : "setAmount", "setterModel" : { "variableDeclarationType" : "java.math.BigDecimal", "variableName" : "amount", "variableType" : "java.math.BigDecimal", "documentation" : null, "simpleType" : "BigDecimal", "variableSetterType" : "java.math.BigDecimal" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.math.BigDecimal", "variableName" : "amount", "variableType" : "java.math.BigDecimal", "documentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                ", "simpleType" : "BigDecimal", "variableSetterType" : "java.math.BigDecimal" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Unit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnit", "beanStyleSetterMethodName" : "setUnit", "c2jName" : "Unit", "c2jShape" : "UnitValue", "defaultConsumerFluentSetterDocumentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

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

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                \n@return The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.\n@deprecated Use {@link #unit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                \n@param unit The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unit(String)}\n", "documentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

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

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                \n@param unit The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unit", "getterDocumentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                \n@return The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Unit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Unit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Unit", "sensitive" : false, "setterDocumentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                \n@param unit The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.", "setterMethodName" : "setUnit", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "unit", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "unit", "variableType" : "String", "documentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAmount", "beanStyleSetterMethodName" : "setAmount", "c2jName" : "Amount", "c2jShape" : "SDK_bigdecimal", "defaultConsumerFluentSetterDocumentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

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

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                \n@return The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.\n@deprecated Use {@link #amount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                \n@param amount The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #amount(BigDecimal)}\n", "documentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

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

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                \n@param amount The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "amount", "getterDocumentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                \n@return The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.", "getterModel" : { "returnType" : "java.math.BigDecimal", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Amount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Amount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BIG_DECIMAL", "name" : "Amount", "sensitive" : false, "setterDocumentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                \n@param amount The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.", "setterMethodName" : "setAmount", "setterModel" : { "variableDeclarationType" : "java.math.BigDecimal", "variableName" : "amount", "variableType" : "java.math.BigDecimal", "documentation" : null, "simpleType" : "BigDecimal", "variableSetterType" : "java.math.BigDecimal" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.math.BigDecimal", "variableName" : "amount", "variableType" : "java.math.BigDecimal", "documentation" : "

                                The cost or usage amount that is associated with a budget forecast, actual spend, or budget threshold.

                                ", "simpleType" : "BigDecimal", "variableSetterType" : "java.math.BigDecimal" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnit", "beanStyleSetterMethodName" : "setUnit", "c2jName" : "Unit", "c2jShape" : "UnitValue", "defaultConsumerFluentSetterDocumentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

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

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                \n@return The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.\n@deprecated Use {@link #unit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                \n@param unit The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #unit(String)}\n", "documentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

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

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                \n@param unit The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unit", "getterDocumentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                \n@return The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Unit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Unit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Unit", "sensitive" : false, "setterDocumentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                \n@param unit The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.", "setterMethodName" : "setUnit", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "unit", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "unit", "variableType" : "String", "documentation" : "

                                The unit of measurement that is used for the budget forecast, actual spend, or budget threshold, such as dollars or GB.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Amount", "Unit" ], "shapeName" : "Spend", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Spend", "variableName" : "spend", "variableType" : "Spend", "documentation" : null, "simpleType" : "Spend", "variableSetterType" : "Spend" }, "wrapper" : false, "xmlNamespace" : null }, "Subscriber" : { "c2jName" : "Subscriber", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The subscriber to a budget notification. The subscriber consists of a subscription type and either an Amazon SNS topic or an email address.

                                For example, an email subscriber would have the following parameters:

                                ", "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" : "getSubscriptionType", "beanStyleSetterMethodName" : "setSubscriptionType", "c2jName" : "SubscriptionType", "c2jShape" : "SubscriptionType", "defaultConsumerFluentSetterDocumentation" : "

                                The type of notification that AWS sends to a subscriber.

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

                                The type of notification that AWS sends to a subscriber.

                                \n

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

                                \n@return The type of notification that AWS sends to a subscriber.\n@see SubscriptionType\n@deprecated Use {@link #subscriptionTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The type of notification that AWS sends to a subscriber.

                                \n@param subscriptionType The type of notification that AWS sends to a subscriber.\n@see SubscriptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see SubscriptionType\n@deprecated Use {@link #subscriptionType(String)}\n", "documentation" : "

                                The type of notification that AWS sends to a subscriber.

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

                                The type of notification that AWS sends to a subscriber.

                                \n@param subscriptionType The type of notification that AWS sends to a subscriber.\n@see SubscriptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see SubscriptionType", "fluentSetterMethodName" : "subscriptionType", "getterDocumentation" : "

                                The type of notification that AWS sends to a subscriber.

                                \n

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

                                \n@return The type of notification that AWS sends to a subscriber.\n@see SubscriptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionType", "sensitive" : false, "setterDocumentation" : "

                                The type of notification that AWS sends to a subscriber.

                                \n@param subscriptionType The type of notification that AWS sends to a subscriber.\n@see SubscriptionType", "setterMethodName" : "setSubscriptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionType", "variableType" : "String", "documentation" : "

                                The type of notification that AWS sends to a subscriber.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAddress", "beanStyleSetterMethodName" : "setAddress", "c2jName" : "Address", "c2jShape" : "SubscriberAddress", "defaultConsumerFluentSetterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #address(String)}.\n@param address a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #address(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \n@return The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.\n@deprecated Use {@link #address()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \n@param address The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #address(String)}\n", "documentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Address property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "address", "fluentSetterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \n@param address The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "address", "getterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \n@return The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Address", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Address", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Address", "sensitive" : true, "setterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \n@param address The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.", "setterMethodName" : "setAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "address", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "address", "variableType" : "String", "documentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Address" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAddress", "beanStyleSetterMethodName" : "setAddress", "c2jName" : "Address", "c2jShape" : "SubscriberAddress", "defaultConsumerFluentSetterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #address(String)}.\n@param address a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #address(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \n@return The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.\n@deprecated Use {@link #address()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \n@param address The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #address(String)}\n", "documentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Address property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "address", "fluentSetterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \n@param address The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "address", "getterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \n@return The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Address", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Address", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Address", "sensitive" : true, "setterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \n@param address The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.", "setterMethodName" : "setAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "address", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "address", "variableType" : "String", "documentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubscriptionType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubscriptionType", "beanStyleSetterMethodName" : "setSubscriptionType", "c2jName" : "SubscriptionType", "c2jShape" : "SubscriptionType", "defaultConsumerFluentSetterDocumentation" : "

                                The type of notification that AWS sends to a subscriber.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subscriptionTypeAsString(String)}.\n@param subscriptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subscriptionType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The type of notification that AWS sends to a subscriber.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #subscriptionType} will return {@link SubscriptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #subscriptionTypeAsString}.\n

                                \n@return The type of notification that AWS sends to a subscriber.\n@see SubscriptionType\n@deprecated Use {@link #subscriptionTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The type of notification that AWS sends to a subscriber.

                                \n@param subscriptionType The type of notification that AWS sends to a subscriber.\n@see SubscriptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see SubscriptionType\n@deprecated Use {@link #subscriptionType(String)}\n", "documentation" : "

                                The type of notification that AWS sends to a subscriber.

                                ", "endpointDiscoveryId" : false, "enumType" : "SubscriptionType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubscriptionType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubscriptionType", "fluentEnumGetterMethodName" : "subscriptionType", "fluentEnumSetterMethodName" : "subscriptionType", "fluentGetterMethodName" : "subscriptionTypeAsString", "fluentSetterDocumentation" : "

                                The type of notification that AWS sends to a subscriber.

                                \n@param subscriptionType The type of notification that AWS sends to a subscriber.\n@see SubscriptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see SubscriptionType", "fluentSetterMethodName" : "subscriptionType", "getterDocumentation" : "

                                The type of notification that AWS sends to a subscriber.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #subscriptionType} will return {@link SubscriptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #subscriptionTypeAsString}.\n

                                \n@return The type of notification that AWS sends to a subscriber.\n@see SubscriptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionType", "sensitive" : false, "setterDocumentation" : "

                                The type of notification that AWS sends to a subscriber.

                                \n@param subscriptionType The type of notification that AWS sends to a subscriber.\n@see SubscriptionType", "setterMethodName" : "setSubscriptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionType", "variableType" : "String", "documentation" : "

                                The type of notification that AWS sends to a subscriber.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubscriptionType", "beanStyleSetterMethodName" : "setSubscriptionType", "c2jName" : "SubscriptionType", "c2jShape" : "SubscriptionType", "defaultConsumerFluentSetterDocumentation" : "

                                The type of notification that AWS sends to a subscriber.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subscriptionTypeAsString(String)}.\n@param subscriptionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subscriptionType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The type of notification that AWS sends to a subscriber.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #subscriptionType} will return {@link SubscriptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #subscriptionTypeAsString}.\n

                                \n@return The type of notification that AWS sends to a subscriber.\n@see SubscriptionType\n@deprecated Use {@link #subscriptionTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The type of notification that AWS sends to a subscriber.

                                \n@param subscriptionType The type of notification that AWS sends to a subscriber.\n@see SubscriptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see SubscriptionType\n@deprecated Use {@link #subscriptionType(String)}\n", "documentation" : "

                                The type of notification that AWS sends to a subscriber.

                                ", "endpointDiscoveryId" : false, "enumType" : "SubscriptionType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubscriptionType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubscriptionType", "fluentEnumGetterMethodName" : "subscriptionType", "fluentEnumSetterMethodName" : "subscriptionType", "fluentGetterMethodName" : "subscriptionTypeAsString", "fluentSetterDocumentation" : "

                                The type of notification that AWS sends to a subscriber.

                                \n@param subscriptionType The type of notification that AWS sends to a subscriber.\n@see SubscriptionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see SubscriptionType", "fluentSetterMethodName" : "subscriptionType", "getterDocumentation" : "

                                The type of notification that AWS sends to a subscriber.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #subscriptionType} will return {@link SubscriptionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #subscriptionTypeAsString}.\n

                                \n@return The type of notification that AWS sends to a subscriber.\n@see SubscriptionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubscriptionType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SubscriptionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubscriptionType", "sensitive" : false, "setterDocumentation" : "

                                The type of notification that AWS sends to a subscriber.

                                \n@param subscriptionType The type of notification that AWS sends to a subscriber.\n@see SubscriptionType", "setterMethodName" : "setSubscriptionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subscriptionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subscriptionType", "variableType" : "String", "documentation" : "

                                The type of notification that AWS sends to a subscriber.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAddress", "beanStyleSetterMethodName" : "setAddress", "c2jName" : "Address", "c2jShape" : "SubscriberAddress", "defaultConsumerFluentSetterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #address(String)}.\n@param address a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #address(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \n@return The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.\n@deprecated Use {@link #address()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \n@param address The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #address(String)}\n", "documentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Address property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAddress", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "address", "fluentSetterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \n@param address The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "address", "getterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \n@return The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Address", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Address", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Address", "sensitive" : true, "setterDocumentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                \n@param address The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.", "setterMethodName" : "setAddress", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "address", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "address", "variableType" : "String", "documentation" : "

                                The address that AWS sends budget notifications to, either an SNS topic or an email.

                                When you create a subscriber, the value of Address can't contain line breaks.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SubscriptionType", "Address" ], "shapeName" : "Subscriber", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "subscriber", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "wrapper" : false, "xmlNamespace" : null }, "SubscriptionType" : { "c2jName" : "SubscriptionType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The subscription type of the subscriber. It can be SMS or EMAIL.

                                ", "endpointDiscovery" : null, "enums" : [ { "name" : "SNS", "value" : "SNS" }, { "name" : "EMAIL", "value" : "EMAIL" } ], "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" : "SubscriptionType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SubscriptionType", "variableName" : "subscriptionType", "variableType" : "SubscriptionType", "documentation" : null, "simpleType" : "SubscriptionType", "variableSetterType" : "SubscriptionType" }, "wrapper" : false, "xmlNamespace" : null }, "ThresholdType" : { "c2jName" : "ThresholdType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The type of threshold for a notification. It can be PERCENTAGE or ABSOLUTE_VALUE.

                                ", "endpointDiscovery" : null, "enums" : [ { "name" : "PERCENTAGE", "value" : "PERCENTAGE" }, { "name" : "ABSOLUTE_VALUE", "value" : "ABSOLUTE_VALUE" } ], "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" : "ThresholdType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ThresholdType", "variableName" : "thresholdType", "variableType" : "ThresholdType", "documentation" : null, "simpleType" : "ThresholdType", "variableSetterType" : "ThresholdType" }, "wrapper" : false, "xmlNamespace" : null }, "TimePeriod" : { "c2jName" : "TimePeriod", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The period of time that is covered by a budget. The period has a start date and an end date. The start date must come before the end date. There are no restrictions on the end date.

                                ", "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" : "getStart", "beanStyleSetterMethodName" : "setStart", "c2jName" : "Start", "c2jShape" : "GenericTimestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #start(Instant)}.\n@param start a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #start(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \n@return The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.\n@deprecated Use {@link #start()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \n@param start The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #start(Instant)}\n", "documentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Start property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStart", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "start", "fluentSetterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \n@param start The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "start", "getterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \n@return The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Start", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Start", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "Start", "sensitive" : false, "setterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \n@param start The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.", "setterMethodName" : "setStart", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "start", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "start", "variableType" : "java.time.Instant", "documentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnd", "beanStyleSetterMethodName" : "setEnd", "c2jName" : "End", "c2jShape" : "GenericTimestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #end(Instant)}.\n@param end a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #end(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \n@return The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.\n@deprecated Use {@link #end()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \n@param end The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #end(Instant)}\n", "documentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the End property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnd", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "end", "fluentSetterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \n@param end The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "end", "getterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \n@return The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "End", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "End", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "End", "sensitive" : false, "setterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \n@param end The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.", "setterMethodName" : "setEnd", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "end", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "end", "variableType" : "java.time.Instant", "documentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "End" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnd", "beanStyleSetterMethodName" : "setEnd", "c2jName" : "End", "c2jShape" : "GenericTimestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #end(Instant)}.\n@param end a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #end(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \n@return The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.\n@deprecated Use {@link #end()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \n@param end The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #end(Instant)}\n", "documentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the End property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnd", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "end", "fluentSetterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \n@param end The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "end", "getterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \n@return The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "End", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "End", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "End", "sensitive" : false, "setterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \n@param end The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.", "setterMethodName" : "setEnd", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "end", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "end", "variableType" : "java.time.Instant", "documentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Start" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStart", "beanStyleSetterMethodName" : "setStart", "c2jName" : "Start", "c2jShape" : "GenericTimestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #start(Instant)}.\n@param start a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #start(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \n@return The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.\n@deprecated Use {@link #start()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \n@param start The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #start(Instant)}\n", "documentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Start property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStart", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "start", "fluentSetterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \n@param start The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "start", "getterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \n@return The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Start", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Start", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "Start", "sensitive" : false, "setterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \n@param start The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.", "setterMethodName" : "setStart", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "start", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "start", "variableType" : "java.time.Instant", "documentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStart", "beanStyleSetterMethodName" : "setStart", "c2jName" : "Start", "c2jShape" : "GenericTimestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #start(Instant)}.\n@param start a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #start(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \n@return The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.\n@deprecated Use {@link #start()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \n@param start The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #start(Instant)}\n", "documentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Start property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStart", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "start", "fluentSetterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \n@param start The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "start", "getterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \n@return The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Start", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Start", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "Start", "sensitive" : false, "setterDocumentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                \n@param start The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.", "setterMethodName" : "setStart", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "start", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "start", "variableType" : "java.time.Instant", "documentation" : "

                                The start date for a budget. If you created your budget and didn't specify a start date, AWS defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose DAILY, and didn't set a start date, AWS set your start date to 01/24/18 00:00 UTC. If you chose MONTHLY, AWS set your start date to 01/01/18 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                You can change your start date with the UpdateBudget operation.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnd", "beanStyleSetterMethodName" : "setEnd", "c2jName" : "End", "c2jShape" : "GenericTimestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #end(Instant)}.\n@param end a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #end(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \n@return The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.\n@deprecated Use {@link #end()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \n@param end The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #end(Instant)}\n", "documentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the End property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnd", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "end", "fluentSetterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \n@param end The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "end", "getterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \n@return The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "End", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "End", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "End", "sensitive" : false, "setterDocumentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                \n@param end The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.", "setterMethodName" : "setEnd", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "end", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "end", "variableType" : "java.time.Instant", "documentation" : "

                                The end date for a budget. If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC. The defaults are the same for the AWS Billing and Cost Management console and the API.

                                After the end date, AWS deletes the budget and all associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TimePeriod", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TimePeriod", "variableName" : "timePeriod", "variableType" : "TimePeriod", "documentation" : null, "simpleType" : "TimePeriod", "variableSetterType" : "TimePeriod" }, "wrapper" : false, "xmlNamespace" : null }, "TimeUnit" : { "c2jName" : "TimeUnit", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The time unit of the budget, such as MONTHLY or QUARTERLY.

                                ", "endpointDiscovery" : null, "enums" : [ { "name" : "DAILY", "value" : "DAILY" }, { "name" : "MONTHLY", "value" : "MONTHLY" }, { "name" : "QUARTERLY", "value" : "QUARTERLY" }, { "name" : "ANNUALLY", "value" : "ANNUALLY" } ], "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" : "TimeUnit", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TimeUnit", "variableName" : "timeUnit", "variableType" : "TimeUnit", "documentation" : null, "simpleType" : "TimeUnit", "variableSetterType" : "TimeUnit" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateBudgetRequest" : { "c2jName" : "UpdateBudgetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Request of UpdateBudget

                                ", "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" : "UpdateBudget", "locationName" : null, "requestUri" : "/", "target" : "AWSBudgetServiceGateway.UpdateBudget", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \n@return The accountId that is associated with the budget that you want to update.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \n@param accountId The accountId that is associated with the budget that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget that you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \n@param accountId The accountId that is associated with the budget that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \n@return The accountId that is associated with the budget that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \n@param accountId The accountId that is associated with the budget that you want to update.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget that you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewBudget", "beanStyleSetterMethodName" : "setNewBudget", "c2jName" : "NewBudget", "c2jShape" : "Budget", "defaultConsumerFluentSetterDocumentation" : "

                                The budget that you want to update your budget to.

                                \nThis is a convenience that creates an instance of the {@link Budget.Builder} avoiding the need to create one manually via {@link Budget#builder()}.\n\nWhen the {@link Consumer} completes, {@link Budget.Builder#build()} is called immediately and its result is passed to {@link #newBudget(Budget)}.\n@param newBudget a consumer that will call methods on {@link Budget.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newBudget(Budget)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The budget that you want to update your budget to.

                                \n@return The budget that you want to update your budget to.\n@deprecated Use {@link #newBudget()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The budget that you want to update your budget to.

                                \n@param newBudget The budget that you want to update your budget to.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newBudget(Budget)}\n", "documentation" : "

                                The budget that you want to update your budget to.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewBudget property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewBudget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newBudget", "fluentSetterDocumentation" : "

                                The budget that you want to update your budget to.

                                \n@param newBudget The budget that you want to update your budget to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newBudget", "getterDocumentation" : "

                                The budget that you want to update your budget to.

                                \n@return The budget that you want to update your budget to.", "getterModel" : { "returnType" : "Budget", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewBudget", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewBudget", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NewBudget", "sensitive" : false, "setterDocumentation" : "

                                The budget that you want to update your budget to.

                                \n@param newBudget The budget that you want to update your budget to.", "setterMethodName" : "setNewBudget", "setterModel" : { "variableDeclarationType" : "Budget", "variableName" : "newBudget", "variableType" : "Budget", "documentation" : null, "simpleType" : "Budget", "variableSetterType" : "Budget" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Budget", "variableName" : "newBudget", "variableType" : "Budget", "documentation" : "

                                The budget that you want to update your budget to.

                                ", "simpleType" : "Budget", "variableSetterType" : "Budget" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \n@return The accountId that is associated with the budget that you want to update.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \n@param accountId The accountId that is associated with the budget that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget that you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \n@param accountId The accountId that is associated with the budget that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \n@return The accountId that is associated with the budget that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \n@param accountId The accountId that is associated with the budget that you want to update.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget that you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NewBudget" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewBudget", "beanStyleSetterMethodName" : "setNewBudget", "c2jName" : "NewBudget", "c2jShape" : "Budget", "defaultConsumerFluentSetterDocumentation" : "

                                The budget that you want to update your budget to.

                                \nThis is a convenience that creates an instance of the {@link Budget.Builder} avoiding the need to create one manually via {@link Budget#builder()}.\n\nWhen the {@link Consumer} completes, {@link Budget.Builder#build()} is called immediately and its result is passed to {@link #newBudget(Budget)}.\n@param newBudget a consumer that will call methods on {@link Budget.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newBudget(Budget)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The budget that you want to update your budget to.

                                \n@return The budget that you want to update your budget to.\n@deprecated Use {@link #newBudget()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The budget that you want to update your budget to.

                                \n@param newBudget The budget that you want to update your budget to.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newBudget(Budget)}\n", "documentation" : "

                                The budget that you want to update your budget to.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewBudget property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewBudget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newBudget", "fluentSetterDocumentation" : "

                                The budget that you want to update your budget to.

                                \n@param newBudget The budget that you want to update your budget to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newBudget", "getterDocumentation" : "

                                The budget that you want to update your budget to.

                                \n@return The budget that you want to update your budget to.", "getterModel" : { "returnType" : "Budget", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewBudget", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewBudget", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NewBudget", "sensitive" : false, "setterDocumentation" : "

                                The budget that you want to update your budget to.

                                \n@param newBudget The budget that you want to update your budget to.", "setterMethodName" : "setNewBudget", "setterModel" : { "variableDeclarationType" : "Budget", "variableName" : "newBudget", "variableType" : "Budget", "documentation" : null, "simpleType" : "Budget", "variableSetterType" : "Budget" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Budget", "variableName" : "newBudget", "variableType" : "Budget", "documentation" : "

                                The budget that you want to update your budget to.

                                ", "simpleType" : "Budget", "variableSetterType" : "Budget" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \n@return The accountId that is associated with the budget that you want to update.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \n@param accountId The accountId that is associated with the budget that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget that you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \n@param accountId The accountId that is associated with the budget that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \n@return The accountId that is associated with the budget that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget that you want to update.

                                \n@param accountId The accountId that is associated with the budget that you want to update.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget that you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewBudget", "beanStyleSetterMethodName" : "setNewBudget", "c2jName" : "NewBudget", "c2jShape" : "Budget", "defaultConsumerFluentSetterDocumentation" : "

                                The budget that you want to update your budget to.

                                \nThis is a convenience that creates an instance of the {@link Budget.Builder} avoiding the need to create one manually via {@link Budget#builder()}.\n\nWhen the {@link Consumer} completes, {@link Budget.Builder#build()} is called immediately and its result is passed to {@link #newBudget(Budget)}.\n@param newBudget a consumer that will call methods on {@link Budget.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newBudget(Budget)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The budget that you want to update your budget to.

                                \n@return The budget that you want to update your budget to.\n@deprecated Use {@link #newBudget()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The budget that you want to update your budget to.

                                \n@param newBudget The budget that you want to update your budget to.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newBudget(Budget)}\n", "documentation" : "

                                The budget that you want to update your budget to.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewBudget property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewBudget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newBudget", "fluentSetterDocumentation" : "

                                The budget that you want to update your budget to.

                                \n@param newBudget The budget that you want to update your budget to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newBudget", "getterDocumentation" : "

                                The budget that you want to update your budget to.

                                \n@return The budget that you want to update your budget to.", "getterModel" : { "returnType" : "Budget", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewBudget", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewBudget", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NewBudget", "sensitive" : false, "setterDocumentation" : "

                                The budget that you want to update your budget to.

                                \n@param newBudget The budget that you want to update your budget to.", "setterMethodName" : "setNewBudget", "setterModel" : { "variableDeclarationType" : "Budget", "variableName" : "newBudget", "variableType" : "Budget", "documentation" : null, "simpleType" : "Budget", "variableSetterType" : "Budget" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Budget", "variableName" : "newBudget", "variableType" : "Budget", "documentation" : "

                                The budget that you want to update your budget to.

                                ", "simpleType" : "Budget", "variableSetterType" : "Budget" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId", "NewBudget" ], "shapeName" : "UpdateBudgetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateBudgetRequest", "variableName" : "updateBudgetRequest", "variableType" : "UpdateBudgetRequest", "documentation" : null, "simpleType" : "UpdateBudgetRequest", "variableSetterType" : "UpdateBudgetRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateBudgetResponse" : { "c2jName" : "UpdateBudgetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Response of UpdateBudget

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateBudgetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateBudgetResponse", "variableName" : "updateBudgetResponse", "variableType" : "UpdateBudgetResponse", "documentation" : null, "simpleType" : "UpdateBudgetResponse", "variableSetterType" : "UpdateBudgetResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateNotificationRequest" : { "c2jName" : "UpdateNotificationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Request of UpdateNotification

                                ", "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" : "UpdateNotification", "locationName" : null, "requestUri" : "/", "target" : "AWSBudgetServiceGateway.UpdateNotification", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \n@return The accountId that is associated with the budget whose notification you want to update.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \n@return The accountId that is associated with the budget whose notification you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to update.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #budgetName(String)}.\n@param budgetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #budgetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \n@return The name of the budget whose notification you want to update.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \n@param budgetName The name of the budget whose notification you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose notification you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BudgetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBudgetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "budgetName", "fluentSetterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \n@param budgetName The name of the budget whose notification you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \n@return The name of the budget whose notification you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \n@param budgetName The name of the budget whose notification you want to update.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose notification you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOldNotification", "beanStyleSetterMethodName" : "setOldNotification", "c2jName" : "OldNotification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \nThis is a convenience that creates an instance of the {@link Notification.Builder} avoiding the need to create one manually via {@link Notification#builder()}.\n\nWhen the {@link Consumer} completes, {@link Notification.Builder#build()} is called immediately and its result is passed to {@link #oldNotification(Notification)}.\n@param oldNotification a consumer that will call methods on {@link Notification.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #oldNotification(Notification)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \n@return The previous notification that is associated with a budget.\n@deprecated Use {@link #oldNotification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \n@param oldNotification The previous notification that is associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #oldNotification(Notification)}\n", "documentation" : "

                                The previous notification that is associated with a budget.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OldNotification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOldNotification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "oldNotification", "fluentSetterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \n@param oldNotification The previous notification that is associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oldNotification", "getterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \n@return The previous notification that is associated with a budget.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OldNotification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OldNotification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OldNotification", "sensitive" : false, "setterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \n@param oldNotification The previous notification that is associated with a budget.", "setterMethodName" : "setOldNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "oldNotification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "oldNotification", "variableType" : "Notification", "documentation" : "

                                The previous notification that is associated with a budget.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewNotification", "beanStyleSetterMethodName" : "setNewNotification", "c2jName" : "NewNotification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \nThis is a convenience that creates an instance of the {@link Notification.Builder} avoiding the need to create one manually via {@link Notification#builder()}.\n\nWhen the {@link Consumer} completes, {@link Notification.Builder#build()} is called immediately and its result is passed to {@link #newNotification(Notification)}.\n@param newNotification a consumer that will call methods on {@link Notification.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newNotification(Notification)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \n@return The updated notification to be associated with a budget.\n@deprecated Use {@link #newNotification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \n@param newNotification The updated notification to be associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newNotification(Notification)}\n", "documentation" : "

                                The updated notification to be associated with a budget.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewNotification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewNotification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newNotification", "fluentSetterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \n@param newNotification The updated notification to be associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newNotification", "getterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \n@return The updated notification to be associated with a budget.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewNotification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewNotification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NewNotification", "sensitive" : false, "setterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \n@param newNotification The updated notification to be associated with a budget.", "setterMethodName" : "setNewNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "newNotification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "newNotification", "variableType" : "Notification", "documentation" : "

                                The updated notification to be associated with a budget.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \n@return The accountId that is associated with the budget whose notification you want to update.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \n@return The accountId that is associated with the budget whose notification you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to update.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BudgetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #budgetName(String)}.\n@param budgetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #budgetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \n@return The name of the budget whose notification you want to update.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \n@param budgetName The name of the budget whose notification you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose notification you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BudgetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBudgetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "budgetName", "fluentSetterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \n@param budgetName The name of the budget whose notification you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \n@return The name of the budget whose notification you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \n@param budgetName The name of the budget whose notification you want to update.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose notification you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NewNotification" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewNotification", "beanStyleSetterMethodName" : "setNewNotification", "c2jName" : "NewNotification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \nThis is a convenience that creates an instance of the {@link Notification.Builder} avoiding the need to create one manually via {@link Notification#builder()}.\n\nWhen the {@link Consumer} completes, {@link Notification.Builder#build()} is called immediately and its result is passed to {@link #newNotification(Notification)}.\n@param newNotification a consumer that will call methods on {@link Notification.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newNotification(Notification)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \n@return The updated notification to be associated with a budget.\n@deprecated Use {@link #newNotification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \n@param newNotification The updated notification to be associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newNotification(Notification)}\n", "documentation" : "

                                The updated notification to be associated with a budget.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewNotification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewNotification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newNotification", "fluentSetterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \n@param newNotification The updated notification to be associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newNotification", "getterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \n@return The updated notification to be associated with a budget.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewNotification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewNotification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NewNotification", "sensitive" : false, "setterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \n@param newNotification The updated notification to be associated with a budget.", "setterMethodName" : "setNewNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "newNotification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "newNotification", "variableType" : "Notification", "documentation" : "

                                The updated notification to be associated with a budget.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OldNotification" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOldNotification", "beanStyleSetterMethodName" : "setOldNotification", "c2jName" : "OldNotification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \nThis is a convenience that creates an instance of the {@link Notification.Builder} avoiding the need to create one manually via {@link Notification#builder()}.\n\nWhen the {@link Consumer} completes, {@link Notification.Builder#build()} is called immediately and its result is passed to {@link #oldNotification(Notification)}.\n@param oldNotification a consumer that will call methods on {@link Notification.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #oldNotification(Notification)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \n@return The previous notification that is associated with a budget.\n@deprecated Use {@link #oldNotification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \n@param oldNotification The previous notification that is associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #oldNotification(Notification)}\n", "documentation" : "

                                The previous notification that is associated with a budget.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OldNotification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOldNotification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "oldNotification", "fluentSetterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \n@param oldNotification The previous notification that is associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oldNotification", "getterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \n@return The previous notification that is associated with a budget.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OldNotification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OldNotification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OldNotification", "sensitive" : false, "setterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \n@param oldNotification The previous notification that is associated with a budget.", "setterMethodName" : "setOldNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "oldNotification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "oldNotification", "variableType" : "Notification", "documentation" : "

                                The previous notification that is associated with a budget.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \n@return The accountId that is associated with the budget whose notification you want to update.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \n@return The accountId that is associated with the budget whose notification you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                \n@param accountId The accountId that is associated with the budget whose notification you want to update.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose notification you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #budgetName(String)}.\n@param budgetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #budgetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \n@return The name of the budget whose notification you want to update.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \n@param budgetName The name of the budget whose notification you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose notification you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BudgetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBudgetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "budgetName", "fluentSetterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \n@param budgetName The name of the budget whose notification you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \n@return The name of the budget whose notification you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the budget whose notification you want to update.

                                \n@param budgetName The name of the budget whose notification you want to update.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose notification you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOldNotification", "beanStyleSetterMethodName" : "setOldNotification", "c2jName" : "OldNotification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \nThis is a convenience that creates an instance of the {@link Notification.Builder} avoiding the need to create one manually via {@link Notification#builder()}.\n\nWhen the {@link Consumer} completes, {@link Notification.Builder#build()} is called immediately and its result is passed to {@link #oldNotification(Notification)}.\n@param oldNotification a consumer that will call methods on {@link Notification.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #oldNotification(Notification)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \n@return The previous notification that is associated with a budget.\n@deprecated Use {@link #oldNotification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \n@param oldNotification The previous notification that is associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #oldNotification(Notification)}\n", "documentation" : "

                                The previous notification that is associated with a budget.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OldNotification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOldNotification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "oldNotification", "fluentSetterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \n@param oldNotification The previous notification that is associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oldNotification", "getterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \n@return The previous notification that is associated with a budget.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OldNotification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OldNotification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OldNotification", "sensitive" : false, "setterDocumentation" : "

                                The previous notification that is associated with a budget.

                                \n@param oldNotification The previous notification that is associated with a budget.", "setterMethodName" : "setOldNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "oldNotification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "oldNotification", "variableType" : "Notification", "documentation" : "

                                The previous notification that is associated with a budget.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewNotification", "beanStyleSetterMethodName" : "setNewNotification", "c2jName" : "NewNotification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \nThis is a convenience that creates an instance of the {@link Notification.Builder} avoiding the need to create one manually via {@link Notification#builder()}.\n\nWhen the {@link Consumer} completes, {@link Notification.Builder#build()} is called immediately and its result is passed to {@link #newNotification(Notification)}.\n@param newNotification a consumer that will call methods on {@link Notification.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newNotification(Notification)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \n@return The updated notification to be associated with a budget.\n@deprecated Use {@link #newNotification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \n@param newNotification The updated notification to be associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newNotification(Notification)}\n", "documentation" : "

                                The updated notification to be associated with a budget.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewNotification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewNotification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newNotification", "fluentSetterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \n@param newNotification The updated notification to be associated with a budget.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newNotification", "getterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \n@return The updated notification to be associated with a budget.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewNotification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewNotification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NewNotification", "sensitive" : false, "setterDocumentation" : "

                                The updated notification to be associated with a budget.

                                \n@param newNotification The updated notification to be associated with a budget.", "setterMethodName" : "setNewNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "newNotification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "newNotification", "variableType" : "Notification", "documentation" : "

                                The updated notification to be associated with a budget.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId", "BudgetName", "OldNotification", "NewNotification" ], "shapeName" : "UpdateNotificationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateNotificationRequest", "variableName" : "updateNotificationRequest", "variableType" : "UpdateNotificationRequest", "documentation" : null, "simpleType" : "UpdateNotificationRequest", "variableSetterType" : "UpdateNotificationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateNotificationResponse" : { "c2jName" : "UpdateNotificationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Response of UpdateNotification

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateNotificationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateNotificationResponse", "variableName" : "updateNotificationResponse", "variableType" : "UpdateNotificationResponse", "documentation" : null, "simpleType" : "UpdateNotificationResponse", "variableSetterType" : "UpdateNotificationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateSubscriberRequest" : { "c2jName" : "UpdateSubscriberRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Request of UpdateSubscriber

                                ", "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" : "UpdateSubscriber", "locationName" : null, "requestUri" : "/", "target" : "AWSBudgetServiceGateway.UpdateSubscriber", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \n@return The accountId that is associated with the budget whose subscriber you want to update.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \n@return The accountId that is associated with the budget whose subscriber you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to update.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #budgetName(String)}.\n@param budgetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #budgetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \n@return The name of the budget whose subscriber you want to update.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \n@param budgetName The name of the budget whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose subscriber you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BudgetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBudgetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "budgetName", "fluentSetterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \n@param budgetName The name of the budget whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \n@return The name of the budget whose subscriber you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \n@param budgetName The name of the budget whose subscriber you want to update.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose subscriber you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \nThis is a convenience that creates an instance of the {@link Notification.Builder} avoiding the need to create one manually via {@link Notification#builder()}.\n\nWhen the {@link Consumer} completes, {@link Notification.Builder#build()} is called immediately and its result is passed to {@link #notification(Notification)}.\n@param notification a consumer that will call methods on {@link Notification.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notification(Notification)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \n@return The notification whose subscriber you want to update.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \n@param notification The notification whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notification(Notification)}\n", "documentation" : "

                                The notification whose subscriber you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Notification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notification", "fluentSetterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \n@param notification The notification whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notification", "getterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \n@return The notification whose subscriber you want to update.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \n@param notification The notification whose subscriber you want to update.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification whose subscriber you want to update.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOldSubscriber", "beanStyleSetterMethodName" : "setOldSubscriber", "c2jName" : "OldSubscriber", "c2jShape" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \nThis is a convenience that creates an instance of the {@link Subscriber.Builder} avoiding the need to create one manually via {@link Subscriber#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subscriber.Builder#build()} is called immediately and its result is passed to {@link #oldSubscriber(Subscriber)}.\n@param oldSubscriber a consumer that will call methods on {@link Subscriber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #oldSubscriber(Subscriber)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \n@return The previous subscriber that is associated with a budget notification.\n@deprecated Use {@link #oldSubscriber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \n@param oldSubscriber The previous subscriber that is associated with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #oldSubscriber(Subscriber)}\n", "documentation" : "

                                The previous subscriber that is associated with a budget notification.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OldSubscriber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOldSubscriber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "oldSubscriber", "fluentSetterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \n@param oldSubscriber The previous subscriber that is associated with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oldSubscriber", "getterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \n@return The previous subscriber that is associated with a budget notification.", "getterModel" : { "returnType" : "Subscriber", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OldSubscriber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OldSubscriber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OldSubscriber", "sensitive" : false, "setterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \n@param oldSubscriber The previous subscriber that is associated with a budget notification.", "setterMethodName" : "setOldSubscriber", "setterModel" : { "variableDeclarationType" : "Subscriber", "variableName" : "oldSubscriber", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "oldSubscriber", "variableType" : "Subscriber", "documentation" : "

                                The previous subscriber that is associated with a budget notification.

                                ", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewSubscriber", "beanStyleSetterMethodName" : "setNewSubscriber", "c2jName" : "NewSubscriber", "c2jShape" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \nThis is a convenience that creates an instance of the {@link Subscriber.Builder} avoiding the need to create one manually via {@link Subscriber#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subscriber.Builder#build()} is called immediately and its result is passed to {@link #newSubscriber(Subscriber)}.\n@param newSubscriber a consumer that will call methods on {@link Subscriber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newSubscriber(Subscriber)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \n@return The updated subscriber that is associated with a budget notification.\n@deprecated Use {@link #newSubscriber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \n@param newSubscriber The updated subscriber that is associated with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newSubscriber(Subscriber)}\n", "documentation" : "

                                The updated subscriber that is associated with a budget notification.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewSubscriber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewSubscriber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newSubscriber", "fluentSetterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \n@param newSubscriber The updated subscriber that is associated with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newSubscriber", "getterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \n@return The updated subscriber that is associated with a budget notification.", "getterModel" : { "returnType" : "Subscriber", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewSubscriber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewSubscriber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NewSubscriber", "sensitive" : false, "setterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \n@param newSubscriber The updated subscriber that is associated with a budget notification.", "setterMethodName" : "setNewSubscriber", "setterModel" : { "variableDeclarationType" : "Subscriber", "variableName" : "newSubscriber", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "newSubscriber", "variableType" : "Subscriber", "documentation" : "

                                The updated subscriber that is associated with a budget notification.

                                ", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \n@return The accountId that is associated with the budget whose subscriber you want to update.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \n@return The accountId that is associated with the budget whose subscriber you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to update.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BudgetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #budgetName(String)}.\n@param budgetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #budgetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \n@return The name of the budget whose subscriber you want to update.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \n@param budgetName The name of the budget whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose subscriber you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BudgetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBudgetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "budgetName", "fluentSetterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \n@param budgetName The name of the budget whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \n@return The name of the budget whose subscriber you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \n@param budgetName The name of the budget whose subscriber you want to update.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose subscriber you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NewSubscriber" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewSubscriber", "beanStyleSetterMethodName" : "setNewSubscriber", "c2jName" : "NewSubscriber", "c2jShape" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \nThis is a convenience that creates an instance of the {@link Subscriber.Builder} avoiding the need to create one manually via {@link Subscriber#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subscriber.Builder#build()} is called immediately and its result is passed to {@link #newSubscriber(Subscriber)}.\n@param newSubscriber a consumer that will call methods on {@link Subscriber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newSubscriber(Subscriber)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \n@return The updated subscriber that is associated with a budget notification.\n@deprecated Use {@link #newSubscriber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \n@param newSubscriber The updated subscriber that is associated with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newSubscriber(Subscriber)}\n", "documentation" : "

                                The updated subscriber that is associated with a budget notification.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewSubscriber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewSubscriber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newSubscriber", "fluentSetterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \n@param newSubscriber The updated subscriber that is associated with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newSubscriber", "getterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \n@return The updated subscriber that is associated with a budget notification.", "getterModel" : { "returnType" : "Subscriber", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewSubscriber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewSubscriber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NewSubscriber", "sensitive" : false, "setterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \n@param newSubscriber The updated subscriber that is associated with a budget notification.", "setterMethodName" : "setNewSubscriber", "setterModel" : { "variableDeclarationType" : "Subscriber", "variableName" : "newSubscriber", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "newSubscriber", "variableType" : "Subscriber", "documentation" : "

                                The updated subscriber that is associated with a budget notification.

                                ", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Notification" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \nThis is a convenience that creates an instance of the {@link Notification.Builder} avoiding the need to create one manually via {@link Notification#builder()}.\n\nWhen the {@link Consumer} completes, {@link Notification.Builder#build()} is called immediately and its result is passed to {@link #notification(Notification)}.\n@param notification a consumer that will call methods on {@link Notification.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notification(Notification)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \n@return The notification whose subscriber you want to update.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \n@param notification The notification whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notification(Notification)}\n", "documentation" : "

                                The notification whose subscriber you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Notification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notification", "fluentSetterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \n@param notification The notification whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notification", "getterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \n@return The notification whose subscriber you want to update.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \n@param notification The notification whose subscriber you want to update.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification whose subscriber you want to update.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OldSubscriber" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOldSubscriber", "beanStyleSetterMethodName" : "setOldSubscriber", "c2jName" : "OldSubscriber", "c2jShape" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \nThis is a convenience that creates an instance of the {@link Subscriber.Builder} avoiding the need to create one manually via {@link Subscriber#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subscriber.Builder#build()} is called immediately and its result is passed to {@link #oldSubscriber(Subscriber)}.\n@param oldSubscriber a consumer that will call methods on {@link Subscriber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #oldSubscriber(Subscriber)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \n@return The previous subscriber that is associated with a budget notification.\n@deprecated Use {@link #oldSubscriber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \n@param oldSubscriber The previous subscriber that is associated with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #oldSubscriber(Subscriber)}\n", "documentation" : "

                                The previous subscriber that is associated with a budget notification.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OldSubscriber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOldSubscriber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "oldSubscriber", "fluentSetterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \n@param oldSubscriber The previous subscriber that is associated with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oldSubscriber", "getterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \n@return The previous subscriber that is associated with a budget notification.", "getterModel" : { "returnType" : "Subscriber", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OldSubscriber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OldSubscriber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OldSubscriber", "sensitive" : false, "setterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \n@param oldSubscriber The previous subscriber that is associated with a budget notification.", "setterMethodName" : "setOldSubscriber", "setterModel" : { "variableDeclarationType" : "Subscriber", "variableName" : "oldSubscriber", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "oldSubscriber", "variableType" : "Subscriber", "documentation" : "

                                The previous subscriber that is associated with a budget notification.

                                ", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "defaultConsumerFluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accountId(String)}.\n@param accountId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accountId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \n@return The accountId that is associated with the budget whose subscriber you want to update.\n@deprecated Use {@link #accountId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accountId(String)}\n", "documentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccountId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccountId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \n@return The accountId that is associated with the budget whose subscriber you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccountId", "sensitive" : false, "setterDocumentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                \n@param accountId The accountId that is associated with the budget whose subscriber you want to update.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                The accountId that is associated with the budget whose subscriber you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBudgetName", "beanStyleSetterMethodName" : "setBudgetName", "c2jName" : "BudgetName", "c2jShape" : "BudgetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #budgetName(String)}.\n@param budgetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #budgetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \n@return The name of the budget whose subscriber you want to update.\n@deprecated Use {@link #budgetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \n@param budgetName The name of the budget whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #budgetName(String)}\n", "documentation" : "

                                The name of the budget whose subscriber you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BudgetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBudgetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "budgetName", "fluentSetterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \n@param budgetName The name of the budget whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "budgetName", "getterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \n@return The name of the budget whose subscriber you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BudgetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "BudgetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BudgetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the budget whose subscriber you want to update.

                                \n@param budgetName The name of the budget whose subscriber you want to update.", "setterMethodName" : "setBudgetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "budgetName", "variableType" : "String", "documentation" : "

                                The name of the budget whose subscriber you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNotification", "beanStyleSetterMethodName" : "setNotification", "c2jName" : "Notification", "c2jShape" : "Notification", "defaultConsumerFluentSetterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \nThis is a convenience that creates an instance of the {@link Notification.Builder} avoiding the need to create one manually via {@link Notification#builder()}.\n\nWhen the {@link Consumer} completes, {@link Notification.Builder#build()} is called immediately and its result is passed to {@link #notification(Notification)}.\n@param notification a consumer that will call methods on {@link Notification.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notification(Notification)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \n@return The notification whose subscriber you want to update.\n@deprecated Use {@link #notification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \n@param notification The notification whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #notification(Notification)}\n", "documentation" : "

                                The notification whose subscriber you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Notification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNotification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notification", "fluentSetterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \n@param notification The notification whose subscriber you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notification", "getterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \n@return The notification whose subscriber you want to update.", "getterModel" : { "returnType" : "Notification", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Notification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Notification", "sensitive" : false, "setterDocumentation" : "

                                The notification whose subscriber you want to update.

                                \n@param notification The notification whose subscriber you want to update.", "setterMethodName" : "setNotification", "setterModel" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Notification", "variableName" : "notification", "variableType" : "Notification", "documentation" : "

                                The notification whose subscriber you want to update.

                                ", "simpleType" : "Notification", "variableSetterType" : "Notification" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOldSubscriber", "beanStyleSetterMethodName" : "setOldSubscriber", "c2jName" : "OldSubscriber", "c2jShape" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \nThis is a convenience that creates an instance of the {@link Subscriber.Builder} avoiding the need to create one manually via {@link Subscriber#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subscriber.Builder#build()} is called immediately and its result is passed to {@link #oldSubscriber(Subscriber)}.\n@param oldSubscriber a consumer that will call methods on {@link Subscriber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #oldSubscriber(Subscriber)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \n@return The previous subscriber that is associated with a budget notification.\n@deprecated Use {@link #oldSubscriber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \n@param oldSubscriber The previous subscriber that is associated with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #oldSubscriber(Subscriber)}\n", "documentation" : "

                                The previous subscriber that is associated with a budget notification.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OldSubscriber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOldSubscriber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "oldSubscriber", "fluentSetterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \n@param oldSubscriber The previous subscriber that is associated with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oldSubscriber", "getterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \n@return The previous subscriber that is associated with a budget notification.", "getterModel" : { "returnType" : "Subscriber", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OldSubscriber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OldSubscriber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "OldSubscriber", "sensitive" : false, "setterDocumentation" : "

                                The previous subscriber that is associated with a budget notification.

                                \n@param oldSubscriber The previous subscriber that is associated with a budget notification.", "setterMethodName" : "setOldSubscriber", "setterModel" : { "variableDeclarationType" : "Subscriber", "variableName" : "oldSubscriber", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "oldSubscriber", "variableType" : "Subscriber", "documentation" : "

                                The previous subscriber that is associated with a budget notification.

                                ", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewSubscriber", "beanStyleSetterMethodName" : "setNewSubscriber", "c2jName" : "NewSubscriber", "c2jShape" : "Subscriber", "defaultConsumerFluentSetterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \nThis is a convenience that creates an instance of the {@link Subscriber.Builder} avoiding the need to create one manually via {@link Subscriber#builder()}.\n\nWhen the {@link Consumer} completes, {@link Subscriber.Builder#build()} is called immediately and its result is passed to {@link #newSubscriber(Subscriber)}.\n@param newSubscriber a consumer that will call methods on {@link Subscriber.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newSubscriber(Subscriber)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \n@return The updated subscriber that is associated with a budget notification.\n@deprecated Use {@link #newSubscriber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \n@param newSubscriber The updated subscriber that is associated with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newSubscriber(Subscriber)}\n", "documentation" : "

                                The updated subscriber that is associated with a budget notification.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewSubscriber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewSubscriber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newSubscriber", "fluentSetterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \n@param newSubscriber The updated subscriber that is associated with a budget notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newSubscriber", "getterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \n@return The updated subscriber that is associated with a budget notification.", "getterModel" : { "returnType" : "Subscriber", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewSubscriber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewSubscriber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NewSubscriber", "sensitive" : false, "setterDocumentation" : "

                                The updated subscriber that is associated with a budget notification.

                                \n@param newSubscriber The updated subscriber that is associated with a budget notification.", "setterMethodName" : "setNewSubscriber", "setterModel" : { "variableDeclarationType" : "Subscriber", "variableName" : "newSubscriber", "variableType" : "Subscriber", "documentation" : null, "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Subscriber", "variableName" : "newSubscriber", "variableType" : "Subscriber", "documentation" : "

                                The updated subscriber that is associated with a budget notification.

                                ", "simpleType" : "Subscriber", "variableSetterType" : "Subscriber" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId", "BudgetName", "Notification", "OldSubscriber", "NewSubscriber" ], "shapeName" : "UpdateSubscriberRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateSubscriberRequest", "variableName" : "updateSubscriberRequest", "variableType" : "UpdateSubscriberRequest", "documentation" : null, "simpleType" : "UpdateSubscriberRequest", "variableSetterType" : "UpdateSubscriberRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateSubscriberResponse" : { "c2jName" : "UpdateSubscriberResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Response of UpdateSubscriber

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateSubscriberResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateSubscriberResponse", "variableName" : "updateSubscriberResponse", "variableType" : "UpdateSubscriberResponse", "documentation" : null, "simpleType" : "UpdateSubscriberResponse", "variableSetterType" : "UpdateSubscriberResponse" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "BudgetsException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.budgets.model.BudgetsException", "sdkRequestBaseClassName" : "BudgetsRequest", "sdkResponseBaseClassName" : "BudgetsResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy