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

models.applicationinsights-2018-11-25-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Application Insights module holds the client classes that are used for communicating with Application Insights.

There is a newer version: 2.28.4
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" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "utilitiesMethod" : null,
    "verifiedSimpleMethods" : [ ]
  },
  "metadata" : {
    "apiVersion" : "2018-11-25",
    "asyncBuilder" : "DefaultApplicationInsightsAsyncClientBuilder",
    "asyncBuilderInterface" : "ApplicationInsightsAsyncClientBuilder",
    "asyncClient" : "DefaultApplicationInsightsAsyncClient",
    "asyncInterface" : "ApplicationInsightsAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultApplicationInsightsBaseClientBuilder",
    "baseBuilderInterface" : "ApplicationInsightsBaseClientBuilder",
    "baseExceptionName" : "ApplicationInsightsException",
    "baseRequestName" : "ApplicationInsightsRequest",
    "baseResponseName" : "ApplicationInsightsResponse",
    "cborProtocol" : false,
    "clientPackageName" : "applicationinsights",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "Application Insights",
    "documentation" : "Amazon CloudWatch Application Insights for .NET and SQL Server 

Amazon CloudWatch Application Insights for .NET and SQL Server is a service that helps you detect common problems with your .NET and SQL Server-based applications. It enables you to pinpoint the source of issues in your applications (built with technologies such as Microsoft IIS, .NET, and Microsoft SQL Server), by providing key insights into detected problems.

After you onboard your application, CloudWatch Application Insights for .NET and SQL Server identifies, recommends, and sets up metrics and logs. It continuously analyzes and correlates your metrics and logs for unusual behavior to surface actionable problems with your application. For example, if your application is slow and unresponsive and leading to HTTP 500 errors in your Application Load Balancer (ALB), Application Insights informs you that a memory pressure problem with your SQL Server database is occurring. It bases this analysis on impactful metrics and log errors.

", "endpointPrefix" : "applicationinsights", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.applicationinsights", "fullModelPackageName" : "software.amazon.awssdk.services.applicationinsights.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.applicationinsights.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.applicationinsights.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.applicationinsights.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "applicationinsights.model", "paginatorsPackageName" : "applicationinsights.paginators", "protocol" : "json", "queryProtocol" : false, "requestTransformPackageName" : "applicationinsights.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "Application Insights", "serviceName" : "ApplicationInsights", "signingName" : "applicationinsights", "syncBuilder" : "DefaultApplicationInsightsClientBuilder", "syncBuilderInterface" : "ApplicationInsightsClientBuilder", "syncClient" : "DefaultApplicationInsightsClient", "syncInterface" : "ApplicationInsightsClient", "transformPackageName" : "applicationinsights.transform", "uid" : "application-insights-2018-11-25", "xmlProtocol" : false }, "operations" : { "CreateApplication" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds an application that is created from a resource group.

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

The resource is already created or in use.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

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

The server encountered an internal error and is unable to complete the request.

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

Tags are already registered for the specified application ARN.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateApplicationRequest", "variableName" : "createApplicationRequest", "variableType" : "CreateApplicationRequest", "documentation" : "", "simpleType" : "CreateApplicationRequest", "variableSetterType" : "CreateApplicationRequest" }, "methodName" : "createApplication", "operationName" : "CreateApplication", "paginated" : false, "returnType" : { "returnType" : "CreateApplicationResponse", "documentation" : null }, "syncReturnType" : "CreateApplicationResponse" }, "CreateComponent" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a custom component by grouping similar standalone instances to monitor.

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

The resource is already created or in use.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateComponentRequest", "variableName" : "createComponentRequest", "variableType" : "CreateComponentRequest", "documentation" : "", "simpleType" : "CreateComponentRequest", "variableSetterType" : "CreateComponentRequest" }, "methodName" : "createComponent", "operationName" : "CreateComponent", "paginated" : false, "returnType" : { "returnType" : "CreateComponentResponse", "documentation" : null }, "syncReturnType" : "CreateComponentResponse" }, "CreateLogPattern" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds an log pattern to a LogPatternSet.

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

The resource is already created or in use.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateLogPatternRequest", "variableName" : "createLogPatternRequest", "variableType" : "CreateLogPatternRequest", "documentation" : "", "simpleType" : "CreateLogPatternRequest", "variableSetterType" : "CreateLogPatternRequest" }, "methodName" : "createLogPattern", "operationName" : "CreateLogPattern", "paginated" : false, "returnType" : { "returnType" : "CreateLogPatternResponse", "documentation" : null }, "syncReturnType" : "CreateLogPatternResponse" }, "DeleteApplication" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes the specified application from monitoring. Does not delete the application.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

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

The request is not understood by the server.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteApplicationRequest", "variableName" : "deleteApplicationRequest", "variableType" : "DeleteApplicationRequest", "documentation" : "", "simpleType" : "DeleteApplicationRequest", "variableSetterType" : "DeleteApplicationRequest" }, "methodName" : "deleteApplication", "operationName" : "DeleteApplication", "paginated" : false, "returnType" : { "returnType" : "DeleteApplicationResponse", "documentation" : null }, "syncReturnType" : "DeleteApplicationResponse" }, "DeleteComponent" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Ungroups a custom component. When you ungroup custom components, all applicable monitors that are set up for the component are removed and the instances revert to their standalone status.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteComponentRequest", "variableName" : "deleteComponentRequest", "variableType" : "DeleteComponentRequest", "documentation" : "", "simpleType" : "DeleteComponentRequest", "variableSetterType" : "DeleteComponentRequest" }, "methodName" : "deleteComponent", "operationName" : "DeleteComponent", "paginated" : false, "returnType" : { "returnType" : "DeleteComponentResponse", "documentation" : null }, "syncReturnType" : "DeleteComponentResponse" }, "DeleteLogPattern" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes the specified log pattern from a LogPatternSet.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

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

The request is not understood by the server.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteLogPatternRequest", "variableName" : "deleteLogPatternRequest", "variableType" : "DeleteLogPatternRequest", "documentation" : "", "simpleType" : "DeleteLogPatternRequest", "variableSetterType" : "DeleteLogPatternRequest" }, "methodName" : "deleteLogPattern", "operationName" : "DeleteLogPattern", "paginated" : false, "returnType" : { "returnType" : "DeleteLogPatternResponse", "documentation" : null }, "syncReturnType" : "DeleteLogPatternResponse" }, "DescribeApplication" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the application.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeApplicationRequest", "variableName" : "describeApplicationRequest", "variableType" : "DescribeApplicationRequest", "documentation" : "", "simpleType" : "DescribeApplicationRequest", "variableSetterType" : "DescribeApplicationRequest" }, "methodName" : "describeApplication", "operationName" : "DescribeApplication", "paginated" : false, "returnType" : { "returnType" : "DescribeApplicationResponse", "documentation" : null }, "syncReturnType" : "DescribeApplicationResponse" }, "DescribeComponent" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes a component and lists the resources that are grouped together in a component.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeComponentRequest", "variableName" : "describeComponentRequest", "variableType" : "DescribeComponentRequest", "documentation" : "", "simpleType" : "DescribeComponentRequest", "variableSetterType" : "DescribeComponentRequest" }, "methodName" : "describeComponent", "operationName" : "DescribeComponent", "paginated" : false, "returnType" : { "returnType" : "DescribeComponentResponse", "documentation" : null }, "syncReturnType" : "DescribeComponentResponse" }, "DescribeComponentConfiguration" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the monitoring configuration of the component.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeComponentConfigurationRequest", "variableName" : "describeComponentConfigurationRequest", "variableType" : "DescribeComponentConfigurationRequest", "documentation" : "", "simpleType" : "DescribeComponentConfigurationRequest", "variableSetterType" : "DescribeComponentConfigurationRequest" }, "methodName" : "describeComponentConfiguration", "operationName" : "DescribeComponentConfiguration", "paginated" : false, "returnType" : { "returnType" : "DescribeComponentConfigurationResponse", "documentation" : null }, "syncReturnType" : "DescribeComponentConfigurationResponse" }, "DescribeComponentConfigurationRecommendation" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the recommended monitoring configuration of the component.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeComponentConfigurationRecommendationRequest", "variableName" : "describeComponentConfigurationRecommendationRequest", "variableType" : "DescribeComponentConfigurationRecommendationRequest", "documentation" : "", "simpleType" : "DescribeComponentConfigurationRecommendationRequest", "variableSetterType" : "DescribeComponentConfigurationRecommendationRequest" }, "methodName" : "describeComponentConfigurationRecommendation", "operationName" : "DescribeComponentConfigurationRecommendation", "paginated" : false, "returnType" : { "returnType" : "DescribeComponentConfigurationRecommendationResponse", "documentation" : null }, "syncReturnType" : "DescribeComponentConfigurationRecommendationResponse" }, "DescribeLogPattern" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describe a specific log pattern from a LogPatternSet.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeLogPatternRequest", "variableName" : "describeLogPatternRequest", "variableType" : "DescribeLogPatternRequest", "documentation" : "", "simpleType" : "DescribeLogPatternRequest", "variableSetterType" : "DescribeLogPatternRequest" }, "methodName" : "describeLogPattern", "operationName" : "DescribeLogPattern", "paginated" : false, "returnType" : { "returnType" : "DescribeLogPatternResponse", "documentation" : null }, "syncReturnType" : "DescribeLogPatternResponse" }, "DescribeObservation" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes an anomaly or error with the application.

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

The server encountered an internal error and is unable to complete the request.

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

The parameter is not valid.

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

The resource does not exist in the customer account.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeObservationRequest", "variableName" : "describeObservationRequest", "variableType" : "DescribeObservationRequest", "documentation" : "", "simpleType" : "DescribeObservationRequest", "variableSetterType" : "DescribeObservationRequest" }, "methodName" : "describeObservation", "operationName" : "DescribeObservation", "paginated" : false, "returnType" : { "returnType" : "DescribeObservationResponse", "documentation" : null }, "syncReturnType" : "DescribeObservationResponse" }, "DescribeProblem" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes an application problem.

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

The server encountered an internal error and is unable to complete the request.

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

The parameter is not valid.

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

The resource does not exist in the customer account.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeProblemRequest", "variableName" : "describeProblemRequest", "variableType" : "DescribeProblemRequest", "documentation" : "", "simpleType" : "DescribeProblemRequest", "variableSetterType" : "DescribeProblemRequest" }, "methodName" : "describeProblem", "operationName" : "DescribeProblem", "paginated" : false, "returnType" : { "returnType" : "DescribeProblemResponse", "documentation" : null }, "syncReturnType" : "DescribeProblemResponse" }, "DescribeProblemObservations" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the anomalies or errors associated with the problem.

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

The server encountered an internal error and is unable to complete the request.

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

The parameter is not valid.

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

The resource does not exist in the customer account.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeProblemObservationsRequest", "variableName" : "describeProblemObservationsRequest", "variableType" : "DescribeProblemObservationsRequest", "documentation" : "", "simpleType" : "DescribeProblemObservationsRequest", "variableSetterType" : "DescribeProblemObservationsRequest" }, "methodName" : "describeProblemObservations", "operationName" : "DescribeProblemObservations", "paginated" : false, "returnType" : { "returnType" : "DescribeProblemObservationsResponse", "documentation" : null }, "syncReturnType" : "DescribeProblemObservationsResponse" }, "ListApplications" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the IDs of the applications that you are monitoring.

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

The parameter is not valid.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListApplicationsRequest", "variableName" : "listApplicationsRequest", "variableType" : "ListApplicationsRequest", "documentation" : "", "simpleType" : "ListApplicationsRequest", "variableSetterType" : "ListApplicationsRequest" }, "methodName" : "listApplications", "operationName" : "ListApplications", "paginated" : true, "returnType" : { "returnType" : "ListApplicationsResponse", "documentation" : null }, "syncReturnType" : "ListApplicationsResponse" }, "ListComponents" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the auto-grouped, standalone, and custom components of the application.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListComponentsRequest", "variableName" : "listComponentsRequest", "variableType" : "ListComponentsRequest", "documentation" : "", "simpleType" : "ListComponentsRequest", "variableSetterType" : "ListComponentsRequest" }, "methodName" : "listComponents", "operationName" : "ListComponents", "paginated" : true, "returnType" : { "returnType" : "ListComponentsResponse", "documentation" : null }, "syncReturnType" : "ListComponentsResponse" }, "ListConfigurationHistory" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights. Examples of events represented are:

  • INFO: creating a new alarm or updating an alarm threshold.

  • WARN: alarm not created due to insufficient data points used to predict thresholds.

  • ERROR: alarm not created due to permission errors or exceeding quotas.

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

The parameter is not valid.

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

The resource does not exist in the customer account.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListConfigurationHistoryRequest", "variableName" : "listConfigurationHistoryRequest", "variableType" : "ListConfigurationHistoryRequest", "documentation" : "", "simpleType" : "ListConfigurationHistoryRequest", "variableSetterType" : "ListConfigurationHistoryRequest" }, "methodName" : "listConfigurationHistory", "operationName" : "ListConfigurationHistory", "paginated" : true, "returnType" : { "returnType" : "ListConfigurationHistoryResponse", "documentation" : null }, "syncReturnType" : "ListConfigurationHistoryResponse" }, "ListLogPatternSets" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the log pattern sets in the specific application.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListLogPatternSetsRequest", "variableName" : "listLogPatternSetsRequest", "variableType" : "ListLogPatternSetsRequest", "documentation" : "", "simpleType" : "ListLogPatternSetsRequest", "variableSetterType" : "ListLogPatternSetsRequest" }, "methodName" : "listLogPatternSets", "operationName" : "ListLogPatternSets", "paginated" : true, "returnType" : { "returnType" : "ListLogPatternSetsResponse", "documentation" : null }, "syncReturnType" : "ListLogPatternSetsResponse" }, "ListLogPatterns" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the log patterns in the specific log LogPatternSet.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListLogPatternsRequest", "variableName" : "listLogPatternsRequest", "variableType" : "ListLogPatternsRequest", "documentation" : "", "simpleType" : "ListLogPatternsRequest", "variableSetterType" : "ListLogPatternsRequest" }, "methodName" : "listLogPatterns", "operationName" : "ListLogPatterns", "paginated" : true, "returnType" : { "returnType" : "ListLogPatternsResponse", "documentation" : null }, "syncReturnType" : "ListLogPatternsResponse" }, "ListProblems" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the problems with your application.

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

The parameter is not valid.

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

The resource does not exist in the customer account.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListProblemsRequest", "variableName" : "listProblemsRequest", "variableType" : "ListProblemsRequest", "documentation" : "", "simpleType" : "ListProblemsRequest", "variableSetterType" : "ListProblemsRequest" }, "methodName" : "listProblems", "operationName" : "ListProblems", "paginated" : true, "returnType" : { "returnType" : "ListProblemsResponse", "documentation" : null }, "syncReturnType" : "ListProblemsResponse" }, "ListTagsForResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieve a list of the tags (keys and values) that are associated with a specified application. A tag is a label that you optionally define and associate with an application. Each tag consists of a required tag key and an optional associated tag value. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : "", "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "methodName" : "listTagsForResource", "operationName" : "ListTagsForResource", "paginated" : false, "returnType" : { "returnType" : "ListTagsForResourceResponse", "documentation" : null }, "syncReturnType" : "ListTagsForResourceResponse" }, "TagResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Add one or more tags (keys and values) to a specified application. A tag is a label that you optionally define and associate with an application. Tags can help you categorize and manage application in different ways, such as by purpose, owner, environment, or other criteria.

Each tag consists of a required tag key and an associated tag value, both of which you define. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.

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

The resource does not exist in the customer account.

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

The number of the provided tags is beyond the limit, or the number of total tags you are trying to attach to the specified resource exceeds the limit.

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

The parameter is not valid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : "", "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "methodName" : "tagResource", "operationName" : "TagResource", "paginated" : false, "returnType" : { "returnType" : "TagResourceResponse", "documentation" : null }, "syncReturnType" : "TagResourceResponse" }, "UntagResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Remove one or more tags (keys and values) from a specified application.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : "", "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "methodName" : "untagResource", "operationName" : "UntagResource", "paginated" : false, "returnType" : { "returnType" : "UntagResourceResponse", "documentation" : null }, "syncReturnType" : "UntagResourceResponse" }, "UpdateApplication" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the application.

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

The server encountered an internal error and is unable to complete the request.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateApplicationRequest", "variableName" : "updateApplicationRequest", "variableType" : "UpdateApplicationRequest", "documentation" : "", "simpleType" : "UpdateApplicationRequest", "variableSetterType" : "UpdateApplicationRequest" }, "methodName" : "updateApplication", "operationName" : "UpdateApplication", "paginated" : false, "returnType" : { "returnType" : "UpdateApplicationResponse", "documentation" : null }, "syncReturnType" : "UpdateApplicationResponse" }, "UpdateComponent" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the custom component name and/or the list of resources that make up the component.

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

The resource is already created or in use.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateComponentRequest", "variableName" : "updateComponentRequest", "variableType" : "UpdateComponentRequest", "documentation" : "", "simpleType" : "UpdateComponentRequest", "variableSetterType" : "UpdateComponentRequest" }, "methodName" : "updateComponent", "operationName" : "UpdateComponent", "paginated" : false, "returnType" : { "returnType" : "UpdateComponentResponse", "documentation" : null }, "syncReturnType" : "UpdateComponentResponse" }, "UpdateComponentConfiguration" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the monitoring configurations for the component. The configuration input parameter is an escaped JSON of the configuration and should match the schema of what is returned by DescribeComponentConfigurationRecommendation.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateComponentConfigurationRequest", "variableName" : "updateComponentConfigurationRequest", "variableType" : "UpdateComponentConfigurationRequest", "documentation" : "", "simpleType" : "UpdateComponentConfigurationRequest", "variableSetterType" : "UpdateComponentConfigurationRequest" }, "methodName" : "updateComponentConfiguration", "operationName" : "UpdateComponentConfiguration", "paginated" : false, "returnType" : { "returnType" : "UpdateComponentConfigurationResponse", "documentation" : null }, "syncReturnType" : "UpdateComponentConfigurationResponse" }, "UpdateLogPattern" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds a log pattern to a LogPatternSet.

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

The resource is already created or in use.

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

The resource does not exist in the customer account.

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

The parameter is not valid.

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

The server encountered an internal error and is unable to complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateLogPatternRequest", "variableName" : "updateLogPatternRequest", "variableType" : "UpdateLogPatternRequest", "documentation" : "", "simpleType" : "UpdateLogPatternRequest", "variableSetterType" : "UpdateLogPatternRequest" }, "methodName" : "updateLogPattern", "operationName" : "UpdateLogPattern", "paginated" : false, "returnType" : { "returnType" : "UpdateLogPatternResponse", "documentation" : null }, "syncReturnType" : "UpdateLogPatternResponse" } }, "shapes" : { "ApplicationComponent" : { "c2jName" : "ApplicationComponent", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Describes a standalone resource or similarly grouped resources that the application is made up of.

", "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" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

The name of the component.

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

The name of the component.

\n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the component.

\n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

The name of the component.

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

The name of the component.

\n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

The name of the component.

\n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

The name of the component.

\n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

The name of the component.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "defaultConsumerFluentSetterDocumentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

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

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

\n@return The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.\n@deprecated Use {@link #resourceType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

\n@param resourceType The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceType(String)}\n", "documentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

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

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

\n@param resourceType The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

\n@return The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "sensitive" : false, "setterDocumentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

\n@param resourceType The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTier", "beanStyleSetterMethodName" : "setTier", "c2jName" : "Tier", "c2jShape" : "Tier", "defaultConsumerFluentSetterDocumentation" : "

The stack tier of the application component.

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

The stack tier of the application component.

\n

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

\n@return The stack tier of the application component.\n@see Tier\n@deprecated Use {@link #tierAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The stack tier of the application component.

\n@param tier The stack tier of the application component.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier\n@deprecated Use {@link #tier(String)}\n", "documentation" : "

The stack tier of the application component.

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

The stack tier of the application component.

\n@param tier The stack tier of the application component.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier", "fluentSetterMethodName" : "tier", "getterDocumentation" : "

The stack tier of the application component.

\n

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

\n@return The stack tier of the application component.\n@see Tier", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Tier", "sensitive" : false, "setterDocumentation" : "

The stack tier of the application component.

\n@param tier The stack tier of the application component.\n@see Tier", "setterMethodName" : "setTier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : "

The stack tier of the application component.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMonitor", "beanStyleSetterMethodName" : "setMonitor", "c2jName" : "Monitor", "c2jShape" : "Monitor", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether the application component is monitored.

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

Indicates whether the application component is monitored.

\n@return Indicates whether the application component is monitored.\n@deprecated Use {@link #monitor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether the application component is monitored.

\n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #monitor(Boolean)}\n", "documentation" : "

Indicates whether the application component is monitored.

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

Indicates whether the application component is monitored.

\n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "monitor", "getterDocumentation" : "

Indicates whether the application component is monitored.

\n@return Indicates whether the application component is monitored.", "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" : "Monitor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Monitor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Monitor", "sensitive" : false, "setterDocumentation" : "

Indicates whether the application component is monitored.

\n@param monitor Indicates whether the application component is monitored.", "setterMethodName" : "setMonitor", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : "

Indicates whether the application component is monitored.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ComponentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

The name of the component.

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

The name of the component.

\n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the component.

\n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

The name of the component.

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

The name of the component.

\n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

The name of the component.

\n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

The name of the component.

\n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

The name of the component.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Monitor" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMonitor", "beanStyleSetterMethodName" : "setMonitor", "c2jName" : "Monitor", "c2jShape" : "Monitor", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether the application component is monitored.

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

Indicates whether the application component is monitored.

\n@return Indicates whether the application component is monitored.\n@deprecated Use {@link #monitor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether the application component is monitored.

\n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #monitor(Boolean)}\n", "documentation" : "

Indicates whether the application component is monitored.

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

Indicates whether the application component is monitored.

\n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "monitor", "getterDocumentation" : "

Indicates whether the application component is monitored.

\n@return Indicates whether the application component is monitored.", "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" : "Monitor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Monitor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Monitor", "sensitive" : false, "setterDocumentation" : "

Indicates whether the application component is monitored.

\n@param monitor Indicates whether the application component is monitored.", "setterMethodName" : "setMonitor", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : "

Indicates whether the application component is monitored.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "defaultConsumerFluentSetterDocumentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

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

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

\n@return The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.\n@deprecated Use {@link #resourceType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

\n@param resourceType The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceType(String)}\n", "documentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

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

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

\n@param resourceType The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

\n@return The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "sensitive" : false, "setterDocumentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

\n@param resourceType The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tier" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTier", "beanStyleSetterMethodName" : "setTier", "c2jName" : "Tier", "c2jShape" : "Tier", "defaultConsumerFluentSetterDocumentation" : "

The stack tier of the application component.

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

The stack tier of the application component.

\n

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

\n@return The stack tier of the application component.\n@see Tier\n@deprecated Use {@link #tierAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The stack tier of the application component.

\n@param tier The stack tier of the application component.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier\n@deprecated Use {@link #tier(String)}\n", "documentation" : "

The stack tier of the application component.

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

The stack tier of the application component.

\n@param tier The stack tier of the application component.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier", "fluentSetterMethodName" : "tier", "getterDocumentation" : "

The stack tier of the application component.

\n

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

\n@return The stack tier of the application component.\n@see Tier", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Tier", "sensitive" : false, "setterDocumentation" : "

The stack tier of the application component.

\n@param tier The stack tier of the application component.\n@see Tier", "setterMethodName" : "setTier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : "

The stack tier of the application component.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

The name of the component.

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

The name of the component.

\n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the component.

\n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

The name of the component.

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

The name of the component.

\n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

The name of the component.

\n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

The name of the component.

\n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

The name of the component.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceType", "beanStyleSetterMethodName" : "setResourceType", "c2jName" : "ResourceType", "c2jShape" : "ResourceType", "defaultConsumerFluentSetterDocumentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

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

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

\n@return The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.\n@deprecated Use {@link #resourceType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

\n@param resourceType The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceType(String)}\n", "documentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

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

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

\n@param resourceType The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceType", "getterDocumentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

\n@return The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceType", "sensitive" : false, "setterDocumentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

\n@param resourceType The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.", "setterMethodName" : "setResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceType", "variableType" : "String", "documentation" : "

The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTier", "beanStyleSetterMethodName" : "setTier", "c2jName" : "Tier", "c2jShape" : "Tier", "defaultConsumerFluentSetterDocumentation" : "

The stack tier of the application component.

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

The stack tier of the application component.

\n

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

\n@return The stack tier of the application component.\n@see Tier\n@deprecated Use {@link #tierAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The stack tier of the application component.

\n@param tier The stack tier of the application component.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier\n@deprecated Use {@link #tier(String)}\n", "documentation" : "

The stack tier of the application component.

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

The stack tier of the application component.

\n@param tier The stack tier of the application component.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier", "fluentSetterMethodName" : "tier", "getterDocumentation" : "

The stack tier of the application component.

\n

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

\n@return The stack tier of the application component.\n@see Tier", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Tier", "sensitive" : false, "setterDocumentation" : "

The stack tier of the application component.

\n@param tier The stack tier of the application component.\n@see Tier", "setterMethodName" : "setTier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : "

The stack tier of the application component.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMonitor", "beanStyleSetterMethodName" : "setMonitor", "c2jName" : "Monitor", "c2jShape" : "Monitor", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether the application component is monitored.

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

Indicates whether the application component is monitored.

\n@return Indicates whether the application component is monitored.\n@deprecated Use {@link #monitor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether the application component is monitored.

\n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #monitor(Boolean)}\n", "documentation" : "

Indicates whether the application component is monitored.

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

Indicates whether the application component is monitored.

\n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "monitor", "getterDocumentation" : "

Indicates whether the application component is monitored.

\n@return Indicates whether the application component is monitored.", "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" : "Monitor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Monitor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Monitor", "sensitive" : false, "setterDocumentation" : "

Indicates whether the application component is monitored.

\n@param monitor Indicates whether the application component is monitored.", "setterMethodName" : "setMonitor", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : "

Indicates whether the application component is monitored.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ApplicationComponent", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ApplicationComponent", "variableName" : "applicationComponent", "variableType" : "ApplicationComponent", "documentation" : null, "simpleType" : "ApplicationComponent", "variableSetterType" : "ApplicationComponent" }, "wrapper" : false, "xmlNamespace" : null }, "ApplicationInfo" : { "c2jName" : "ApplicationInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Describes the status of the application.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the resource group used for the application.

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

The name of the resource group used for the application.

\n@return The name of the resource group used for the application.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the resource group used for the application.

\n@param resourceGroupName The name of the resource group used for the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

The name of the resource group used for the application.

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

The name of the resource group used for the application.

\n@param resourceGroupName The name of the resource group used for the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

The name of the resource group used for the application.

\n@return The name of the resource group used for the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the resource group used for the application.

\n@param resourceGroupName The name of the resource group used for the application.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

The name of the resource group used for the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLifeCycle", "beanStyleSetterMethodName" : "setLifeCycle", "c2jName" : "LifeCycle", "c2jShape" : "LifeCycle", "defaultConsumerFluentSetterDocumentation" : "

The lifecycle of the application.

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

The lifecycle of the application.

\n@return The lifecycle of the application.\n@deprecated Use {@link #lifeCycle()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The lifecycle of the application.

\n@param lifeCycle The lifecycle of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lifeCycle(String)}\n", "documentation" : "

The lifecycle of the application.

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

The lifecycle of the application.

\n@param lifeCycle The lifecycle of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifeCycle", "getterDocumentation" : "

The lifecycle of the application.

\n@return The lifecycle of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LifeCycle", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LifeCycle", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifeCycle", "sensitive" : false, "setterDocumentation" : "

The lifecycle of the application.

\n@param lifeCycle The lifecycle of the application.", "setterMethodName" : "setLifeCycle", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifeCycle", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifeCycle", "variableType" : "String", "documentation" : "

The lifecycle of the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsItemSNSTopicArn", "beanStyleSetterMethodName" : "setOpsItemSNSTopicArn", "c2jName" : "OpsItemSNSTopicArn", "c2jShape" : "OpsItemSNSTopicArn", "defaultConsumerFluentSetterDocumentation" : "

The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

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

The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

\n@return The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.\n@deprecated Use {@link #opsItemSNSTopicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

\n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsItemSNSTopicArn(String)}\n", "documentation" : "

The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

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

The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

\n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsItemSNSTopicArn", "getterDocumentation" : "

The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

\n@return The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OpsItemSNSTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsItemSNSTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OpsItemSNSTopicArn", "sensitive" : false, "setterDocumentation" : "

The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

\n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.", "setterMethodName" : "setOpsItemSNSTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : "

The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsCenterEnabled", "beanStyleSetterMethodName" : "setOpsCenterEnabled", "c2jName" : "OpsCenterEnabled", "c2jShape" : "OpsCenterEnabled", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

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

Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

\n@return Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.\n@deprecated Use {@link #opsCenterEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

\n@param opsCenterEnabled Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsCenterEnabled(Boolean)}\n", "documentation" : "

Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

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

Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

\n@param opsCenterEnabled Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsCenterEnabled", "getterDocumentation" : "

Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

\n@return Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.", "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" : "OpsCenterEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsCenterEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "OpsCenterEnabled", "sensitive" : false, "setterDocumentation" : "

Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

\n@param opsCenterEnabled Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.", "setterMethodName" : "setOpsCenterEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : "

Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCweMonitorEnabled", "beanStyleSetterMethodName" : "setCweMonitorEnabled", "c2jName" : "CWEMonitorEnabled", "c2jShape" : "CWEMonitorEnabled", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

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

Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

\n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@deprecated Use {@link #cweMonitorEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

\n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cweMonitorEnabled(Boolean)}\n", "documentation" : "

Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

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

Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

\n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cweMonitorEnabled", "getterDocumentation" : "

Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

\n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "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" : "CWEMonitorEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CWEMonitorEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CWEMonitorEnabled", "sensitive" : false, "setterDocumentation" : "

Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

\n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "setterMethodName" : "setCweMonitorEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : "

Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRemarks", "beanStyleSetterMethodName" : "setRemarks", "c2jName" : "Remarks", "c2jShape" : "Remarks", "defaultConsumerFluentSetterDocumentation" : "

The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

  • “Configuring application, detected 1 Errors, 3 Warnings”

  • “Configuring application, detected 1 Unconfigured Components”

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

The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

  • “Configuring application, detected 1 Errors, 3 Warnings”

  • “Configuring application, detected 1 Unconfigured Components”

\n@return The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

  • “Configuring application, detected 1 Errors, 3 Warnings”

  • “Configuring application, detected 1 Unconfigured Components”

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

    The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

    • “Configuring application, detected 1 Errors, 3 Warnings”

    • “Configuring application, detected 1 Unconfigured Components”

    \n@param remarks The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

    • “Configuring application, detected 1 Errors, 3 Warnings”

    • “Configuring application, detected 1 Unconfigured Components”

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

      The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

      • “Configuring application, detected 1 Errors, 3 Warnings”

      • “Configuring application, detected 1 Unconfigured Components”

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

      The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

      • “Configuring application, detected 1 Errors, 3 Warnings”

      • “Configuring application, detected 1 Unconfigured Components”

      \n@param remarks The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

      • “Configuring application, detected 1 Errors, 3 Warnings”

      • “Configuring application, detected 1 Unconfigured Components”

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

        The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

        • “Configuring application, detected 1 Errors, 3 Warnings”

        • “Configuring application, detected 1 Unconfigured Components”

        \n@return The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

        • “Configuring application, detected 1 Errors, 3 Warnings”

        • “Configuring application, detected 1 Unconfigured Components”

        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Remarks", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Remarks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Remarks", "sensitive" : false, "setterDocumentation" : "

          The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

          • “Configuring application, detected 1 Errors, 3 Warnings”

          • “Configuring application, detected 1 Unconfigured Components”

          \n@param remarks The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

          • “Configuring application, detected 1 Errors, 3 Warnings”

          • “Configuring application, detected 1 Unconfigured Components”

          • ", "setterMethodName" : "setRemarks", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "remarks", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "remarks", "variableType" : "String", "documentation" : "

            The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

            • “Configuring application, detected 1 Errors, 3 Warnings”

            • “Configuring application, detected 1 Unconfigured Components”

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CWEMonitorEnabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCweMonitorEnabled", "beanStyleSetterMethodName" : "setCweMonitorEnabled", "c2jName" : "CWEMonitorEnabled", "c2jShape" : "CWEMonitorEnabled", "defaultConsumerFluentSetterDocumentation" : "

            Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

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

            Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

            \n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@deprecated Use {@link #cweMonitorEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

            \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cweMonitorEnabled(Boolean)}\n", "documentation" : "

            Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

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

            Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

            \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cweMonitorEnabled", "getterDocumentation" : "

            Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

            \n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "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" : "CWEMonitorEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CWEMonitorEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CWEMonitorEnabled", "sensitive" : false, "setterDocumentation" : "

            Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

            \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "setterMethodName" : "setCweMonitorEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : "

            Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LifeCycle" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLifeCycle", "beanStyleSetterMethodName" : "setLifeCycle", "c2jName" : "LifeCycle", "c2jShape" : "LifeCycle", "defaultConsumerFluentSetterDocumentation" : "

            The lifecycle of the application.

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

            The lifecycle of the application.

            \n@return The lifecycle of the application.\n@deprecated Use {@link #lifeCycle()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The lifecycle of the application.

            \n@param lifeCycle The lifecycle of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lifeCycle(String)}\n", "documentation" : "

            The lifecycle of the application.

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

            The lifecycle of the application.

            \n@param lifeCycle The lifecycle of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifeCycle", "getterDocumentation" : "

            The lifecycle of the application.

            \n@return The lifecycle of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LifeCycle", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LifeCycle", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifeCycle", "sensitive" : false, "setterDocumentation" : "

            The lifecycle of the application.

            \n@param lifeCycle The lifecycle of the application.", "setterMethodName" : "setLifeCycle", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifeCycle", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifeCycle", "variableType" : "String", "documentation" : "

            The lifecycle of the application.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OpsCenterEnabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsCenterEnabled", "beanStyleSetterMethodName" : "setOpsCenterEnabled", "c2jName" : "OpsCenterEnabled", "c2jShape" : "OpsCenterEnabled", "defaultConsumerFluentSetterDocumentation" : "

            Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

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

            Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

            \n@return Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.\n@deprecated Use {@link #opsCenterEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

            \n@param opsCenterEnabled Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsCenterEnabled(Boolean)}\n", "documentation" : "

            Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

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

            Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

            \n@param opsCenterEnabled Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsCenterEnabled", "getterDocumentation" : "

            Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

            \n@return Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.", "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" : "OpsCenterEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsCenterEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "OpsCenterEnabled", "sensitive" : false, "setterDocumentation" : "

            Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

            \n@param opsCenterEnabled Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.", "setterMethodName" : "setOpsCenterEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : "

            Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OpsItemSNSTopicArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsItemSNSTopicArn", "beanStyleSetterMethodName" : "setOpsItemSNSTopicArn", "c2jName" : "OpsItemSNSTopicArn", "c2jShape" : "OpsItemSNSTopicArn", "defaultConsumerFluentSetterDocumentation" : "

            The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

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

            The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

            \n@return The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.\n@deprecated Use {@link #opsItemSNSTopicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

            \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsItemSNSTopicArn(String)}\n", "documentation" : "

            The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

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

            The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

            \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsItemSNSTopicArn", "getterDocumentation" : "

            The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

            \n@return The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OpsItemSNSTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsItemSNSTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OpsItemSNSTopicArn", "sensitive" : false, "setterDocumentation" : "

            The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

            \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.", "setterMethodName" : "setOpsItemSNSTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : "

            The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Remarks" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRemarks", "beanStyleSetterMethodName" : "setRemarks", "c2jName" : "Remarks", "c2jShape" : "Remarks", "defaultConsumerFluentSetterDocumentation" : "

            The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

            • “Configuring application, detected 1 Errors, 3 Warnings”

            • “Configuring application, detected 1 Unconfigured Components”

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

            The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

            • “Configuring application, detected 1 Errors, 3 Warnings”

            • “Configuring application, detected 1 Unconfigured Components”

            \n@return The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

            • “Configuring application, detected 1 Errors, 3 Warnings”

            • “Configuring application, detected 1 Unconfigured Components”

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

              The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

              • “Configuring application, detected 1 Errors, 3 Warnings”

              • “Configuring application, detected 1 Unconfigured Components”

              \n@param remarks The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

              • “Configuring application, detected 1 Errors, 3 Warnings”

              • “Configuring application, detected 1 Unconfigured Components”

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

                The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                • “Configuring application, detected 1 Errors, 3 Warnings”

                • “Configuring application, detected 1 Unconfigured Components”

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

                The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                • “Configuring application, detected 1 Errors, 3 Warnings”

                • “Configuring application, detected 1 Unconfigured Components”

                \n@param remarks The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                • “Configuring application, detected 1 Errors, 3 Warnings”

                • “Configuring application, detected 1 Unconfigured Components”

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

                  The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                  • “Configuring application, detected 1 Errors, 3 Warnings”

                  • “Configuring application, detected 1 Unconfigured Components”

                  \n@return The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                  • “Configuring application, detected 1 Errors, 3 Warnings”

                  • “Configuring application, detected 1 Unconfigured Components”

                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Remarks", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Remarks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Remarks", "sensitive" : false, "setterDocumentation" : "

                    The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                    • “Configuring application, detected 1 Errors, 3 Warnings”

                    • “Configuring application, detected 1 Unconfigured Components”

                    \n@param remarks The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                    • “Configuring application, detected 1 Errors, 3 Warnings”

                    • “Configuring application, detected 1 Unconfigured Components”

                    • ", "setterMethodName" : "setRemarks", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "remarks", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "remarks", "variableType" : "String", "documentation" : "

                      The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                      • “Configuring application, detected 1 Errors, 3 Warnings”

                      • “Configuring application, detected 1 Unconfigured Components”

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                      The name of the resource group used for the application.

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

                      The name of the resource group used for the application.

                      \n@return The name of the resource group used for the application.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The name of the resource group used for the application.

                      \n@param resourceGroupName The name of the resource group used for the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                      The name of the resource group used for the application.

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

                      The name of the resource group used for the application.

                      \n@param resourceGroupName The name of the resource group used for the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                      The name of the resource group used for the application.

                      \n@return The name of the resource group used for the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                      The name of the resource group used for the application.

                      \n@param resourceGroupName The name of the resource group used for the application.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                      The name of the resource group used for the application.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                      The name of the resource group used for the application.

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

                      The name of the resource group used for the application.

                      \n@return The name of the resource group used for the application.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The name of the resource group used for the application.

                      \n@param resourceGroupName The name of the resource group used for the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                      The name of the resource group used for the application.

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

                      The name of the resource group used for the application.

                      \n@param resourceGroupName The name of the resource group used for the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                      The name of the resource group used for the application.

                      \n@return The name of the resource group used for the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                      The name of the resource group used for the application.

                      \n@param resourceGroupName The name of the resource group used for the application.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                      The name of the resource group used for the application.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLifeCycle", "beanStyleSetterMethodName" : "setLifeCycle", "c2jName" : "LifeCycle", "c2jShape" : "LifeCycle", "defaultConsumerFluentSetterDocumentation" : "

                      The lifecycle of the application.

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

                      The lifecycle of the application.

                      \n@return The lifecycle of the application.\n@deprecated Use {@link #lifeCycle()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The lifecycle of the application.

                      \n@param lifeCycle The lifecycle of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lifeCycle(String)}\n", "documentation" : "

                      The lifecycle of the application.

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

                      The lifecycle of the application.

                      \n@param lifeCycle The lifecycle of the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lifeCycle", "getterDocumentation" : "

                      The lifecycle of the application.

                      \n@return The lifecycle of the application.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LifeCycle", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LifeCycle", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LifeCycle", "sensitive" : false, "setterDocumentation" : "

                      The lifecycle of the application.

                      \n@param lifeCycle The lifecycle of the application.", "setterMethodName" : "setLifeCycle", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lifeCycle", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "lifeCycle", "variableType" : "String", "documentation" : "

                      The lifecycle of the application.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsItemSNSTopicArn", "beanStyleSetterMethodName" : "setOpsItemSNSTopicArn", "c2jName" : "OpsItemSNSTopicArn", "c2jShape" : "OpsItemSNSTopicArn", "defaultConsumerFluentSetterDocumentation" : "

                      The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

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

                      The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

                      \n@return The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.\n@deprecated Use {@link #opsItemSNSTopicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

                      \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsItemSNSTopicArn(String)}\n", "documentation" : "

                      The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

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

                      The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

                      \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsItemSNSTopicArn", "getterDocumentation" : "

                      The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

                      \n@return The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OpsItemSNSTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsItemSNSTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OpsItemSNSTopicArn", "sensitive" : false, "setterDocumentation" : "

                      The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

                      \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.", "setterMethodName" : "setOpsItemSNSTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : "

                      The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsCenterEnabled", "beanStyleSetterMethodName" : "setOpsCenterEnabled", "c2jName" : "OpsCenterEnabled", "c2jShape" : "OpsCenterEnabled", "defaultConsumerFluentSetterDocumentation" : "

                      Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

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

                      Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

                      \n@return Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.\n@deprecated Use {@link #opsCenterEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

                      \n@param opsCenterEnabled Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsCenterEnabled(Boolean)}\n", "documentation" : "

                      Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

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

                      Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

                      \n@param opsCenterEnabled Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsCenterEnabled", "getterDocumentation" : "

                      Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

                      \n@return Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.", "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" : "OpsCenterEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsCenterEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "OpsCenterEnabled", "sensitive" : false, "setterDocumentation" : "

                      Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

                      \n@param opsCenterEnabled Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.", "setterMethodName" : "setOpsCenterEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : "

                      Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCweMonitorEnabled", "beanStyleSetterMethodName" : "setCweMonitorEnabled", "c2jName" : "CWEMonitorEnabled", "c2jShape" : "CWEMonitorEnabled", "defaultConsumerFluentSetterDocumentation" : "

                      Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

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

                      Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                      \n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@deprecated Use {@link #cweMonitorEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                      \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cweMonitorEnabled(Boolean)}\n", "documentation" : "

                      Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

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

                      Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                      \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cweMonitorEnabled", "getterDocumentation" : "

                      Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                      \n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "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" : "CWEMonitorEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CWEMonitorEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CWEMonitorEnabled", "sensitive" : false, "setterDocumentation" : "

                      Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                      \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "setterMethodName" : "setCweMonitorEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : "

                      Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                      ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRemarks", "beanStyleSetterMethodName" : "setRemarks", "c2jName" : "Remarks", "c2jShape" : "Remarks", "defaultConsumerFluentSetterDocumentation" : "

                      The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                      • “Configuring application, detected 1 Errors, 3 Warnings”

                      • “Configuring application, detected 1 Unconfigured Components”

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

                      The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                      • “Configuring application, detected 1 Errors, 3 Warnings”

                      • “Configuring application, detected 1 Unconfigured Components”

                      \n@return The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                      • “Configuring application, detected 1 Errors, 3 Warnings”

                      • “Configuring application, detected 1 Unconfigured Components”

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

                        The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                        • “Configuring application, detected 1 Errors, 3 Warnings”

                        • “Configuring application, detected 1 Unconfigured Components”

                        \n@param remarks The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                        • “Configuring application, detected 1 Errors, 3 Warnings”

                        • “Configuring application, detected 1 Unconfigured Components”

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

                          The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                          • “Configuring application, detected 1 Errors, 3 Warnings”

                          • “Configuring application, detected 1 Unconfigured Components”

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

                          The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                          • “Configuring application, detected 1 Errors, 3 Warnings”

                          • “Configuring application, detected 1 Unconfigured Components”

                          \n@param remarks The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                          • “Configuring application, detected 1 Errors, 3 Warnings”

                          • “Configuring application, detected 1 Unconfigured Components”

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

                            The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                            • “Configuring application, detected 1 Errors, 3 Warnings”

                            • “Configuring application, detected 1 Unconfigured Components”

                            \n@return The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                            • “Configuring application, detected 1 Errors, 3 Warnings”

                            • “Configuring application, detected 1 Unconfigured Components”

                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Remarks", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Remarks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Remarks", "sensitive" : false, "setterDocumentation" : "

                              The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                              • “Configuring application, detected 1 Errors, 3 Warnings”

                              • “Configuring application, detected 1 Unconfigured Components”

                              \n@param remarks The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                              • “Configuring application, detected 1 Errors, 3 Warnings”

                              • “Configuring application, detected 1 Unconfigured Components”

                              • ", "setterMethodName" : "setRemarks", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "remarks", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "remarks", "variableType" : "String", "documentation" : "

                                The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

                                • “Configuring application, detected 1 Errors, 3 Warnings”

                                • “Configuring application, detected 1 Unconfigured Components”

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ApplicationInfo", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : null, "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "wrapper" : false, "xmlNamespace" : null }, "BadRequestException" : { "c2jName" : "BadRequestException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The request is not understood by the server.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "BadRequestException", "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" : "BadRequestException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BadRequestException", "variableName" : "badRequestException", "variableType" : "BadRequestException", "documentation" : null, "simpleType" : "BadRequestException", "variableSetterType" : "BadRequestException" }, "wrapper" : false, "xmlNamespace" : null }, "CloudWatchEventSource" : { "c2jName" : "CloudWatchEventSource", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "EC2", "value" : "EC2" }, { "name" : "CODE_DEPLOY", "value" : "CODE_DEPLOY" }, { "name" : "HEALTH", "value" : "HEALTH" } ], "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" : "CloudWatchEventSource", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CloudWatchEventSource", "variableName" : "cloudWatchEventSource", "variableType" : "CloudWatchEventSource", "documentation" : null, "simpleType" : "CloudWatchEventSource", "variableSetterType" : "CloudWatchEventSource" }, "wrapper" : false, "xmlNamespace" : null }, "ConfigurationEvent" : { "c2jName" : "ConfigurationEvent", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The event information.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMonitoredResourceARN", "beanStyleSetterMethodName" : "setMonitoredResourceARN", "c2jName" : "MonitoredResourceARN", "c2jShape" : "ConfigurationEventMonitoredResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                                The resource monitored by Application Insights.

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

                                The resource monitored by Application Insights.

                                \n@return The resource monitored by Application Insights.\n@deprecated Use {@link #monitoredResourceARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The resource monitored by Application Insights.

                                \n@param monitoredResourceARN The resource monitored by Application Insights.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #monitoredResourceARN(String)}\n", "documentation" : "

                                The resource monitored by Application Insights.

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

                                The resource monitored by Application Insights.

                                \n@param monitoredResourceARN The resource monitored by Application Insights.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "monitoredResourceARN", "getterDocumentation" : "

                                The resource monitored by Application Insights.

                                \n@return The resource monitored by Application Insights.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MonitoredResourceARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MonitoredResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MonitoredResourceARN", "sensitive" : false, "setterDocumentation" : "

                                The resource monitored by Application Insights.

                                \n@param monitoredResourceARN The resource monitored by Application Insights.", "setterMethodName" : "setMonitoredResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "monitoredResourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "monitoredResourceARN", "variableType" : "String", "documentation" : "

                                The resource monitored by Application Insights.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventStatus", "beanStyleSetterMethodName" : "setEventStatus", "c2jName" : "EventStatus", "c2jShape" : "ConfigurationEventStatus", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

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

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n

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

                                \n@return The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@deprecated Use {@link #eventStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventStatus\n@deprecated Use {@link #eventStatus(String)}\n", "documentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

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

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventStatus", "fluentSetterMethodName" : "eventStatus", "getterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n

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

                                \n@return The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventStatus", "sensitive" : false, "setterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus", "setterMethodName" : "setEventStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventStatus", "variableType" : "String", "documentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventResourceType", "beanStyleSetterMethodName" : "setEventResourceType", "c2jName" : "EventResourceType", "c2jShape" : "ConfigurationEventResourceType", "defaultConsumerFluentSetterDocumentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

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

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                \n

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

                                \n@return The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.\n@see ConfigurationEventResourceType\n@deprecated Use {@link #eventResourceTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                \n@param eventResourceType The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.\n@see ConfigurationEventResourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventResourceType\n@deprecated Use {@link #eventResourceType(String)}\n", "documentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

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

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                \n@param eventResourceType The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.\n@see ConfigurationEventResourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventResourceType", "fluentSetterMethodName" : "eventResourceType", "getterDocumentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                \n

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

                                \n@return The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.\n@see ConfigurationEventResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventResourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventResourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventResourceType", "sensitive" : false, "setterDocumentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                \n@param eventResourceType The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.\n@see ConfigurationEventResourceType", "setterMethodName" : "setEventResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventResourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventResourceType", "variableType" : "String", "documentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventTime", "beanStyleSetterMethodName" : "setEventTime", "c2jName" : "EventTime", "c2jShape" : "ConfigurationEventTime", "defaultConsumerFluentSetterDocumentation" : "

                                The timestamp of the event.

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

                                The timestamp of the event.

                                \n@return The timestamp of the event.\n@deprecated Use {@link #eventTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The timestamp of the event.

                                \n@param eventTime The timestamp of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventTime(Instant)}\n", "documentation" : "

                                The timestamp of the event.

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

                                The timestamp of the event.

                                \n@param eventTime The timestamp of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventTime", "getterDocumentation" : "

                                The timestamp of the event.

                                \n@return The timestamp of the event.", "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" : "EventTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EventTime", "sensitive" : false, "setterDocumentation" : "

                                The timestamp of the event.

                                \n@param eventTime The timestamp of the event.", "setterMethodName" : "setEventTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "eventTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "eventTime", "variableType" : "java.time.Instant", "documentation" : "

                                The timestamp of the event.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventDetail", "beanStyleSetterMethodName" : "setEventDetail", "c2jName" : "EventDetail", "c2jShape" : "ConfigurationEventDetail", "defaultConsumerFluentSetterDocumentation" : "

                                The details of the event in plain text.

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

                                The details of the event in plain text.

                                \n@return The details of the event in plain text.\n@deprecated Use {@link #eventDetail()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The details of the event in plain text.

                                \n@param eventDetail The details of the event in plain text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventDetail(String)}\n", "documentation" : "

                                The details of the event in plain text.

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

                                The details of the event in plain text.

                                \n@param eventDetail The details of the event in plain text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDetail", "getterDocumentation" : "

                                The details of the event in plain text.

                                \n@return The details of the event in plain text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDetail", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDetail", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDetail", "sensitive" : false, "setterDocumentation" : "

                                The details of the event in plain text.

                                \n@param eventDetail The details of the event in plain text.", "setterMethodName" : "setEventDetail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDetail", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDetail", "variableType" : "String", "documentation" : "

                                The details of the event in plain text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventResourceName", "beanStyleSetterMethodName" : "setEventResourceName", "c2jName" : "EventResourceName", "c2jShape" : "ConfigurationEventResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource Application Insights attempted to configure.

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

                                The name of the resource Application Insights attempted to configure.

                                \n@return The name of the resource Application Insights attempted to configure.\n@deprecated Use {@link #eventResourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource Application Insights attempted to configure.

                                \n@param eventResourceName The name of the resource Application Insights attempted to configure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventResourceName(String)}\n", "documentation" : "

                                The name of the resource Application Insights attempted to configure.

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

                                The name of the resource Application Insights attempted to configure.

                                \n@param eventResourceName The name of the resource Application Insights attempted to configure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventResourceName", "getterDocumentation" : "

                                The name of the resource Application Insights attempted to configure.

                                \n@return The name of the resource Application Insights attempted to configure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventResourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventResourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventResourceName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource Application Insights attempted to configure.

                                \n@param eventResourceName The name of the resource Application Insights attempted to configure.", "setterMethodName" : "setEventResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventResourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventResourceName", "variableType" : "String", "documentation" : "

                                The name of the resource Application Insights attempted to configure.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EventDetail" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventDetail", "beanStyleSetterMethodName" : "setEventDetail", "c2jName" : "EventDetail", "c2jShape" : "ConfigurationEventDetail", "defaultConsumerFluentSetterDocumentation" : "

                                The details of the event in plain text.

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

                                The details of the event in plain text.

                                \n@return The details of the event in plain text.\n@deprecated Use {@link #eventDetail()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The details of the event in plain text.

                                \n@param eventDetail The details of the event in plain text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventDetail(String)}\n", "documentation" : "

                                The details of the event in plain text.

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

                                The details of the event in plain text.

                                \n@param eventDetail The details of the event in plain text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDetail", "getterDocumentation" : "

                                The details of the event in plain text.

                                \n@return The details of the event in plain text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDetail", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDetail", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDetail", "sensitive" : false, "setterDocumentation" : "

                                The details of the event in plain text.

                                \n@param eventDetail The details of the event in plain text.", "setterMethodName" : "setEventDetail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDetail", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDetail", "variableType" : "String", "documentation" : "

                                The details of the event in plain text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventResourceName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventResourceName", "beanStyleSetterMethodName" : "setEventResourceName", "c2jName" : "EventResourceName", "c2jShape" : "ConfigurationEventResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource Application Insights attempted to configure.

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

                                The name of the resource Application Insights attempted to configure.

                                \n@return The name of the resource Application Insights attempted to configure.\n@deprecated Use {@link #eventResourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource Application Insights attempted to configure.

                                \n@param eventResourceName The name of the resource Application Insights attempted to configure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventResourceName(String)}\n", "documentation" : "

                                The name of the resource Application Insights attempted to configure.

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

                                The name of the resource Application Insights attempted to configure.

                                \n@param eventResourceName The name of the resource Application Insights attempted to configure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventResourceName", "getterDocumentation" : "

                                The name of the resource Application Insights attempted to configure.

                                \n@return The name of the resource Application Insights attempted to configure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventResourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventResourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventResourceName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource Application Insights attempted to configure.

                                \n@param eventResourceName The name of the resource Application Insights attempted to configure.", "setterMethodName" : "setEventResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventResourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventResourceName", "variableType" : "String", "documentation" : "

                                The name of the resource Application Insights attempted to configure.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventResourceType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventResourceType", "beanStyleSetterMethodName" : "setEventResourceType", "c2jName" : "EventResourceType", "c2jShape" : "ConfigurationEventResourceType", "defaultConsumerFluentSetterDocumentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

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

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                \n

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

                                \n@return The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.\n@see ConfigurationEventResourceType\n@deprecated Use {@link #eventResourceTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                \n@param eventResourceType The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.\n@see ConfigurationEventResourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventResourceType\n@deprecated Use {@link #eventResourceType(String)}\n", "documentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

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

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                \n@param eventResourceType The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.\n@see ConfigurationEventResourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventResourceType", "fluentSetterMethodName" : "eventResourceType", "getterDocumentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                \n

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

                                \n@return The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.\n@see ConfigurationEventResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventResourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventResourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventResourceType", "sensitive" : false, "setterDocumentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                \n@param eventResourceType The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.\n@see ConfigurationEventResourceType", "setterMethodName" : "setEventResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventResourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventResourceType", "variableType" : "String", "documentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventStatus", "beanStyleSetterMethodName" : "setEventStatus", "c2jName" : "EventStatus", "c2jShape" : "ConfigurationEventStatus", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

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

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n

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

                                \n@return The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@deprecated Use {@link #eventStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventStatus\n@deprecated Use {@link #eventStatus(String)}\n", "documentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

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

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventStatus", "fluentSetterMethodName" : "eventStatus", "getterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n

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

                                \n@return The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventStatus", "sensitive" : false, "setterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus", "setterMethodName" : "setEventStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventStatus", "variableType" : "String", "documentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventTime", "beanStyleSetterMethodName" : "setEventTime", "c2jName" : "EventTime", "c2jShape" : "ConfigurationEventTime", "defaultConsumerFluentSetterDocumentation" : "

                                The timestamp of the event.

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

                                The timestamp of the event.

                                \n@return The timestamp of the event.\n@deprecated Use {@link #eventTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The timestamp of the event.

                                \n@param eventTime The timestamp of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventTime(Instant)}\n", "documentation" : "

                                The timestamp of the event.

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

                                The timestamp of the event.

                                \n@param eventTime The timestamp of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventTime", "getterDocumentation" : "

                                The timestamp of the event.

                                \n@return The timestamp of the event.", "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" : "EventTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EventTime", "sensitive" : false, "setterDocumentation" : "

                                The timestamp of the event.

                                \n@param eventTime The timestamp of the event.", "setterMethodName" : "setEventTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "eventTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "eventTime", "variableType" : "java.time.Instant", "documentation" : "

                                The timestamp of the event.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MonitoredResourceARN" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMonitoredResourceARN", "beanStyleSetterMethodName" : "setMonitoredResourceARN", "c2jName" : "MonitoredResourceARN", "c2jShape" : "ConfigurationEventMonitoredResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                                The resource monitored by Application Insights.

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

                                The resource monitored by Application Insights.

                                \n@return The resource monitored by Application Insights.\n@deprecated Use {@link #monitoredResourceARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The resource monitored by Application Insights.

                                \n@param monitoredResourceARN The resource monitored by Application Insights.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #monitoredResourceARN(String)}\n", "documentation" : "

                                The resource monitored by Application Insights.

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

                                The resource monitored by Application Insights.

                                \n@param monitoredResourceARN The resource monitored by Application Insights.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "monitoredResourceARN", "getterDocumentation" : "

                                The resource monitored by Application Insights.

                                \n@return The resource monitored by Application Insights.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MonitoredResourceARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MonitoredResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MonitoredResourceARN", "sensitive" : false, "setterDocumentation" : "

                                The resource monitored by Application Insights.

                                \n@param monitoredResourceARN The resource monitored by Application Insights.", "setterMethodName" : "setMonitoredResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "monitoredResourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "monitoredResourceARN", "variableType" : "String", "documentation" : "

                                The resource monitored by Application Insights.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMonitoredResourceARN", "beanStyleSetterMethodName" : "setMonitoredResourceARN", "c2jName" : "MonitoredResourceARN", "c2jShape" : "ConfigurationEventMonitoredResourceARN", "defaultConsumerFluentSetterDocumentation" : "

                                The resource monitored by Application Insights.

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

                                The resource monitored by Application Insights.

                                \n@return The resource monitored by Application Insights.\n@deprecated Use {@link #monitoredResourceARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The resource monitored by Application Insights.

                                \n@param monitoredResourceARN The resource monitored by Application Insights.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #monitoredResourceARN(String)}\n", "documentation" : "

                                The resource monitored by Application Insights.

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

                                The resource monitored by Application Insights.

                                \n@param monitoredResourceARN The resource monitored by Application Insights.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "monitoredResourceARN", "getterDocumentation" : "

                                The resource monitored by Application Insights.

                                \n@return The resource monitored by Application Insights.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MonitoredResourceARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MonitoredResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MonitoredResourceARN", "sensitive" : false, "setterDocumentation" : "

                                The resource monitored by Application Insights.

                                \n@param monitoredResourceARN The resource monitored by Application Insights.", "setterMethodName" : "setMonitoredResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "monitoredResourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "monitoredResourceARN", "variableType" : "String", "documentation" : "

                                The resource monitored by Application Insights.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventStatus", "beanStyleSetterMethodName" : "setEventStatus", "c2jName" : "EventStatus", "c2jShape" : "ConfigurationEventStatus", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

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

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n

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

                                \n@return The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@deprecated Use {@link #eventStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventStatus\n@deprecated Use {@link #eventStatus(String)}\n", "documentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

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

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventStatus", "fluentSetterMethodName" : "eventStatus", "getterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n

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

                                \n@return The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventStatus", "sensitive" : false, "setterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus", "setterMethodName" : "setEventStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventStatus", "variableType" : "String", "documentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventResourceType", "beanStyleSetterMethodName" : "setEventResourceType", "c2jName" : "EventResourceType", "c2jShape" : "ConfigurationEventResourceType", "defaultConsumerFluentSetterDocumentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

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

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                \n

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

                                \n@return The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.\n@see ConfigurationEventResourceType\n@deprecated Use {@link #eventResourceTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                \n@param eventResourceType The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.\n@see ConfigurationEventResourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventResourceType\n@deprecated Use {@link #eventResourceType(String)}\n", "documentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

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

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                \n@param eventResourceType The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.\n@see ConfigurationEventResourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventResourceType", "fluentSetterMethodName" : "eventResourceType", "getterDocumentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                \n

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

                                \n@return The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.\n@see ConfigurationEventResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventResourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventResourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventResourceType", "sensitive" : false, "setterDocumentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                \n@param eventResourceType The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.\n@see ConfigurationEventResourceType", "setterMethodName" : "setEventResourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventResourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventResourceType", "variableType" : "String", "documentation" : "

                                The resource type that Application Insights attempted to configure, for example, CLOUDWATCH_ALARM.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventTime", "beanStyleSetterMethodName" : "setEventTime", "c2jName" : "EventTime", "c2jShape" : "ConfigurationEventTime", "defaultConsumerFluentSetterDocumentation" : "

                                The timestamp of the event.

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

                                The timestamp of the event.

                                \n@return The timestamp of the event.\n@deprecated Use {@link #eventTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The timestamp of the event.

                                \n@param eventTime The timestamp of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventTime(Instant)}\n", "documentation" : "

                                The timestamp of the event.

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

                                The timestamp of the event.

                                \n@param eventTime The timestamp of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventTime", "getterDocumentation" : "

                                The timestamp of the event.

                                \n@return The timestamp of the event.", "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" : "EventTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EventTime", "sensitive" : false, "setterDocumentation" : "

                                The timestamp of the event.

                                \n@param eventTime The timestamp of the event.", "setterMethodName" : "setEventTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "eventTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "eventTime", "variableType" : "java.time.Instant", "documentation" : "

                                The timestamp of the event.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventDetail", "beanStyleSetterMethodName" : "setEventDetail", "c2jName" : "EventDetail", "c2jShape" : "ConfigurationEventDetail", "defaultConsumerFluentSetterDocumentation" : "

                                The details of the event in plain text.

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

                                The details of the event in plain text.

                                \n@return The details of the event in plain text.\n@deprecated Use {@link #eventDetail()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The details of the event in plain text.

                                \n@param eventDetail The details of the event in plain text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventDetail(String)}\n", "documentation" : "

                                The details of the event in plain text.

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

                                The details of the event in plain text.

                                \n@param eventDetail The details of the event in plain text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventDetail", "getterDocumentation" : "

                                The details of the event in plain text.

                                \n@return The details of the event in plain text.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventDetail", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventDetail", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventDetail", "sensitive" : false, "setterDocumentation" : "

                                The details of the event in plain text.

                                \n@param eventDetail The details of the event in plain text.", "setterMethodName" : "setEventDetail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventDetail", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventDetail", "variableType" : "String", "documentation" : "

                                The details of the event in plain text.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventResourceName", "beanStyleSetterMethodName" : "setEventResourceName", "c2jName" : "EventResourceName", "c2jShape" : "ConfigurationEventResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource Application Insights attempted to configure.

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

                                The name of the resource Application Insights attempted to configure.

                                \n@return The name of the resource Application Insights attempted to configure.\n@deprecated Use {@link #eventResourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource Application Insights attempted to configure.

                                \n@param eventResourceName The name of the resource Application Insights attempted to configure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventResourceName(String)}\n", "documentation" : "

                                The name of the resource Application Insights attempted to configure.

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

                                The name of the resource Application Insights attempted to configure.

                                \n@param eventResourceName The name of the resource Application Insights attempted to configure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventResourceName", "getterDocumentation" : "

                                The name of the resource Application Insights attempted to configure.

                                \n@return The name of the resource Application Insights attempted to configure.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventResourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventResourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventResourceName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource Application Insights attempted to configure.

                                \n@param eventResourceName The name of the resource Application Insights attempted to configure.", "setterMethodName" : "setEventResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventResourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventResourceName", "variableType" : "String", "documentation" : "

                                The name of the resource Application Insights attempted to configure.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConfigurationEvent", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConfigurationEvent", "variableName" : "configurationEvent", "variableType" : "ConfigurationEvent", "documentation" : null, "simpleType" : "ConfigurationEvent", "variableSetterType" : "ConfigurationEvent" }, "wrapper" : false, "xmlNamespace" : null }, "ConfigurationEventResourceType" : { "c2jName" : "ConfigurationEventResourceType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "CLOUDWATCH_ALARM", "value" : "CLOUDWATCH_ALARM" }, { "name" : "CLOUDFORMATION", "value" : "CLOUDFORMATION" }, { "name" : "SSM_ASSOCIATION", "value" : "SSM_ASSOCIATION" } ], "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" : "ConfigurationEventResourceType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConfigurationEventResourceType", "variableName" : "configurationEventResourceType", "variableType" : "ConfigurationEventResourceType", "documentation" : null, "simpleType" : "ConfigurationEventResourceType", "variableSetterType" : "ConfigurationEventResourceType" }, "wrapper" : false, "xmlNamespace" : null }, "ConfigurationEventStatus" : { "c2jName" : "ConfigurationEventStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "INFO", "value" : "INFO" }, { "name" : "WARN", "value" : "WARN" }, { "name" : "ERROR", "value" : "ERROR" } ], "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" : "ConfigurationEventStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConfigurationEventStatus", "variableName" : "configurationEventStatus", "variableType" : "ConfigurationEventStatus", "documentation" : null, "simpleType" : "ConfigurationEventStatus", "variableSetterType" : "ConfigurationEventStatus" }, "wrapper" : false, "xmlNamespace" : null }, "CreateApplicationRequest" : { "c2jName" : "CreateApplicationRequest", "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" : "CreateApplication", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.CreateApplication", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsCenterEnabled", "beanStyleSetterMethodName" : "setOpsCenterEnabled", "c2jName" : "OpsCenterEnabled", "c2jShape" : "OpsCenterEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

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

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@return When set to true, creates opsItems for any problems detected on an application.\n@deprecated Use {@link #opsCenterEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsCenterEnabled(Boolean)}\n", "documentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

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

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsCenterEnabled", "getterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@return When set to true, creates opsItems for any problems detected on an application.", "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" : "OpsCenterEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsCenterEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "OpsCenterEnabled", "sensitive" : false, "setterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.", "setterMethodName" : "setOpsCenterEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCweMonitorEnabled", "beanStyleSetterMethodName" : "setCweMonitorEnabled", "c2jName" : "CWEMonitorEnabled", "c2jShape" : "CWEMonitorEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

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

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@deprecated Use {@link #cweMonitorEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cweMonitorEnabled(Boolean)}\n", "documentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

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

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cweMonitorEnabled", "getterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "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" : "CWEMonitorEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CWEMonitorEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CWEMonitorEnabled", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "setterMethodName" : "setCweMonitorEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsItemSNSTopicArn", "beanStyleSetterMethodName" : "setOpsItemSNSTopicArn", "c2jName" : "OpsItemSNSTopicArn", "c2jShape" : "OpsItemSNSTopicArn", "defaultConsumerFluentSetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

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

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@return The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@deprecated Use {@link #opsItemSNSTopicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsItemSNSTopicArn(String)}\n", "documentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

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

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsItemSNSTopicArn", "getterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@return The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OpsItemSNSTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsItemSNSTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OpsItemSNSTopicArn", "sensitive" : false, "setterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.", "setterMethodName" : "setOpsItemSNSTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

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

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n

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

                                \n

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

                                \n@return List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

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

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n

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

                                \n

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

                                \n@return List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CWEMonitorEnabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCweMonitorEnabled", "beanStyleSetterMethodName" : "setCweMonitorEnabled", "c2jName" : "CWEMonitorEnabled", "c2jShape" : "CWEMonitorEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

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

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@deprecated Use {@link #cweMonitorEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cweMonitorEnabled(Boolean)}\n", "documentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

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

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cweMonitorEnabled", "getterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "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" : "CWEMonitorEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CWEMonitorEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CWEMonitorEnabled", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "setterMethodName" : "setCweMonitorEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OpsCenterEnabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsCenterEnabled", "beanStyleSetterMethodName" : "setOpsCenterEnabled", "c2jName" : "OpsCenterEnabled", "c2jShape" : "OpsCenterEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

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

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@return When set to true, creates opsItems for any problems detected on an application.\n@deprecated Use {@link #opsCenterEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsCenterEnabled(Boolean)}\n", "documentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

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

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsCenterEnabled", "getterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@return When set to true, creates opsItems for any problems detected on an application.", "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" : "OpsCenterEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsCenterEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "OpsCenterEnabled", "sensitive" : false, "setterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.", "setterMethodName" : "setOpsCenterEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OpsItemSNSTopicArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsItemSNSTopicArn", "beanStyleSetterMethodName" : "setOpsItemSNSTopicArn", "c2jName" : "OpsItemSNSTopicArn", "c2jShape" : "OpsItemSNSTopicArn", "defaultConsumerFluentSetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

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

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@return The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@deprecated Use {@link #opsItemSNSTopicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsItemSNSTopicArn(String)}\n", "documentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

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

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsItemSNSTopicArn", "getterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@return The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OpsItemSNSTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsItemSNSTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OpsItemSNSTopicArn", "sensitive" : false, "setterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.", "setterMethodName" : "setOpsItemSNSTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

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

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n

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

                                \n

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

                                \n@return List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

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

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n

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

                                \n

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

                                \n@return List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsCenterEnabled", "beanStyleSetterMethodName" : "setOpsCenterEnabled", "c2jName" : "OpsCenterEnabled", "c2jShape" : "OpsCenterEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

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

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@return When set to true, creates opsItems for any problems detected on an application.\n@deprecated Use {@link #opsCenterEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsCenterEnabled(Boolean)}\n", "documentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

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

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsCenterEnabled", "getterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@return When set to true, creates opsItems for any problems detected on an application.", "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" : "OpsCenterEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsCenterEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "OpsCenterEnabled", "sensitive" : false, "setterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.", "setterMethodName" : "setOpsCenterEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCweMonitorEnabled", "beanStyleSetterMethodName" : "setCweMonitorEnabled", "c2jName" : "CWEMonitorEnabled", "c2jShape" : "CWEMonitorEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

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

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@deprecated Use {@link #cweMonitorEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cweMonitorEnabled(Boolean)}\n", "documentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

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

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cweMonitorEnabled", "getterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "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" : "CWEMonitorEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CWEMonitorEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CWEMonitorEnabled", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "setterMethodName" : "setCweMonitorEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsItemSNSTopicArn", "beanStyleSetterMethodName" : "setOpsItemSNSTopicArn", "c2jName" : "OpsItemSNSTopicArn", "c2jShape" : "OpsItemSNSTopicArn", "defaultConsumerFluentSetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

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

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@return The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@deprecated Use {@link #opsItemSNSTopicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsItemSNSTopicArn(String)}\n", "documentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

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

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsItemSNSTopicArn", "getterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@return The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OpsItemSNSTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsItemSNSTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OpsItemSNSTopicArn", "sensitive" : false, "setterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.", "setterMethodName" : "setOpsItemSNSTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

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

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n

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

                                \n

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

                                \n@return List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

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

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n

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

                                \n

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

                                \n@return List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName" ], "shapeName" : "CreateApplicationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateApplicationRequest", "variableName" : "createApplicationRequest", "variableType" : "CreateApplicationRequest", "documentation" : null, "simpleType" : "CreateApplicationRequest", "variableSetterType" : "CreateApplicationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateApplicationResponse" : { "c2jName" : "CreateApplicationResponse", "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" : "getApplicationInfo", "beanStyleSetterMethodName" : "setApplicationInfo", "c2jName" : "ApplicationInfo", "c2jShape" : "ApplicationInfo", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the application.

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

                                Information about the application.

                                \n@return Information about the application.\n@deprecated Use {@link #applicationInfo()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationInfo(ApplicationInfo)}\n", "documentation" : "

                                Information about the application.

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

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationInfo", "getterDocumentation" : "

                                Information about the application.

                                \n@return Information about the application.", "getterModel" : { "returnType" : "ApplicationInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ApplicationInfo", "sensitive" : false, "setterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.", "setterMethodName" : "setApplicationInfo", "setterModel" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : null, "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : "

                                Information about the application.

                                ", "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationInfo" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApplicationInfo", "beanStyleSetterMethodName" : "setApplicationInfo", "c2jName" : "ApplicationInfo", "c2jShape" : "ApplicationInfo", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the application.

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

                                Information about the application.

                                \n@return Information about the application.\n@deprecated Use {@link #applicationInfo()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationInfo(ApplicationInfo)}\n", "documentation" : "

                                Information about the application.

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

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationInfo", "getterDocumentation" : "

                                Information about the application.

                                \n@return Information about the application.", "getterModel" : { "returnType" : "ApplicationInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ApplicationInfo", "sensitive" : false, "setterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.", "setterMethodName" : "setApplicationInfo", "setterModel" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : null, "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : "

                                Information about the application.

                                ", "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApplicationInfo", "beanStyleSetterMethodName" : "setApplicationInfo", "c2jName" : "ApplicationInfo", "c2jShape" : "ApplicationInfo", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the application.

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

                                Information about the application.

                                \n@return Information about the application.\n@deprecated Use {@link #applicationInfo()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationInfo(ApplicationInfo)}\n", "documentation" : "

                                Information about the application.

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

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationInfo", "getterDocumentation" : "

                                Information about the application.

                                \n@return Information about the application.", "getterModel" : { "returnType" : "ApplicationInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ApplicationInfo", "sensitive" : false, "setterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.", "setterMethodName" : "setApplicationInfo", "setterModel" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : null, "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : "

                                Information about the application.

                                ", "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateApplicationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateApplicationResponse", "variableName" : "createApplicationResponse", "variableType" : "CreateApplicationResponse", "documentation" : null, "simpleType" : "CreateApplicationResponse", "variableSetterType" : "CreateApplicationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateComponentRequest" : { "c2jName" : "CreateComponentRequest", "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" : "CreateComponent", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.CreateComponent", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceList", "beanStyleSetterMethodName" : "setResourceList", "c2jName" : "ResourceList", "c2jShape" : "ResourceList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

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

                                The list of resource ARNs that belong to the component.

                                \n

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

                                \n

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

                                \n@return The list of resource ARNs that belong to the component.\n@deprecated Use {@link #resourceList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceList(List)}\n", "documentation" : "

                                The list of resource ARNs that belong to the component.

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

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceList", "getterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n

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

                                \n

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

                                \n@return The list of resource ARNs that belong to the component.", "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" : "ResourceList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceList", "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" : "ResourceARN", "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" : "ResourceList", "sensitive" : false, "setterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.", "setterMethodName" : "setResourceList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : "

                                The list of resource ARNs that belong to the component.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ComponentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceList", "beanStyleSetterMethodName" : "setResourceList", "c2jName" : "ResourceList", "c2jShape" : "ResourceList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

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

                                The list of resource ARNs that belong to the component.

                                \n

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

                                \n

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

                                \n@return The list of resource ARNs that belong to the component.\n@deprecated Use {@link #resourceList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceList(List)}\n", "documentation" : "

                                The list of resource ARNs that belong to the component.

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

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceList", "getterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n

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

                                \n

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

                                \n@return The list of resource ARNs that belong to the component.", "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" : "ResourceList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceList", "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" : "ResourceARN", "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" : "ResourceList", "sensitive" : false, "setterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.", "setterMethodName" : "setResourceList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : "

                                The list of resource ARNs that belong to the component.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceList", "beanStyleSetterMethodName" : "setResourceList", "c2jName" : "ResourceList", "c2jShape" : "ResourceList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

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

                                The list of resource ARNs that belong to the component.

                                \n

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

                                \n

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

                                \n@return The list of resource ARNs that belong to the component.\n@deprecated Use {@link #resourceList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceList(List)}\n", "documentation" : "

                                The list of resource ARNs that belong to the component.

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

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceList", "getterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n

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

                                \n

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

                                \n@return The list of resource ARNs that belong to the component.", "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" : "ResourceList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceList", "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" : "ResourceARN", "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" : "ResourceList", "sensitive" : false, "setterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.", "setterMethodName" : "setResourceList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : "

                                The list of resource ARNs that belong to the component.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName", "ComponentName", "ResourceList" ], "shapeName" : "CreateComponentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateComponentRequest", "variableName" : "createComponentRequest", "variableType" : "CreateComponentRequest", "documentation" : null, "simpleType" : "CreateComponentRequest", "variableSetterType" : "CreateComponentRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateComponentResponse" : { "c2jName" : "CreateComponentResponse", "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" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateComponentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateComponentResponse", "variableName" : "createComponentResponse", "variableType" : "CreateComponentResponse", "documentation" : null, "simpleType" : "CreateComponentResponse", "variableSetterType" : "CreateComponentResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateLogPatternRequest" : { "c2jName" : "CreateLogPatternRequest", "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" : "CreateLogPattern", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.CreateLogPattern", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternName", "beanStyleSetterMethodName" : "setPatternName", "c2jName" : "PatternName", "c2jShape" : "LogPatternName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@return The name of the log pattern.\n@deprecated Use {@link #patternName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternName(String)}\n", "documentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternName", "getterDocumentation" : "

                                The name of the log pattern.

                                \n@return The name of the log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.", "setterMethodName" : "setPatternName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : "

                                The name of the log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPattern", "beanStyleSetterMethodName" : "setPattern", "c2jName" : "Pattern", "c2jShape" : "LogPatternRegex", "defaultConsumerFluentSetterDocumentation" : "

                                The log pattern.

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

                                The log pattern.

                                \n@return The log pattern.\n@deprecated Use {@link #pattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log pattern.

                                \n@param pattern The log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pattern(String)}\n", "documentation" : "

                                The log pattern.

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

                                The log pattern.

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

                                The log pattern.

                                \n@return The log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Pattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Pattern", "sensitive" : false, "setterDocumentation" : "

                                The log pattern.

                                \n@param pattern The log pattern.", "setterMethodName" : "setPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : "

                                The log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRank", "beanStyleSetterMethodName" : "setRank", "c2jName" : "Rank", "c2jShape" : "LogPatternRank", "defaultConsumerFluentSetterDocumentation" : "

                                Rank of the log pattern.

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

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.\n@deprecated Use {@link #rank()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rank(Integer)}\n", "documentation" : "

                                Rank of the log pattern.

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

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rank", "getterDocumentation" : "

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.", "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" : "Rank", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rank", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Rank", "sensitive" : false, "setterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.", "setterMethodName" : "setRank", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : "

                                Rank of the log pattern.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Pattern" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPattern", "beanStyleSetterMethodName" : "setPattern", "c2jName" : "Pattern", "c2jShape" : "LogPatternRegex", "defaultConsumerFluentSetterDocumentation" : "

                                The log pattern.

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

                                The log pattern.

                                \n@return The log pattern.\n@deprecated Use {@link #pattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log pattern.

                                \n@param pattern The log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pattern(String)}\n", "documentation" : "

                                The log pattern.

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

                                The log pattern.

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

                                The log pattern.

                                \n@return The log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Pattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Pattern", "sensitive" : false, "setterDocumentation" : "

                                The log pattern.

                                \n@param pattern The log pattern.", "setterMethodName" : "setPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : "

                                The log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PatternName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternName", "beanStyleSetterMethodName" : "setPatternName", "c2jName" : "PatternName", "c2jShape" : "LogPatternName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@return The name of the log pattern.\n@deprecated Use {@link #patternName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternName(String)}\n", "documentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternName", "getterDocumentation" : "

                                The name of the log pattern.

                                \n@return The name of the log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.", "setterMethodName" : "setPatternName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : "

                                The name of the log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PatternSetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Rank" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRank", "beanStyleSetterMethodName" : "setRank", "c2jName" : "Rank", "c2jShape" : "LogPatternRank", "defaultConsumerFluentSetterDocumentation" : "

                                Rank of the log pattern.

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

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.\n@deprecated Use {@link #rank()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rank(Integer)}\n", "documentation" : "

                                Rank of the log pattern.

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

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rank", "getterDocumentation" : "

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.", "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" : "Rank", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rank", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Rank", "sensitive" : false, "setterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.", "setterMethodName" : "setRank", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : "

                                Rank of the log pattern.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternName", "beanStyleSetterMethodName" : "setPatternName", "c2jName" : "PatternName", "c2jShape" : "LogPatternName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@return The name of the log pattern.\n@deprecated Use {@link #patternName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternName(String)}\n", "documentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternName", "getterDocumentation" : "

                                The name of the log pattern.

                                \n@return The name of the log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.", "setterMethodName" : "setPatternName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : "

                                The name of the log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPattern", "beanStyleSetterMethodName" : "setPattern", "c2jName" : "Pattern", "c2jShape" : "LogPatternRegex", "defaultConsumerFluentSetterDocumentation" : "

                                The log pattern.

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

                                The log pattern.

                                \n@return The log pattern.\n@deprecated Use {@link #pattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log pattern.

                                \n@param pattern The log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pattern(String)}\n", "documentation" : "

                                The log pattern.

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

                                The log pattern.

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

                                The log pattern.

                                \n@return The log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Pattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Pattern", "sensitive" : false, "setterDocumentation" : "

                                The log pattern.

                                \n@param pattern The log pattern.", "setterMethodName" : "setPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : "

                                The log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRank", "beanStyleSetterMethodName" : "setRank", "c2jName" : "Rank", "c2jShape" : "LogPatternRank", "defaultConsumerFluentSetterDocumentation" : "

                                Rank of the log pattern.

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

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.\n@deprecated Use {@link #rank()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rank(Integer)}\n", "documentation" : "

                                Rank of the log pattern.

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

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rank", "getterDocumentation" : "

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.", "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" : "Rank", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rank", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Rank", "sensitive" : false, "setterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.", "setterMethodName" : "setRank", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : "

                                Rank of the log pattern.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName", "PatternSetName", "PatternName", "Pattern", "Rank" ], "shapeName" : "CreateLogPatternRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateLogPatternRequest", "variableName" : "createLogPatternRequest", "variableType" : "CreateLogPatternRequest", "documentation" : null, "simpleType" : "CreateLogPatternRequest", "variableSetterType" : "CreateLogPatternRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateLogPatternResponse" : { "c2jName" : "CreateLogPatternResponse", "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" : "getLogPattern", "beanStyleSetterMethodName" : "setLogPattern", "c2jName" : "LogPattern", "c2jShape" : "LogPattern", "defaultConsumerFluentSetterDocumentation" : "

                                The successfully created log pattern.

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

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.\n@deprecated Use {@link #logPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logPattern(LogPattern)}\n", "documentation" : "

                                The successfully created log pattern.

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

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logPattern", "getterDocumentation" : "

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.", "getterModel" : { "returnType" : "LogPattern", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LogPattern", "sensitive" : false, "setterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.", "setterMethodName" : "setLogPattern", "setterModel" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : null, "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : "

                                The successfully created log pattern.

                                ", "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogPattern" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogPattern", "beanStyleSetterMethodName" : "setLogPattern", "c2jName" : "LogPattern", "c2jShape" : "LogPattern", "defaultConsumerFluentSetterDocumentation" : "

                                The successfully created log pattern.

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

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.\n@deprecated Use {@link #logPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logPattern(LogPattern)}\n", "documentation" : "

                                The successfully created log pattern.

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

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logPattern", "getterDocumentation" : "

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.", "getterModel" : { "returnType" : "LogPattern", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LogPattern", "sensitive" : false, "setterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.", "setterMethodName" : "setLogPattern", "setterModel" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : null, "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : "

                                The successfully created log pattern.

                                ", "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogPattern", "beanStyleSetterMethodName" : "setLogPattern", "c2jName" : "LogPattern", "c2jShape" : "LogPattern", "defaultConsumerFluentSetterDocumentation" : "

                                The successfully created log pattern.

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

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.\n@deprecated Use {@link #logPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logPattern(LogPattern)}\n", "documentation" : "

                                The successfully created log pattern.

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

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logPattern", "getterDocumentation" : "

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.", "getterModel" : { "returnType" : "LogPattern", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LogPattern", "sensitive" : false, "setterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.", "setterMethodName" : "setLogPattern", "setterModel" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : null, "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : "

                                The successfully created log pattern.

                                ", "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateLogPatternResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateLogPatternResponse", "variableName" : "createLogPatternResponse", "variableType" : "CreateLogPatternResponse", "documentation" : null, "simpleType" : "CreateLogPatternResponse", "variableSetterType" : "CreateLogPatternResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteApplicationRequest" : { "c2jName" : "DeleteApplicationRequest", "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" : "DeleteApplication", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.DeleteApplication", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName" ], "shapeName" : "DeleteApplicationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteApplicationRequest", "variableName" : "deleteApplicationRequest", "variableType" : "DeleteApplicationRequest", "documentation" : null, "simpleType" : "DeleteApplicationRequest", "variableSetterType" : "DeleteApplicationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteApplicationResponse" : { "c2jName" : "DeleteApplicationResponse", "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" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteApplicationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteApplicationResponse", "variableName" : "deleteApplicationResponse", "variableType" : "DeleteApplicationResponse", "documentation" : null, "simpleType" : "DeleteApplicationResponse", "variableSetterType" : "DeleteApplicationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteComponentRequest" : { "c2jName" : "DeleteComponentRequest", "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" : "DeleteComponent", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.DeleteComponent", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ComponentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName", "ComponentName" ], "shapeName" : "DeleteComponentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteComponentRequest", "variableName" : "deleteComponentRequest", "variableType" : "DeleteComponentRequest", "documentation" : null, "simpleType" : "DeleteComponentRequest", "variableSetterType" : "DeleteComponentRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteComponentResponse" : { "c2jName" : "DeleteComponentResponse", "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" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteComponentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteComponentResponse", "variableName" : "deleteComponentResponse", "variableType" : "DeleteComponentResponse", "documentation" : null, "simpleType" : "DeleteComponentResponse", "variableSetterType" : "DeleteComponentResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteLogPatternRequest" : { "c2jName" : "DeleteLogPatternRequest", "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" : "DeleteLogPattern", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.DeleteLogPattern", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternName", "beanStyleSetterMethodName" : "setPatternName", "c2jName" : "PatternName", "c2jShape" : "LogPatternName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@return The name of the log pattern.\n@deprecated Use {@link #patternName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternName(String)}\n", "documentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternName", "getterDocumentation" : "

                                The name of the log pattern.

                                \n@return The name of the log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.", "setterMethodName" : "setPatternName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : "

                                The name of the log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PatternName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternName", "beanStyleSetterMethodName" : "setPatternName", "c2jName" : "PatternName", "c2jShape" : "LogPatternName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@return The name of the log pattern.\n@deprecated Use {@link #patternName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternName(String)}\n", "documentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternName", "getterDocumentation" : "

                                The name of the log pattern.

                                \n@return The name of the log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.", "setterMethodName" : "setPatternName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : "

                                The name of the log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PatternSetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternName", "beanStyleSetterMethodName" : "setPatternName", "c2jName" : "PatternName", "c2jShape" : "LogPatternName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@return The name of the log pattern.\n@deprecated Use {@link #patternName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternName(String)}\n", "documentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternName", "getterDocumentation" : "

                                The name of the log pattern.

                                \n@return The name of the log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.", "setterMethodName" : "setPatternName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : "

                                The name of the log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName", "PatternSetName", "PatternName" ], "shapeName" : "DeleteLogPatternRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteLogPatternRequest", "variableName" : "deleteLogPatternRequest", "variableType" : "DeleteLogPatternRequest", "documentation" : null, "simpleType" : "DeleteLogPatternRequest", "variableSetterType" : "DeleteLogPatternRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteLogPatternResponse" : { "c2jName" : "DeleteLogPatternResponse", "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" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteLogPatternResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteLogPatternResponse", "variableName" : "deleteLogPatternResponse", "variableType" : "DeleteLogPatternResponse", "documentation" : null, "simpleType" : "DeleteLogPatternResponse", "variableSetterType" : "DeleteLogPatternResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeApplicationRequest" : { "c2jName" : "DescribeApplicationRequest", "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" : "DescribeApplication", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.DescribeApplication", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName" ], "shapeName" : "DescribeApplicationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeApplicationRequest", "variableName" : "describeApplicationRequest", "variableType" : "DescribeApplicationRequest", "documentation" : null, "simpleType" : "DescribeApplicationRequest", "variableSetterType" : "DescribeApplicationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeApplicationResponse" : { "c2jName" : "DescribeApplicationResponse", "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" : "getApplicationInfo", "beanStyleSetterMethodName" : "setApplicationInfo", "c2jName" : "ApplicationInfo", "c2jShape" : "ApplicationInfo", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the application.

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

                                Information about the application.

                                \n@return Information about the application.\n@deprecated Use {@link #applicationInfo()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationInfo(ApplicationInfo)}\n", "documentation" : "

                                Information about the application.

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

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationInfo", "getterDocumentation" : "

                                Information about the application.

                                \n@return Information about the application.", "getterModel" : { "returnType" : "ApplicationInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ApplicationInfo", "sensitive" : false, "setterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.", "setterMethodName" : "setApplicationInfo", "setterModel" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : null, "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : "

                                Information about the application.

                                ", "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationInfo" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApplicationInfo", "beanStyleSetterMethodName" : "setApplicationInfo", "c2jName" : "ApplicationInfo", "c2jShape" : "ApplicationInfo", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the application.

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

                                Information about the application.

                                \n@return Information about the application.\n@deprecated Use {@link #applicationInfo()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationInfo(ApplicationInfo)}\n", "documentation" : "

                                Information about the application.

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

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationInfo", "getterDocumentation" : "

                                Information about the application.

                                \n@return Information about the application.", "getterModel" : { "returnType" : "ApplicationInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ApplicationInfo", "sensitive" : false, "setterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.", "setterMethodName" : "setApplicationInfo", "setterModel" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : null, "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : "

                                Information about the application.

                                ", "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApplicationInfo", "beanStyleSetterMethodName" : "setApplicationInfo", "c2jName" : "ApplicationInfo", "c2jShape" : "ApplicationInfo", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the application.

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

                                Information about the application.

                                \n@return Information about the application.\n@deprecated Use {@link #applicationInfo()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationInfo(ApplicationInfo)}\n", "documentation" : "

                                Information about the application.

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

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationInfo", "getterDocumentation" : "

                                Information about the application.

                                \n@return Information about the application.", "getterModel" : { "returnType" : "ApplicationInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ApplicationInfo", "sensitive" : false, "setterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.", "setterMethodName" : "setApplicationInfo", "setterModel" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : null, "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : "

                                Information about the application.

                                ", "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeApplicationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeApplicationResponse", "variableName" : "describeApplicationResponse", "variableType" : "DescribeApplicationResponse", "documentation" : null, "simpleType" : "DescribeApplicationResponse", "variableSetterType" : "DescribeApplicationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeComponentConfigurationRecommendationRequest" : { "c2jName" : "DescribeComponentConfigurationRecommendationRequest", "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" : "DescribeComponentConfigurationRecommendation", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.DescribeComponentConfigurationRecommendation", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTier", "beanStyleSetterMethodName" : "setTier", "c2jName" : "Tier", "c2jShape" : "Tier", "defaultConsumerFluentSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

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

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                \n

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

                                \n@return The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.\n@see Tier\n@deprecated Use {@link #tierAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier\n@deprecated Use {@link #tier(String)}\n", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

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

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier", "fluentSetterMethodName" : "tier", "getterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                \n

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

                                \n@return The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.\n@see Tier", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Tier", "sensitive" : false, "setterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.\n@see Tier", "setterMethodName" : "setTier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ComponentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tier" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTier", "beanStyleSetterMethodName" : "setTier", "c2jName" : "Tier", "c2jShape" : "Tier", "defaultConsumerFluentSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

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

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                \n

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

                                \n@return The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.\n@see Tier\n@deprecated Use {@link #tierAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier\n@deprecated Use {@link #tier(String)}\n", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

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

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier", "fluentSetterMethodName" : "tier", "getterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                \n

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

                                \n@return The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.\n@see Tier", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Tier", "sensitive" : false, "setterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.\n@see Tier", "setterMethodName" : "setTier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTier", "beanStyleSetterMethodName" : "setTier", "c2jName" : "Tier", "c2jShape" : "Tier", "defaultConsumerFluentSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

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

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                \n

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

                                \n@return The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.\n@see Tier\n@deprecated Use {@link #tierAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier\n@deprecated Use {@link #tier(String)}\n", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

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

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier", "fluentSetterMethodName" : "tier", "getterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                \n

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

                                \n@return The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.\n@see Tier", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Tier", "sensitive" : false, "setterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.\n@see Tier", "setterMethodName" : "setTier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName", "ComponentName", "Tier" ], "shapeName" : "DescribeComponentConfigurationRecommendationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeComponentConfigurationRecommendationRequest", "variableName" : "describeComponentConfigurationRecommendationRequest", "variableType" : "DescribeComponentConfigurationRecommendationRequest", "documentation" : null, "simpleType" : "DescribeComponentConfigurationRecommendationRequest", "variableSetterType" : "DescribeComponentConfigurationRecommendationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeComponentConfigurationRecommendationResponse" : { "c2jName" : "DescribeComponentConfigurationRecommendationResponse", "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" : "getComponentConfiguration", "beanStyleSetterMethodName" : "setComponentConfiguration", "c2jName" : "ComponentConfiguration", "c2jShape" : "ComponentConfiguration", "defaultConsumerFluentSetterDocumentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

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

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@return The recommended configuration settings of the component. The value is the escaped JSON of the configuration.\n@deprecated Use {@link #componentConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The recommended configuration settings of the component. The value is the escaped JSON of the configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentConfiguration(String)}\n", "documentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

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

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The recommended configuration settings of the component. The value is the escaped JSON of the configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentConfiguration", "getterDocumentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@return The recommended configuration settings of the component. The value is the escaped JSON of the configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentConfiguration", "sensitive" : false, "setterDocumentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The recommended configuration settings of the component. The value is the escaped JSON of the configuration.", "setterMethodName" : "setComponentConfiguration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ComponentConfiguration" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentConfiguration", "beanStyleSetterMethodName" : "setComponentConfiguration", "c2jName" : "ComponentConfiguration", "c2jShape" : "ComponentConfiguration", "defaultConsumerFluentSetterDocumentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

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

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@return The recommended configuration settings of the component. The value is the escaped JSON of the configuration.\n@deprecated Use {@link #componentConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The recommended configuration settings of the component. The value is the escaped JSON of the configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentConfiguration(String)}\n", "documentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

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

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The recommended configuration settings of the component. The value is the escaped JSON of the configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentConfiguration", "getterDocumentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@return The recommended configuration settings of the component. The value is the escaped JSON of the configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentConfiguration", "sensitive" : false, "setterDocumentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The recommended configuration settings of the component. The value is the escaped JSON of the configuration.", "setterMethodName" : "setComponentConfiguration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentConfiguration", "beanStyleSetterMethodName" : "setComponentConfiguration", "c2jName" : "ComponentConfiguration", "c2jShape" : "ComponentConfiguration", "defaultConsumerFluentSetterDocumentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

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

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@return The recommended configuration settings of the component. The value is the escaped JSON of the configuration.\n@deprecated Use {@link #componentConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The recommended configuration settings of the component. The value is the escaped JSON of the configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentConfiguration(String)}\n", "documentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

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

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The recommended configuration settings of the component. The value is the escaped JSON of the configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentConfiguration", "getterDocumentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@return The recommended configuration settings of the component. The value is the escaped JSON of the configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentConfiguration", "sensitive" : false, "setterDocumentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The recommended configuration settings of the component. The value is the escaped JSON of the configuration.", "setterMethodName" : "setComponentConfiguration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : "

                                The recommended configuration settings of the component. The value is the escaped JSON of the configuration.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeComponentConfigurationRecommendationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeComponentConfigurationRecommendationResponse", "variableName" : "describeComponentConfigurationRecommendationResponse", "variableType" : "DescribeComponentConfigurationRecommendationResponse", "documentation" : null, "simpleType" : "DescribeComponentConfigurationRecommendationResponse", "variableSetterType" : "DescribeComponentConfigurationRecommendationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeComponentConfigurationRequest" : { "c2jName" : "DescribeComponentConfigurationRequest", "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" : "DescribeComponentConfiguration", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.DescribeComponentConfiguration", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ComponentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName", "ComponentName" ], "shapeName" : "DescribeComponentConfigurationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeComponentConfigurationRequest", "variableName" : "describeComponentConfigurationRequest", "variableType" : "DescribeComponentConfigurationRequest", "documentation" : null, "simpleType" : "DescribeComponentConfigurationRequest", "variableSetterType" : "DescribeComponentConfigurationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeComponentConfigurationResponse" : { "c2jName" : "DescribeComponentConfigurationResponse", "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" : "getMonitor", "beanStyleSetterMethodName" : "setMonitor", "c2jName" : "Monitor", "c2jShape" : "Monitor", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether the application component is monitored.

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

                                Indicates whether the application component is monitored.

                                \n@return Indicates whether the application component is monitored.\n@deprecated Use {@link #monitor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #monitor(Boolean)}\n", "documentation" : "

                                Indicates whether the application component is monitored.

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

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "monitor", "getterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@return Indicates whether the application component is monitored.", "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" : "Monitor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Monitor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Monitor", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.", "setterMethodName" : "setMonitor", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : "

                                Indicates whether the application component is monitored.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTier", "beanStyleSetterMethodName" : "setTier", "c2jName" : "Tier", "c2jShape" : "Tier", "defaultConsumerFluentSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

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

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                \n

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

                                \n@return The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT\n@see Tier\n@deprecated Use {@link #tierAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier\n@deprecated Use {@link #tier(String)}\n", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

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

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier", "fluentSetterMethodName" : "tier", "getterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                \n

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

                                \n@return The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT\n@see Tier", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Tier", "sensitive" : false, "setterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT\n@see Tier", "setterMethodName" : "setTier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentConfiguration", "beanStyleSetterMethodName" : "setComponentConfiguration", "c2jName" : "ComponentConfiguration", "c2jShape" : "ComponentConfiguration", "defaultConsumerFluentSetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

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

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@return The configuration settings of the component. The value is the escaped JSON of the configuration.\n@deprecated Use {@link #componentConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentConfiguration(String)}\n", "documentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

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

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentConfiguration", "getterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@return The configuration settings of the component. The value is the escaped JSON of the configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentConfiguration", "sensitive" : false, "setterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration.", "setterMethodName" : "setComponentConfiguration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ComponentConfiguration" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentConfiguration", "beanStyleSetterMethodName" : "setComponentConfiguration", "c2jName" : "ComponentConfiguration", "c2jShape" : "ComponentConfiguration", "defaultConsumerFluentSetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

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

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@return The configuration settings of the component. The value is the escaped JSON of the configuration.\n@deprecated Use {@link #componentConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentConfiguration(String)}\n", "documentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

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

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentConfiguration", "getterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@return The configuration settings of the component. The value is the escaped JSON of the configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentConfiguration", "sensitive" : false, "setterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration.", "setterMethodName" : "setComponentConfiguration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Monitor" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMonitor", "beanStyleSetterMethodName" : "setMonitor", "c2jName" : "Monitor", "c2jShape" : "Monitor", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether the application component is monitored.

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

                                Indicates whether the application component is monitored.

                                \n@return Indicates whether the application component is monitored.\n@deprecated Use {@link #monitor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #monitor(Boolean)}\n", "documentation" : "

                                Indicates whether the application component is monitored.

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

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "monitor", "getterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@return Indicates whether the application component is monitored.", "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" : "Monitor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Monitor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Monitor", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.", "setterMethodName" : "setMonitor", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : "

                                Indicates whether the application component is monitored.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tier" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTier", "beanStyleSetterMethodName" : "setTier", "c2jName" : "Tier", "c2jShape" : "Tier", "defaultConsumerFluentSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

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

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                \n

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

                                \n@return The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT\n@see Tier\n@deprecated Use {@link #tierAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier\n@deprecated Use {@link #tier(String)}\n", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

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

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier", "fluentSetterMethodName" : "tier", "getterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                \n

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

                                \n@return The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT\n@see Tier", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Tier", "sensitive" : false, "setterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT\n@see Tier", "setterMethodName" : "setTier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMonitor", "beanStyleSetterMethodName" : "setMonitor", "c2jName" : "Monitor", "c2jShape" : "Monitor", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether the application component is monitored.

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

                                Indicates whether the application component is monitored.

                                \n@return Indicates whether the application component is monitored.\n@deprecated Use {@link #monitor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #monitor(Boolean)}\n", "documentation" : "

                                Indicates whether the application component is monitored.

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

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "monitor", "getterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@return Indicates whether the application component is monitored.", "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" : "Monitor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Monitor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Monitor", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.", "setterMethodName" : "setMonitor", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : "

                                Indicates whether the application component is monitored.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTier", "beanStyleSetterMethodName" : "setTier", "c2jName" : "Tier", "c2jShape" : "Tier", "defaultConsumerFluentSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

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

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                \n

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

                                \n@return The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT\n@see Tier\n@deprecated Use {@link #tierAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier\n@deprecated Use {@link #tier(String)}\n", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

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

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier", "fluentSetterMethodName" : "tier", "getterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                \n

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

                                \n@return The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT\n@see Tier", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Tier", "sensitive" : false, "setterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT\n@see Tier", "setterMethodName" : "setTier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentConfiguration", "beanStyleSetterMethodName" : "setComponentConfiguration", "c2jName" : "ComponentConfiguration", "c2jShape" : "ComponentConfiguration", "defaultConsumerFluentSetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

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

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@return The configuration settings of the component. The value is the escaped JSON of the configuration.\n@deprecated Use {@link #componentConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentConfiguration(String)}\n", "documentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

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

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentConfiguration", "getterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@return The configuration settings of the component. The value is the escaped JSON of the configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentConfiguration", "sensitive" : false, "setterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration.", "setterMethodName" : "setComponentConfiguration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeComponentConfigurationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeComponentConfigurationResponse", "variableName" : "describeComponentConfigurationResponse", "variableType" : "DescribeComponentConfigurationResponse", "documentation" : null, "simpleType" : "DescribeComponentConfigurationResponse", "variableSetterType" : "DescribeComponentConfigurationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeComponentRequest" : { "c2jName" : "DescribeComponentRequest", "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" : "DescribeComponent", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.DescribeComponent", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ComponentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

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

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName", "ComponentName" ], "shapeName" : "DescribeComponentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeComponentRequest", "variableName" : "describeComponentRequest", "variableType" : "DescribeComponentRequest", "documentation" : null, "simpleType" : "DescribeComponentRequest", "variableSetterType" : "DescribeComponentRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeComponentResponse" : { "c2jName" : "DescribeComponentResponse", "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" : "getApplicationComponent", "beanStyleSetterMethodName" : "setApplicationComponent", "c2jName" : "ApplicationComponent", "c2jShape" : "ApplicationComponent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ApplicationComponent property for this object.\n\nThis is a convenience that creates an instance of the {@link ApplicationComponent.Builder} avoiding the need to create one manually via {@link ApplicationComponent#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationComponent.Builder#build()} is called immediately and its result is passed to {@link #applicationComponent(ApplicationComponent)}.\n@param applicationComponent a consumer that will call methods on {@link ApplicationComponent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationComponent(ApplicationComponent)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the ApplicationComponent property for this object.\n@return The value of the ApplicationComponent property for this object.\n@deprecated Use {@link #applicationComponent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the ApplicationComponent property for this object.\n\n@param applicationComponent The new value for the ApplicationComponent property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationComponent(ApplicationComponent)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ApplicationComponent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApplicationComponent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applicationComponent", "fluentSetterDocumentation" : "Sets the value of the ApplicationComponent property for this object.\n\n@param applicationComponent The new value for the ApplicationComponent property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationComponent", "getterDocumentation" : "Returns the value of the ApplicationComponent property for this object.\n@return The value of the ApplicationComponent property for this object.", "getterModel" : { "returnType" : "ApplicationComponent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationComponent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationComponent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ApplicationComponent", "sensitive" : false, "setterDocumentation" : "Sets the value of the ApplicationComponent property for this object.\n\n@param applicationComponent The new value for the ApplicationComponent property for this object.", "setterMethodName" : "setApplicationComponent", "setterModel" : { "variableDeclarationType" : "ApplicationComponent", "variableName" : "applicationComponent", "variableType" : "ApplicationComponent", "documentation" : null, "simpleType" : "ApplicationComponent", "variableSetterType" : "ApplicationComponent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationComponent", "variableName" : "applicationComponent", "variableType" : "ApplicationComponent", "documentation" : "", "simpleType" : "ApplicationComponent", "variableSetterType" : "ApplicationComponent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceList", "beanStyleSetterMethodName" : "setResourceList", "c2jName" : "ResourceList", "c2jShape" : "ResourceList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

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

                                The list of resource ARNs that belong to the component.

                                \n

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

                                \n

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

                                \n@return The list of resource ARNs that belong to the component.\n@deprecated Use {@link #resourceList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceList(List)}\n", "documentation" : "

                                The list of resource ARNs that belong to the component.

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

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceList", "getterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n

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

                                \n

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

                                \n@return The list of resource ARNs that belong to the component.", "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" : "ResourceList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceList", "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" : "ResourceARN", "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" : "ResourceList", "sensitive" : false, "setterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.", "setterMethodName" : "setResourceList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : "

                                The list of resource ARNs that belong to the component.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationComponent" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApplicationComponent", "beanStyleSetterMethodName" : "setApplicationComponent", "c2jName" : "ApplicationComponent", "c2jShape" : "ApplicationComponent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ApplicationComponent property for this object.\n\nThis is a convenience that creates an instance of the {@link ApplicationComponent.Builder} avoiding the need to create one manually via {@link ApplicationComponent#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationComponent.Builder#build()} is called immediately and its result is passed to {@link #applicationComponent(ApplicationComponent)}.\n@param applicationComponent a consumer that will call methods on {@link ApplicationComponent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationComponent(ApplicationComponent)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the ApplicationComponent property for this object.\n@return The value of the ApplicationComponent property for this object.\n@deprecated Use {@link #applicationComponent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the ApplicationComponent property for this object.\n\n@param applicationComponent The new value for the ApplicationComponent property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationComponent(ApplicationComponent)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ApplicationComponent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApplicationComponent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applicationComponent", "fluentSetterDocumentation" : "Sets the value of the ApplicationComponent property for this object.\n\n@param applicationComponent The new value for the ApplicationComponent property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationComponent", "getterDocumentation" : "Returns the value of the ApplicationComponent property for this object.\n@return The value of the ApplicationComponent property for this object.", "getterModel" : { "returnType" : "ApplicationComponent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationComponent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationComponent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ApplicationComponent", "sensitive" : false, "setterDocumentation" : "Sets the value of the ApplicationComponent property for this object.\n\n@param applicationComponent The new value for the ApplicationComponent property for this object.", "setterMethodName" : "setApplicationComponent", "setterModel" : { "variableDeclarationType" : "ApplicationComponent", "variableName" : "applicationComponent", "variableType" : "ApplicationComponent", "documentation" : null, "simpleType" : "ApplicationComponent", "variableSetterType" : "ApplicationComponent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationComponent", "variableName" : "applicationComponent", "variableType" : "ApplicationComponent", "documentation" : "", "simpleType" : "ApplicationComponent", "variableSetterType" : "ApplicationComponent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceList", "beanStyleSetterMethodName" : "setResourceList", "c2jName" : "ResourceList", "c2jShape" : "ResourceList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

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

                                The list of resource ARNs that belong to the component.

                                \n

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

                                \n

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

                                \n@return The list of resource ARNs that belong to the component.\n@deprecated Use {@link #resourceList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceList(List)}\n", "documentation" : "

                                The list of resource ARNs that belong to the component.

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

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceList", "getterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n

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

                                \n

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

                                \n@return The list of resource ARNs that belong to the component.", "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" : "ResourceList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceList", "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" : "ResourceARN", "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" : "ResourceList", "sensitive" : false, "setterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.", "setterMethodName" : "setResourceList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : "

                                The list of resource ARNs that belong to the component.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApplicationComponent", "beanStyleSetterMethodName" : "setApplicationComponent", "c2jName" : "ApplicationComponent", "c2jShape" : "ApplicationComponent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ApplicationComponent property for this object.\n\nThis is a convenience that creates an instance of the {@link ApplicationComponent.Builder} avoiding the need to create one manually via {@link ApplicationComponent#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationComponent.Builder#build()} is called immediately and its result is passed to {@link #applicationComponent(ApplicationComponent)}.\n@param applicationComponent a consumer that will call methods on {@link ApplicationComponent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationComponent(ApplicationComponent)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the ApplicationComponent property for this object.\n@return The value of the ApplicationComponent property for this object.\n@deprecated Use {@link #applicationComponent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the ApplicationComponent property for this object.\n\n@param applicationComponent The new value for the ApplicationComponent property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationComponent(ApplicationComponent)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ApplicationComponent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApplicationComponent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applicationComponent", "fluentSetterDocumentation" : "Sets the value of the ApplicationComponent property for this object.\n\n@param applicationComponent The new value for the ApplicationComponent property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationComponent", "getterDocumentation" : "Returns the value of the ApplicationComponent property for this object.\n@return The value of the ApplicationComponent property for this object.", "getterModel" : { "returnType" : "ApplicationComponent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationComponent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationComponent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ApplicationComponent", "sensitive" : false, "setterDocumentation" : "Sets the value of the ApplicationComponent property for this object.\n\n@param applicationComponent The new value for the ApplicationComponent property for this object.", "setterMethodName" : "setApplicationComponent", "setterModel" : { "variableDeclarationType" : "ApplicationComponent", "variableName" : "applicationComponent", "variableType" : "ApplicationComponent", "documentation" : null, "simpleType" : "ApplicationComponent", "variableSetterType" : "ApplicationComponent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationComponent", "variableName" : "applicationComponent", "variableType" : "ApplicationComponent", "documentation" : "", "simpleType" : "ApplicationComponent", "variableSetterType" : "ApplicationComponent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceList", "beanStyleSetterMethodName" : "setResourceList", "c2jName" : "ResourceList", "c2jShape" : "ResourceList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

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

                                The list of resource ARNs that belong to the component.

                                \n

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

                                \n

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

                                \n@return The list of resource ARNs that belong to the component.\n@deprecated Use {@link #resourceList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceList(List)}\n", "documentation" : "

                                The list of resource ARNs that belong to the component.

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

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceList", "getterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n

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

                                \n

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

                                \n@return The list of resource ARNs that belong to the component.", "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" : "ResourceList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceList", "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" : "ResourceARN", "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" : "ResourceList", "sensitive" : false, "setterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.", "setterMethodName" : "setResourceList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : "

                                The list of resource ARNs that belong to the component.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeComponentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeComponentResponse", "variableName" : "describeComponentResponse", "variableType" : "DescribeComponentResponse", "documentation" : null, "simpleType" : "DescribeComponentResponse", "variableSetterType" : "DescribeComponentResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeLogPatternRequest" : { "c2jName" : "DescribeLogPatternRequest", "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" : "DescribeLogPattern", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.DescribeLogPattern", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternName", "beanStyleSetterMethodName" : "setPatternName", "c2jName" : "PatternName", "c2jShape" : "LogPatternName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@return The name of the log pattern.\n@deprecated Use {@link #patternName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternName(String)}\n", "documentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternName", "getterDocumentation" : "

                                The name of the log pattern.

                                \n@return The name of the log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.", "setterMethodName" : "setPatternName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : "

                                The name of the log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PatternName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternName", "beanStyleSetterMethodName" : "setPatternName", "c2jName" : "PatternName", "c2jShape" : "LogPatternName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@return The name of the log pattern.\n@deprecated Use {@link #patternName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternName(String)}\n", "documentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternName", "getterDocumentation" : "

                                The name of the log pattern.

                                \n@return The name of the log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.", "setterMethodName" : "setPatternName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : "

                                The name of the log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PatternSetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternName", "beanStyleSetterMethodName" : "setPatternName", "c2jName" : "PatternName", "c2jShape" : "LogPatternName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@return The name of the log pattern.\n@deprecated Use {@link #patternName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternName(String)}\n", "documentation" : "

                                The name of the log pattern.

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

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternName", "getterDocumentation" : "

                                The name of the log pattern.

                                \n@return The name of the log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.", "setterMethodName" : "setPatternName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : "

                                The name of the log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName", "PatternSetName", "PatternName" ], "shapeName" : "DescribeLogPatternRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLogPatternRequest", "variableName" : "describeLogPatternRequest", "variableType" : "DescribeLogPatternRequest", "documentation" : null, "simpleType" : "DescribeLogPatternRequest", "variableSetterType" : "DescribeLogPatternRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeLogPatternResponse" : { "c2jName" : "DescribeLogPatternResponse", "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" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogPattern", "beanStyleSetterMethodName" : "setLogPattern", "c2jName" : "LogPattern", "c2jShape" : "LogPattern", "defaultConsumerFluentSetterDocumentation" : "

                                The successfully created log pattern.

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

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.\n@deprecated Use {@link #logPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logPattern(LogPattern)}\n", "documentation" : "

                                The successfully created log pattern.

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

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logPattern", "getterDocumentation" : "

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.", "getterModel" : { "returnType" : "LogPattern", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LogPattern", "sensitive" : false, "setterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.", "setterMethodName" : "setLogPattern", "setterModel" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : null, "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : "

                                The successfully created log pattern.

                                ", "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogPattern" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogPattern", "beanStyleSetterMethodName" : "setLogPattern", "c2jName" : "LogPattern", "c2jShape" : "LogPattern", "defaultConsumerFluentSetterDocumentation" : "

                                The successfully created log pattern.

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

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.\n@deprecated Use {@link #logPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logPattern(LogPattern)}\n", "documentation" : "

                                The successfully created log pattern.

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

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logPattern", "getterDocumentation" : "

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.", "getterModel" : { "returnType" : "LogPattern", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LogPattern", "sensitive" : false, "setterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.", "setterMethodName" : "setLogPattern", "setterModel" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : null, "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : "

                                The successfully created log pattern.

                                ", "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogPattern", "beanStyleSetterMethodName" : "setLogPattern", "c2jName" : "LogPattern", "c2jShape" : "LogPattern", "defaultConsumerFluentSetterDocumentation" : "

                                The successfully created log pattern.

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

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.\n@deprecated Use {@link #logPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logPattern(LogPattern)}\n", "documentation" : "

                                The successfully created log pattern.

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

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logPattern", "getterDocumentation" : "

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.", "getterModel" : { "returnType" : "LogPattern", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LogPattern", "sensitive" : false, "setterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.", "setterMethodName" : "setLogPattern", "setterModel" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : null, "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : "

                                The successfully created log pattern.

                                ", "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeLogPatternResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeLogPatternResponse", "variableName" : "describeLogPatternResponse", "variableType" : "DescribeLogPatternResponse", "documentation" : null, "simpleType" : "DescribeLogPatternResponse", "variableSetterType" : "DescribeLogPatternResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeObservationRequest" : { "c2jName" : "DescribeObservationRequest", "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" : "DescribeObservation", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.DescribeObservation", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getObservationId", "beanStyleSetterMethodName" : "setObservationId", "c2jName" : "ObservationId", "c2jShape" : "ObservationId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the observation.

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

                                The ID of the observation.

                                \n@return The ID of the observation.\n@deprecated Use {@link #observationId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the observation.

                                \n@param observationId The ID of the observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #observationId(String)}\n", "documentation" : "

                                The ID of the observation.

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

                                The ID of the observation.

                                \n@param observationId The ID of the observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "observationId", "getterDocumentation" : "

                                The ID of the observation.

                                \n@return The ID of the observation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObservationId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ObservationId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObservationId", "sensitive" : false, "setterDocumentation" : "

                                The ID of the observation.

                                \n@param observationId The ID of the observation.", "setterMethodName" : "setObservationId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "observationId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "observationId", "variableType" : "String", "documentation" : "

                                The ID of the observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObservationId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getObservationId", "beanStyleSetterMethodName" : "setObservationId", "c2jName" : "ObservationId", "c2jShape" : "ObservationId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the observation.

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

                                The ID of the observation.

                                \n@return The ID of the observation.\n@deprecated Use {@link #observationId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the observation.

                                \n@param observationId The ID of the observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #observationId(String)}\n", "documentation" : "

                                The ID of the observation.

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

                                The ID of the observation.

                                \n@param observationId The ID of the observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "observationId", "getterDocumentation" : "

                                The ID of the observation.

                                \n@return The ID of the observation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObservationId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ObservationId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObservationId", "sensitive" : false, "setterDocumentation" : "

                                The ID of the observation.

                                \n@param observationId The ID of the observation.", "setterMethodName" : "setObservationId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "observationId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "observationId", "variableType" : "String", "documentation" : "

                                The ID of the observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getObservationId", "beanStyleSetterMethodName" : "setObservationId", "c2jName" : "ObservationId", "c2jShape" : "ObservationId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the observation.

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

                                The ID of the observation.

                                \n@return The ID of the observation.\n@deprecated Use {@link #observationId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the observation.

                                \n@param observationId The ID of the observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #observationId(String)}\n", "documentation" : "

                                The ID of the observation.

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

                                The ID of the observation.

                                \n@param observationId The ID of the observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "observationId", "getterDocumentation" : "

                                The ID of the observation.

                                \n@return The ID of the observation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ObservationId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ObservationId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ObservationId", "sensitive" : false, "setterDocumentation" : "

                                The ID of the observation.

                                \n@param observationId The ID of the observation.", "setterMethodName" : "setObservationId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "observationId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "observationId", "variableType" : "String", "documentation" : "

                                The ID of the observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ObservationId" ], "shapeName" : "DescribeObservationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeObservationRequest", "variableName" : "describeObservationRequest", "variableType" : "DescribeObservationRequest", "documentation" : null, "simpleType" : "DescribeObservationRequest", "variableSetterType" : "DescribeObservationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeObservationResponse" : { "c2jName" : "DescribeObservationResponse", "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" : "getObservation", "beanStyleSetterMethodName" : "setObservation", "c2jName" : "Observation", "c2jShape" : "Observation", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the observation.

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

                                Information about the observation.

                                \n@return Information about the observation.\n@deprecated Use {@link #observation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the observation.

                                \n@param observation Information about the observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #observation(Observation)}\n", "documentation" : "

                                Information about the observation.

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

                                Information about the observation.

                                \n@param observation Information about the observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "observation", "getterDocumentation" : "

                                Information about the observation.

                                \n@return Information about the observation.", "getterModel" : { "returnType" : "Observation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Observation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Observation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Observation", "sensitive" : false, "setterDocumentation" : "

                                Information about the observation.

                                \n@param observation Information about the observation.", "setterMethodName" : "setObservation", "setterModel" : { "variableDeclarationType" : "Observation", "variableName" : "observation", "variableType" : "Observation", "documentation" : null, "simpleType" : "Observation", "variableSetterType" : "Observation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Observation", "variableName" : "observation", "variableType" : "Observation", "documentation" : "

                                Information about the observation.

                                ", "simpleType" : "Observation", "variableSetterType" : "Observation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Observation" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getObservation", "beanStyleSetterMethodName" : "setObservation", "c2jName" : "Observation", "c2jShape" : "Observation", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the observation.

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

                                Information about the observation.

                                \n@return Information about the observation.\n@deprecated Use {@link #observation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the observation.

                                \n@param observation Information about the observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #observation(Observation)}\n", "documentation" : "

                                Information about the observation.

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

                                Information about the observation.

                                \n@param observation Information about the observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "observation", "getterDocumentation" : "

                                Information about the observation.

                                \n@return Information about the observation.", "getterModel" : { "returnType" : "Observation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Observation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Observation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Observation", "sensitive" : false, "setterDocumentation" : "

                                Information about the observation.

                                \n@param observation Information about the observation.", "setterMethodName" : "setObservation", "setterModel" : { "variableDeclarationType" : "Observation", "variableName" : "observation", "variableType" : "Observation", "documentation" : null, "simpleType" : "Observation", "variableSetterType" : "Observation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Observation", "variableName" : "observation", "variableType" : "Observation", "documentation" : "

                                Information about the observation.

                                ", "simpleType" : "Observation", "variableSetterType" : "Observation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getObservation", "beanStyleSetterMethodName" : "setObservation", "c2jName" : "Observation", "c2jShape" : "Observation", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the observation.

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

                                Information about the observation.

                                \n@return Information about the observation.\n@deprecated Use {@link #observation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the observation.

                                \n@param observation Information about the observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #observation(Observation)}\n", "documentation" : "

                                Information about the observation.

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

                                Information about the observation.

                                \n@param observation Information about the observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "observation", "getterDocumentation" : "

                                Information about the observation.

                                \n@return Information about the observation.", "getterModel" : { "returnType" : "Observation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Observation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Observation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Observation", "sensitive" : false, "setterDocumentation" : "

                                Information about the observation.

                                \n@param observation Information about the observation.", "setterMethodName" : "setObservation", "setterModel" : { "variableDeclarationType" : "Observation", "variableName" : "observation", "variableType" : "Observation", "documentation" : null, "simpleType" : "Observation", "variableSetterType" : "Observation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Observation", "variableName" : "observation", "variableType" : "Observation", "documentation" : "

                                Information about the observation.

                                ", "simpleType" : "Observation", "variableSetterType" : "Observation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeObservationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeObservationResponse", "variableName" : "describeObservationResponse", "variableType" : "DescribeObservationResponse", "documentation" : null, "simpleType" : "DescribeObservationResponse", "variableSetterType" : "DescribeObservationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeProblemObservationsRequest" : { "c2jName" : "DescribeProblemObservationsRequest", "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" : "DescribeProblemObservations", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.DescribeProblemObservations", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProblemId", "beanStyleSetterMethodName" : "setProblemId", "c2jName" : "ProblemId", "c2jShape" : "ProblemId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the problem.

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

                                The ID of the problem.

                                \n@return The ID of the problem.\n@deprecated Use {@link #problemId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the problem.

                                \n@param problemId The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #problemId(String)}\n", "documentation" : "

                                The ID of the problem.

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

                                The ID of the problem.

                                \n@param problemId The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "problemId", "getterDocumentation" : "

                                The ID of the problem.

                                \n@return The ID of the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProblemId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProblemId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProblemId", "sensitive" : false, "setterDocumentation" : "

                                The ID of the problem.

                                \n@param problemId The ID of the problem.", "setterMethodName" : "setProblemId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "problemId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "problemId", "variableType" : "String", "documentation" : "

                                The ID of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ProblemId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProblemId", "beanStyleSetterMethodName" : "setProblemId", "c2jName" : "ProblemId", "c2jShape" : "ProblemId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the problem.

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

                                The ID of the problem.

                                \n@return The ID of the problem.\n@deprecated Use {@link #problemId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the problem.

                                \n@param problemId The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #problemId(String)}\n", "documentation" : "

                                The ID of the problem.

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

                                The ID of the problem.

                                \n@param problemId The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "problemId", "getterDocumentation" : "

                                The ID of the problem.

                                \n@return The ID of the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProblemId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProblemId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProblemId", "sensitive" : false, "setterDocumentation" : "

                                The ID of the problem.

                                \n@param problemId The ID of the problem.", "setterMethodName" : "setProblemId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "problemId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "problemId", "variableType" : "String", "documentation" : "

                                The ID of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProblemId", "beanStyleSetterMethodName" : "setProblemId", "c2jName" : "ProblemId", "c2jShape" : "ProblemId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the problem.

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

                                The ID of the problem.

                                \n@return The ID of the problem.\n@deprecated Use {@link #problemId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the problem.

                                \n@param problemId The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #problemId(String)}\n", "documentation" : "

                                The ID of the problem.

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

                                The ID of the problem.

                                \n@param problemId The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "problemId", "getterDocumentation" : "

                                The ID of the problem.

                                \n@return The ID of the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProblemId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProblemId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProblemId", "sensitive" : false, "setterDocumentation" : "

                                The ID of the problem.

                                \n@param problemId The ID of the problem.", "setterMethodName" : "setProblemId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "problemId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "problemId", "variableType" : "String", "documentation" : "

                                The ID of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ProblemId" ], "shapeName" : "DescribeProblemObservationsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeProblemObservationsRequest", "variableName" : "describeProblemObservationsRequest", "variableType" : "DescribeProblemObservationsRequest", "documentation" : null, "simpleType" : "DescribeProblemObservationsRequest", "variableSetterType" : "DescribeProblemObservationsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeProblemObservationsResponse" : { "c2jName" : "DescribeProblemObservationsResponse", "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" : "getRelatedObservations", "beanStyleSetterMethodName" : "setRelatedObservations", "c2jName" : "RelatedObservations", "c2jShape" : "RelatedObservations", "defaultConsumerFluentSetterDocumentation" : "

                                Observations related to the problem.

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

                                Observations related to the problem.

                                \n@return Observations related to the problem.\n@deprecated Use {@link #relatedObservations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Observations related to the problem.

                                \n@param relatedObservations Observations related to the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #relatedObservations(RelatedObservations)}\n", "documentation" : "

                                Observations related to the problem.

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

                                Observations related to the problem.

                                \n@param relatedObservations Observations related to the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "relatedObservations", "getterDocumentation" : "

                                Observations related to the problem.

                                \n@return Observations related to the problem.", "getterModel" : { "returnType" : "RelatedObservations", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RelatedObservations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RelatedObservations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RelatedObservations", "sensitive" : false, "setterDocumentation" : "

                                Observations related to the problem.

                                \n@param relatedObservations Observations related to the problem.", "setterMethodName" : "setRelatedObservations", "setterModel" : { "variableDeclarationType" : "RelatedObservations", "variableName" : "relatedObservations", "variableType" : "RelatedObservations", "documentation" : null, "simpleType" : "RelatedObservations", "variableSetterType" : "RelatedObservations" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RelatedObservations", "variableName" : "relatedObservations", "variableType" : "RelatedObservations", "documentation" : "

                                Observations related to the problem.

                                ", "simpleType" : "RelatedObservations", "variableSetterType" : "RelatedObservations" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RelatedObservations" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRelatedObservations", "beanStyleSetterMethodName" : "setRelatedObservations", "c2jName" : "RelatedObservations", "c2jShape" : "RelatedObservations", "defaultConsumerFluentSetterDocumentation" : "

                                Observations related to the problem.

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

                                Observations related to the problem.

                                \n@return Observations related to the problem.\n@deprecated Use {@link #relatedObservations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Observations related to the problem.

                                \n@param relatedObservations Observations related to the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #relatedObservations(RelatedObservations)}\n", "documentation" : "

                                Observations related to the problem.

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

                                Observations related to the problem.

                                \n@param relatedObservations Observations related to the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "relatedObservations", "getterDocumentation" : "

                                Observations related to the problem.

                                \n@return Observations related to the problem.", "getterModel" : { "returnType" : "RelatedObservations", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RelatedObservations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RelatedObservations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RelatedObservations", "sensitive" : false, "setterDocumentation" : "

                                Observations related to the problem.

                                \n@param relatedObservations Observations related to the problem.", "setterMethodName" : "setRelatedObservations", "setterModel" : { "variableDeclarationType" : "RelatedObservations", "variableName" : "relatedObservations", "variableType" : "RelatedObservations", "documentation" : null, "simpleType" : "RelatedObservations", "variableSetterType" : "RelatedObservations" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RelatedObservations", "variableName" : "relatedObservations", "variableType" : "RelatedObservations", "documentation" : "

                                Observations related to the problem.

                                ", "simpleType" : "RelatedObservations", "variableSetterType" : "RelatedObservations" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRelatedObservations", "beanStyleSetterMethodName" : "setRelatedObservations", "c2jName" : "RelatedObservations", "c2jShape" : "RelatedObservations", "defaultConsumerFluentSetterDocumentation" : "

                                Observations related to the problem.

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

                                Observations related to the problem.

                                \n@return Observations related to the problem.\n@deprecated Use {@link #relatedObservations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Observations related to the problem.

                                \n@param relatedObservations Observations related to the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #relatedObservations(RelatedObservations)}\n", "documentation" : "

                                Observations related to the problem.

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

                                Observations related to the problem.

                                \n@param relatedObservations Observations related to the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "relatedObservations", "getterDocumentation" : "

                                Observations related to the problem.

                                \n@return Observations related to the problem.", "getterModel" : { "returnType" : "RelatedObservations", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RelatedObservations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RelatedObservations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RelatedObservations", "sensitive" : false, "setterDocumentation" : "

                                Observations related to the problem.

                                \n@param relatedObservations Observations related to the problem.", "setterMethodName" : "setRelatedObservations", "setterModel" : { "variableDeclarationType" : "RelatedObservations", "variableName" : "relatedObservations", "variableType" : "RelatedObservations", "documentation" : null, "simpleType" : "RelatedObservations", "variableSetterType" : "RelatedObservations" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RelatedObservations", "variableName" : "relatedObservations", "variableType" : "RelatedObservations", "documentation" : "

                                Observations related to the problem.

                                ", "simpleType" : "RelatedObservations", "variableSetterType" : "RelatedObservations" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeProblemObservationsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeProblemObservationsResponse", "variableName" : "describeProblemObservationsResponse", "variableType" : "DescribeProblemObservationsResponse", "documentation" : null, "simpleType" : "DescribeProblemObservationsResponse", "variableSetterType" : "DescribeProblemObservationsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeProblemRequest" : { "c2jName" : "DescribeProblemRequest", "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" : "DescribeProblem", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.DescribeProblem", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProblemId", "beanStyleSetterMethodName" : "setProblemId", "c2jName" : "ProblemId", "c2jShape" : "ProblemId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the problem.

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

                                The ID of the problem.

                                \n@return The ID of the problem.\n@deprecated Use {@link #problemId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the problem.

                                \n@param problemId The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #problemId(String)}\n", "documentation" : "

                                The ID of the problem.

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

                                The ID of the problem.

                                \n@param problemId The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "problemId", "getterDocumentation" : "

                                The ID of the problem.

                                \n@return The ID of the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProblemId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProblemId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProblemId", "sensitive" : false, "setterDocumentation" : "

                                The ID of the problem.

                                \n@param problemId The ID of the problem.", "setterMethodName" : "setProblemId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "problemId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "problemId", "variableType" : "String", "documentation" : "

                                The ID of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ProblemId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProblemId", "beanStyleSetterMethodName" : "setProblemId", "c2jName" : "ProblemId", "c2jShape" : "ProblemId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the problem.

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

                                The ID of the problem.

                                \n@return The ID of the problem.\n@deprecated Use {@link #problemId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the problem.

                                \n@param problemId The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #problemId(String)}\n", "documentation" : "

                                The ID of the problem.

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

                                The ID of the problem.

                                \n@param problemId The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "problemId", "getterDocumentation" : "

                                The ID of the problem.

                                \n@return The ID of the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProblemId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProblemId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProblemId", "sensitive" : false, "setterDocumentation" : "

                                The ID of the problem.

                                \n@param problemId The ID of the problem.", "setterMethodName" : "setProblemId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "problemId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "problemId", "variableType" : "String", "documentation" : "

                                The ID of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProblemId", "beanStyleSetterMethodName" : "setProblemId", "c2jName" : "ProblemId", "c2jShape" : "ProblemId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the problem.

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

                                The ID of the problem.

                                \n@return The ID of the problem.\n@deprecated Use {@link #problemId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the problem.

                                \n@param problemId The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #problemId(String)}\n", "documentation" : "

                                The ID of the problem.

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

                                The ID of the problem.

                                \n@param problemId The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "problemId", "getterDocumentation" : "

                                The ID of the problem.

                                \n@return The ID of the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ProblemId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProblemId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ProblemId", "sensitive" : false, "setterDocumentation" : "

                                The ID of the problem.

                                \n@param problemId The ID of the problem.", "setterMethodName" : "setProblemId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "problemId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "problemId", "variableType" : "String", "documentation" : "

                                The ID of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ProblemId" ], "shapeName" : "DescribeProblemRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeProblemRequest", "variableName" : "describeProblemRequest", "variableType" : "DescribeProblemRequest", "documentation" : null, "simpleType" : "DescribeProblemRequest", "variableSetterType" : "DescribeProblemRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeProblemResponse" : { "c2jName" : "DescribeProblemResponse", "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" : "getProblem", "beanStyleSetterMethodName" : "setProblem", "c2jName" : "Problem", "c2jShape" : "Problem", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the problem.

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

                                Information about the problem.

                                \n@return Information about the problem.\n@deprecated Use {@link #problem()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the problem.

                                \n@param problem Information about the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #problem(Problem)}\n", "documentation" : "

                                Information about the problem.

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

                                Information about the problem.

                                \n@param problem Information about the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "problem", "getterDocumentation" : "

                                Information about the problem.

                                \n@return Information about the problem.", "getterModel" : { "returnType" : "Problem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Problem", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Problem", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Problem", "sensitive" : false, "setterDocumentation" : "

                                Information about the problem.

                                \n@param problem Information about the problem.", "setterMethodName" : "setProblem", "setterModel" : { "variableDeclarationType" : "Problem", "variableName" : "problem", "variableType" : "Problem", "documentation" : null, "simpleType" : "Problem", "variableSetterType" : "Problem" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Problem", "variableName" : "problem", "variableType" : "Problem", "documentation" : "

                                Information about the problem.

                                ", "simpleType" : "Problem", "variableSetterType" : "Problem" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Problem" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProblem", "beanStyleSetterMethodName" : "setProblem", "c2jName" : "Problem", "c2jShape" : "Problem", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the problem.

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

                                Information about the problem.

                                \n@return Information about the problem.\n@deprecated Use {@link #problem()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the problem.

                                \n@param problem Information about the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #problem(Problem)}\n", "documentation" : "

                                Information about the problem.

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

                                Information about the problem.

                                \n@param problem Information about the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "problem", "getterDocumentation" : "

                                Information about the problem.

                                \n@return Information about the problem.", "getterModel" : { "returnType" : "Problem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Problem", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Problem", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Problem", "sensitive" : false, "setterDocumentation" : "

                                Information about the problem.

                                \n@param problem Information about the problem.", "setterMethodName" : "setProblem", "setterModel" : { "variableDeclarationType" : "Problem", "variableName" : "problem", "variableType" : "Problem", "documentation" : null, "simpleType" : "Problem", "variableSetterType" : "Problem" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Problem", "variableName" : "problem", "variableType" : "Problem", "documentation" : "

                                Information about the problem.

                                ", "simpleType" : "Problem", "variableSetterType" : "Problem" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProblem", "beanStyleSetterMethodName" : "setProblem", "c2jName" : "Problem", "c2jShape" : "Problem", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the problem.

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

                                Information about the problem.

                                \n@return Information about the problem.\n@deprecated Use {@link #problem()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the problem.

                                \n@param problem Information about the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #problem(Problem)}\n", "documentation" : "

                                Information about the problem.

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

                                Information about the problem.

                                \n@param problem Information about the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "problem", "getterDocumentation" : "

                                Information about the problem.

                                \n@return Information about the problem.", "getterModel" : { "returnType" : "Problem", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Problem", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Problem", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Problem", "sensitive" : false, "setterDocumentation" : "

                                Information about the problem.

                                \n@param problem Information about the problem.", "setterMethodName" : "setProblem", "setterModel" : { "variableDeclarationType" : "Problem", "variableName" : "problem", "variableType" : "Problem", "documentation" : null, "simpleType" : "Problem", "variableSetterType" : "Problem" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Problem", "variableName" : "problem", "variableType" : "Problem", "documentation" : "

                                Information about the problem.

                                ", "simpleType" : "Problem", "variableSetterType" : "Problem" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeProblemResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeProblemResponse", "variableName" : "describeProblemResponse", "variableType" : "DescribeProblemResponse", "documentation" : null, "simpleType" : "DescribeProblemResponse", "variableSetterType" : "DescribeProblemResponse" }, "wrapper" : false, "xmlNamespace" : null }, "FeedbackKey" : { "c2jName" : "FeedbackKey", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "INSIGHTS_FEEDBACK", "value" : "INSIGHTS_FEEDBACK" } ], "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" : "FeedbackKey", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FeedbackKey", "variableName" : "feedbackKey", "variableType" : "FeedbackKey", "documentation" : null, "simpleType" : "FeedbackKey", "variableSetterType" : "FeedbackKey" }, "wrapper" : false, "xmlNamespace" : null }, "FeedbackValue" : { "c2jName" : "FeedbackValue", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "NOT_SPECIFIED", "value" : "NOT_SPECIFIED" }, { "name" : "USEFUL", "value" : "USEFUL" }, { "name" : "NOT_USEFUL", "value" : "NOT_USEFUL" } ], "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" : "FeedbackValue", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FeedbackValue", "variableName" : "feedbackValue", "variableType" : "FeedbackValue", "documentation" : null, "simpleType" : "FeedbackValue", "variableSetterType" : "FeedbackValue" }, "wrapper" : false, "xmlNamespace" : null }, "InternalServerException" : { "c2jName" : "InternalServerException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The server encountered an internal error and is unable to complete the request.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InternalServerException", "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" : "InternalServerException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalServerException", "variableName" : "internalServerException", "variableType" : "InternalServerException", "documentation" : null, "simpleType" : "InternalServerException", "variableSetterType" : "InternalServerException" }, "wrapper" : false, "xmlNamespace" : null }, "ListApplicationsRequest" : { "c2jName" : "ListApplicationsRequest", "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" : "ListApplications", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.ListApplications", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "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" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "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" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "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" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListApplicationsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListApplicationsRequest", "variableName" : "listApplicationsRequest", "variableType" : "ListApplicationsRequest", "documentation" : null, "simpleType" : "ListApplicationsRequest", "variableSetterType" : "ListApplicationsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListApplicationsResponse" : { "c2jName" : "ListApplicationsResponse", "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" : true }, "beanStyleGetterMethodName" : "getApplicationInfoList", "beanStyleSetterMethodName" : "setApplicationInfoList", "c2jName" : "ApplicationInfoList", "c2jShape" : "ApplicationInfoList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of applications.

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

                                The list of applications.

                                \n

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

                                \n

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

                                \n@return The list of applications.\n@deprecated Use {@link #applicationInfoList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of applications.

                                \n@param applicationInfoList The list of applications.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationInfoList(List)}\n", "documentation" : "

                                The list of applications.

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

                                The list of applications.

                                \n@param applicationInfoList The list of applications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationInfoList", "getterDocumentation" : "

                                The list of applications.

                                \n

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

                                \n

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

                                \n@return The list of applications.", "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" : "ApplicationInfoList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationInfoList", "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" : "ApplicationInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ApplicationInfo.Builder} avoiding the need to create one manually via {@link ApplicationInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationInfo.Builder#build()} is called immediately and its result is passed to {@link #member(ApplicationInfo)}.\n@param member a consumer that will call methods on {@link ApplicationInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ApplicationInfo)", "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(ApplicationInfo)}\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" : "ApplicationInfo", "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" : "ApplicationInfo", "variableName" : "member", "variableType" : "ApplicationInfo", "documentation" : null, "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "member", "variableType" : "ApplicationInfo", "documentation" : "", "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ApplicationInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ApplicationInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ApplicationInfoList", "sensitive" : false, "setterDocumentation" : "

                                The list of applications.

                                \n@param applicationInfoList The list of applications.", "setterMethodName" : "setApplicationInfoList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationInfoList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationInfoList", "variableType" : "java.util.List", "documentation" : "

                                The list of applications.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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 token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationInfoList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getApplicationInfoList", "beanStyleSetterMethodName" : "setApplicationInfoList", "c2jName" : "ApplicationInfoList", "c2jShape" : "ApplicationInfoList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of applications.

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

                                The list of applications.

                                \n

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

                                \n

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

                                \n@return The list of applications.\n@deprecated Use {@link #applicationInfoList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of applications.

                                \n@param applicationInfoList The list of applications.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationInfoList(List)}\n", "documentation" : "

                                The list of applications.

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

                                The list of applications.

                                \n@param applicationInfoList The list of applications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationInfoList", "getterDocumentation" : "

                                The list of applications.

                                \n

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

                                \n

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

                                \n@return The list of applications.", "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" : "ApplicationInfoList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationInfoList", "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" : "ApplicationInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ApplicationInfo.Builder} avoiding the need to create one manually via {@link ApplicationInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationInfo.Builder#build()} is called immediately and its result is passed to {@link #member(ApplicationInfo)}.\n@param member a consumer that will call methods on {@link ApplicationInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ApplicationInfo)", "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(ApplicationInfo)}\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" : "ApplicationInfo", "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" : "ApplicationInfo", "variableName" : "member", "variableType" : "ApplicationInfo", "documentation" : null, "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "member", "variableType" : "ApplicationInfo", "documentation" : "", "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ApplicationInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ApplicationInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ApplicationInfoList", "sensitive" : false, "setterDocumentation" : "

                                The list of applications.

                                \n@param applicationInfoList The list of applications.", "setterMethodName" : "setApplicationInfoList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationInfoList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationInfoList", "variableType" : "java.util.List", "documentation" : "

                                The list of applications.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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 token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getApplicationInfoList", "beanStyleSetterMethodName" : "setApplicationInfoList", "c2jName" : "ApplicationInfoList", "c2jShape" : "ApplicationInfoList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of applications.

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

                                The list of applications.

                                \n

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

                                \n

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

                                \n@return The list of applications.\n@deprecated Use {@link #applicationInfoList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of applications.

                                \n@param applicationInfoList The list of applications.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationInfoList(List)}\n", "documentation" : "

                                The list of applications.

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

                                The list of applications.

                                \n@param applicationInfoList The list of applications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationInfoList", "getterDocumentation" : "

                                The list of applications.

                                \n

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

                                \n

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

                                \n@return The list of applications.", "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" : "ApplicationInfoList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationInfoList", "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" : "ApplicationInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ApplicationInfo.Builder} avoiding the need to create one manually via {@link ApplicationInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationInfo.Builder#build()} is called immediately and its result is passed to {@link #member(ApplicationInfo)}.\n@param member a consumer that will call methods on {@link ApplicationInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ApplicationInfo)", "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(ApplicationInfo)}\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" : "ApplicationInfo", "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" : "ApplicationInfo", "variableName" : "member", "variableType" : "ApplicationInfo", "documentation" : null, "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "member", "variableType" : "ApplicationInfo", "documentation" : "", "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ApplicationInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ApplicationInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ApplicationInfoList", "sensitive" : false, "setterDocumentation" : "

                                The list of applications.

                                \n@param applicationInfoList The list of applications.", "setterMethodName" : "setApplicationInfoList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationInfoList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationInfoList", "variableType" : "java.util.List", "documentation" : "

                                The list of applications.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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 token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListApplicationsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListApplicationsResponse", "variableName" : "listApplicationsResponse", "variableType" : "ListApplicationsResponse", "documentation" : null, "simpleType" : "ListApplicationsResponse", "variableSetterType" : "ListApplicationsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListComponentsRequest" : { "c2jName" : "ListComponentsRequest", "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" : "ListComponents", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.ListComponents", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "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" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "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" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "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" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName" ], "shapeName" : "ListComponentsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListComponentsRequest", "variableName" : "listComponentsRequest", "variableType" : "ListComponentsRequest", "documentation" : null, "simpleType" : "ListComponentsRequest", "variableSetterType" : "ListComponentsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListComponentsResponse" : { "c2jName" : "ListComponentsResponse", "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" : true }, "beanStyleGetterMethodName" : "getApplicationComponentList", "beanStyleSetterMethodName" : "setApplicationComponentList", "c2jName" : "ApplicationComponentList", "c2jShape" : "ApplicationComponentList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of application components.

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

                                The list of application components.

                                \n

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

                                \n

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

                                \n@return The list of application components.\n@deprecated Use {@link #applicationComponentList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of application components.

                                \n@param applicationComponentList The list of application components.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationComponentList(List)}\n", "documentation" : "

                                The list of application components.

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

                                The list of application components.

                                \n@param applicationComponentList The list of application components.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationComponentList", "getterDocumentation" : "

                                The list of application components.

                                \n

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

                                \n

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

                                \n@return The list of application components.", "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" : "ApplicationComponentList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationComponentList", "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" : "ApplicationComponent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ApplicationComponent.Builder} avoiding the need to create one manually via {@link ApplicationComponent#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationComponent.Builder#build()} is called immediately and its result is passed to {@link #member(ApplicationComponent)}.\n@param member a consumer that will call methods on {@link ApplicationComponent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ApplicationComponent)", "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(ApplicationComponent)}\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" : "ApplicationComponent", "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" : "ApplicationComponent", "variableName" : "member", "variableType" : "ApplicationComponent", "documentation" : null, "simpleType" : "ApplicationComponent", "variableSetterType" : "ApplicationComponent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationComponent", "variableName" : "member", "variableType" : "ApplicationComponent", "documentation" : "", "simpleType" : "ApplicationComponent", "variableSetterType" : "ApplicationComponent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ApplicationComponent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ApplicationComponent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ApplicationComponentList", "sensitive" : false, "setterDocumentation" : "

                                The list of application components.

                                \n@param applicationComponentList The list of application components.", "setterMethodName" : "setApplicationComponentList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationComponentList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationComponentList", "variableType" : "java.util.List", "documentation" : "

                                The list of application components.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationComponentList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getApplicationComponentList", "beanStyleSetterMethodName" : "setApplicationComponentList", "c2jName" : "ApplicationComponentList", "c2jShape" : "ApplicationComponentList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of application components.

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

                                The list of application components.

                                \n

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

                                \n

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

                                \n@return The list of application components.\n@deprecated Use {@link #applicationComponentList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of application components.

                                \n@param applicationComponentList The list of application components.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationComponentList(List)}\n", "documentation" : "

                                The list of application components.

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

                                The list of application components.

                                \n@param applicationComponentList The list of application components.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationComponentList", "getterDocumentation" : "

                                The list of application components.

                                \n

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

                                \n

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

                                \n@return The list of application components.", "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" : "ApplicationComponentList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationComponentList", "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" : "ApplicationComponent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ApplicationComponent.Builder} avoiding the need to create one manually via {@link ApplicationComponent#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationComponent.Builder#build()} is called immediately and its result is passed to {@link #member(ApplicationComponent)}.\n@param member a consumer that will call methods on {@link ApplicationComponent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ApplicationComponent)", "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(ApplicationComponent)}\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" : "ApplicationComponent", "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" : "ApplicationComponent", "variableName" : "member", "variableType" : "ApplicationComponent", "documentation" : null, "simpleType" : "ApplicationComponent", "variableSetterType" : "ApplicationComponent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationComponent", "variableName" : "member", "variableType" : "ApplicationComponent", "documentation" : "", "simpleType" : "ApplicationComponent", "variableSetterType" : "ApplicationComponent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ApplicationComponent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ApplicationComponent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ApplicationComponentList", "sensitive" : false, "setterDocumentation" : "

                                The list of application components.

                                \n@param applicationComponentList The list of application components.", "setterMethodName" : "setApplicationComponentList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationComponentList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationComponentList", "variableType" : "java.util.List", "documentation" : "

                                The list of application components.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getApplicationComponentList", "beanStyleSetterMethodName" : "setApplicationComponentList", "c2jName" : "ApplicationComponentList", "c2jShape" : "ApplicationComponentList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of application components.

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

                                The list of application components.

                                \n

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

                                \n

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

                                \n@return The list of application components.\n@deprecated Use {@link #applicationComponentList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of application components.

                                \n@param applicationComponentList The list of application components.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationComponentList(List)}\n", "documentation" : "

                                The list of application components.

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

                                The list of application components.

                                \n@param applicationComponentList The list of application components.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationComponentList", "getterDocumentation" : "

                                The list of application components.

                                \n

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

                                \n

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

                                \n@return The list of application components.", "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" : "ApplicationComponentList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationComponentList", "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" : "ApplicationComponent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ApplicationComponent.Builder} avoiding the need to create one manually via {@link ApplicationComponent#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationComponent.Builder#build()} is called immediately and its result is passed to {@link #member(ApplicationComponent)}.\n@param member a consumer that will call methods on {@link ApplicationComponent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ApplicationComponent)", "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(ApplicationComponent)}\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" : "ApplicationComponent", "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" : "ApplicationComponent", "variableName" : "member", "variableType" : "ApplicationComponent", "documentation" : null, "simpleType" : "ApplicationComponent", "variableSetterType" : "ApplicationComponent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationComponent", "variableName" : "member", "variableType" : "ApplicationComponent", "documentation" : "", "simpleType" : "ApplicationComponent", "variableSetterType" : "ApplicationComponent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ApplicationComponent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ApplicationComponent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ApplicationComponentList", "sensitive" : false, "setterDocumentation" : "

                                The list of application components.

                                \n@param applicationComponentList The list of application components.", "setterMethodName" : "setApplicationComponentList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationComponentList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "applicationComponentList", "variableType" : "java.util.List", "documentation" : "

                                The list of application components.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListComponentsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListComponentsResponse", "variableName" : "listComponentsResponse", "variableType" : "ListComponentsResponse", "documentation" : null, "simpleType" : "ListComponentsResponse", "variableSetterType" : "ListComponentsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListConfigurationHistoryRequest" : { "c2jName" : "ListConfigurationHistoryRequest", "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" : "ListConfigurationHistory", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.ListConfigurationHistory", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                Resource group to which the application belongs.

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

                                Resource group to which the application belongs.

                                \n@return Resource group to which the application belongs.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Resource group to which the application belongs.

                                \n@param resourceGroupName Resource group to which the application belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                Resource group to which the application belongs.

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

                                Resource group to which the application belongs.

                                \n@param resourceGroupName Resource group to which the application belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                Resource group to which the application belongs.

                                \n@return Resource group to which the application belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                Resource group to which the application belongs.

                                \n@param resourceGroupName Resource group to which the application belongs.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                Resource group to which the application belongs.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

                                The start time of the event.

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

                                The start time of the event.

                                \n@return The start time of the event.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The start time of the event.

                                \n@param startTime The start time of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                The start time of the event.

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

                                The start time of the event.

                                \n@param startTime The start time of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                The start time of the event.

                                \n@return The start time of the event.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                The start time of the event.

                                \n@param startTime The start time of the event.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                The start time of the event.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

                                The end time of the event.

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

                                The end time of the event.

                                \n@return The end time of the event.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The end time of the event.

                                \n@param endTime The end time of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The end time of the event.

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

                                The end time of the event.

                                \n@param endTime The end time of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The end time of the event.

                                \n@return The end time of the event.", "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" : "EndTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The end time of the event.

                                \n@param endTime The end time of the event.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                                The end time of the event.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventStatus", "beanStyleSetterMethodName" : "setEventStatus", "c2jName" : "EventStatus", "c2jShape" : "ConfigurationEventStatus", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

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

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n

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

                                \n@return The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@deprecated Use {@link #eventStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventStatus\n@deprecated Use {@link #eventStatus(String)}\n", "documentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

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

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventStatus", "fluentSetterMethodName" : "eventStatus", "getterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n

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

                                \n@return The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventStatus", "sensitive" : false, "setterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus", "setterMethodName" : "setEventStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventStatus", "variableType" : "String", "documentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

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

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                \n@return The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                \n@param maxResults The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

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

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                \n@param maxResults The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                \n@return The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.", "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" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                \n@param maxResults The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \n@return The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.\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 NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                ", "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 NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \n@return The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.", "getterModel" : { "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 NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.", "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 NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

                                The end time of the event.

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

                                The end time of the event.

                                \n@return The end time of the event.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The end time of the event.

                                \n@param endTime The end time of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The end time of the event.

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

                                The end time of the event.

                                \n@param endTime The end time of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The end time of the event.

                                \n@return The end time of the event.", "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" : "EndTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The end time of the event.

                                \n@param endTime The end time of the event.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                                The end time of the event.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventStatus", "beanStyleSetterMethodName" : "setEventStatus", "c2jName" : "EventStatus", "c2jShape" : "ConfigurationEventStatus", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

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

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n

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

                                \n@return The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@deprecated Use {@link #eventStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventStatus\n@deprecated Use {@link #eventStatus(String)}\n", "documentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

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

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventStatus", "fluentSetterMethodName" : "eventStatus", "getterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n

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

                                \n@return The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventStatus", "sensitive" : false, "setterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus", "setterMethodName" : "setEventStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventStatus", "variableType" : "String", "documentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

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

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                \n@return The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                \n@param maxResults The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

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

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                \n@param maxResults The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                \n@return The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.", "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" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                \n@param maxResults The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \n@return The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.\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 NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                ", "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 NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \n@return The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.", "getterModel" : { "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 NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.", "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 NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                Resource group to which the application belongs.

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

                                Resource group to which the application belongs.

                                \n@return Resource group to which the application belongs.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Resource group to which the application belongs.

                                \n@param resourceGroupName Resource group to which the application belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                Resource group to which the application belongs.

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

                                Resource group to which the application belongs.

                                \n@param resourceGroupName Resource group to which the application belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                Resource group to which the application belongs.

                                \n@return Resource group to which the application belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                Resource group to which the application belongs.

                                \n@param resourceGroupName Resource group to which the application belongs.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                Resource group to which the application belongs.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

                                The start time of the event.

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

                                The start time of the event.

                                \n@return The start time of the event.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The start time of the event.

                                \n@param startTime The start time of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                The start time of the event.

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

                                The start time of the event.

                                \n@param startTime The start time of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                The start time of the event.

                                \n@return The start time of the event.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                The start time of the event.

                                \n@param startTime The start time of the event.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                The start time of the event.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                Resource group to which the application belongs.

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

                                Resource group to which the application belongs.

                                \n@return Resource group to which the application belongs.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Resource group to which the application belongs.

                                \n@param resourceGroupName Resource group to which the application belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                Resource group to which the application belongs.

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

                                Resource group to which the application belongs.

                                \n@param resourceGroupName Resource group to which the application belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                Resource group to which the application belongs.

                                \n@return Resource group to which the application belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                Resource group to which the application belongs.

                                \n@param resourceGroupName Resource group to which the application belongs.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                Resource group to which the application belongs.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

                                The start time of the event.

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

                                The start time of the event.

                                \n@return The start time of the event.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The start time of the event.

                                \n@param startTime The start time of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                The start time of the event.

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

                                The start time of the event.

                                \n@param startTime The start time of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                The start time of the event.

                                \n@return The start time of the event.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                The start time of the event.

                                \n@param startTime The start time of the event.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                The start time of the event.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

                                The end time of the event.

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

                                The end time of the event.

                                \n@return The end time of the event.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The end time of the event.

                                \n@param endTime The end time of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The end time of the event.

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

                                The end time of the event.

                                \n@param endTime The end time of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The end time of the event.

                                \n@return The end time of the event.", "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" : "EndTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The end time of the event.

                                \n@param endTime The end time of the event.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                                The end time of the event.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventStatus", "beanStyleSetterMethodName" : "setEventStatus", "c2jName" : "EventStatus", "c2jShape" : "ConfigurationEventStatus", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

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

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n

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

                                \n@return The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@deprecated Use {@link #eventStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventStatus\n@deprecated Use {@link #eventStatus(String)}\n", "documentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

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

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationEventStatus", "fluentSetterMethodName" : "eventStatus", "getterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n

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

                                \n@return The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EventStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventStatus", "sensitive" : false, "setterDocumentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                \n@param eventStatus The status of the configuration update event. Possible values include INFO, WARN, and ERROR.\n@see ConfigurationEventStatus", "setterMethodName" : "setEventStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventStatus", "variableType" : "String", "documentation" : "

                                The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

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

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                \n@return The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                \n@param maxResults The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

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

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                \n@param maxResults The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                \n@return The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.", "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" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                \n@param maxResults The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \n@return The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.\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 NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                ", "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 NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \n@return The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.", "getterModel" : { "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 NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.", "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 NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListConfigurationHistoryRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListConfigurationHistoryRequest", "variableName" : "listConfigurationHistoryRequest", "variableType" : "ListConfigurationHistoryRequest", "documentation" : null, "simpleType" : "ListConfigurationHistoryRequest", "variableSetterType" : "ListConfigurationHistoryRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListConfigurationHistoryResponse" : { "c2jName" : "ListConfigurationHistoryResponse", "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" : true }, "beanStyleGetterMethodName" : "getEventList", "beanStyleSetterMethodName" : "setEventList", "c2jName" : "EventList", "c2jShape" : "ConfigurationEventList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of configuration events and their corresponding details.

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

                                The list of configuration events and their corresponding details.

                                \n

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

                                \n

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

                                \n@return The list of configuration events and their corresponding details.\n@deprecated Use {@link #eventList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of configuration events and their corresponding details.

                                \n@param eventList The list of configuration events and their corresponding details.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventList(List)}\n", "documentation" : "

                                The list of configuration events and their corresponding details.

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

                                The list of configuration events and their corresponding details.

                                \n@param eventList The list of configuration events and their corresponding details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventList", "getterDocumentation" : "

                                The list of configuration events and their corresponding details.

                                \n

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

                                \n

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

                                \n@return The list of configuration events and their corresponding details.", "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" : "EventList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventList", "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" : "ConfigurationEvent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ConfigurationEvent.Builder} avoiding the need to create one manually via {@link ConfigurationEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigurationEvent.Builder#build()} is called immediately and its result is passed to {@link #member(ConfigurationEvent)}.\n@param member a consumer that will call methods on {@link ConfigurationEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ConfigurationEvent)", "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(ConfigurationEvent)}\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" : "ConfigurationEvent", "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" : "ConfigurationEvent", "variableName" : "member", "variableType" : "ConfigurationEvent", "documentation" : null, "simpleType" : "ConfigurationEvent", "variableSetterType" : "ConfigurationEvent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigurationEvent", "variableName" : "member", "variableType" : "ConfigurationEvent", "documentation" : "", "simpleType" : "ConfigurationEvent", "variableSetterType" : "ConfigurationEvent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ConfigurationEvent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ConfigurationEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventList", "sensitive" : false, "setterDocumentation" : "

                                The list of configuration events and their corresponding details.

                                \n@param eventList The list of configuration events and their corresponding details.", "setterMethodName" : "setEventList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventList", "variableType" : "java.util.List", "documentation" : "

                                The list of configuration events and their corresponding details.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\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 NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "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 NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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 NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "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 NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EventList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEventList", "beanStyleSetterMethodName" : "setEventList", "c2jName" : "EventList", "c2jShape" : "ConfigurationEventList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of configuration events and their corresponding details.

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

                                The list of configuration events and their corresponding details.

                                \n

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

                                \n

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

                                \n@return The list of configuration events and their corresponding details.\n@deprecated Use {@link #eventList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of configuration events and their corresponding details.

                                \n@param eventList The list of configuration events and their corresponding details.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventList(List)}\n", "documentation" : "

                                The list of configuration events and their corresponding details.

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

                                The list of configuration events and their corresponding details.

                                \n@param eventList The list of configuration events and their corresponding details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventList", "getterDocumentation" : "

                                The list of configuration events and their corresponding details.

                                \n

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

                                \n

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

                                \n@return The list of configuration events and their corresponding details.", "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" : "EventList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventList", "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" : "ConfigurationEvent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ConfigurationEvent.Builder} avoiding the need to create one manually via {@link ConfigurationEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigurationEvent.Builder#build()} is called immediately and its result is passed to {@link #member(ConfigurationEvent)}.\n@param member a consumer that will call methods on {@link ConfigurationEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ConfigurationEvent)", "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(ConfigurationEvent)}\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" : "ConfigurationEvent", "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" : "ConfigurationEvent", "variableName" : "member", "variableType" : "ConfigurationEvent", "documentation" : null, "simpleType" : "ConfigurationEvent", "variableSetterType" : "ConfigurationEvent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigurationEvent", "variableName" : "member", "variableType" : "ConfigurationEvent", "documentation" : "", "simpleType" : "ConfigurationEvent", "variableSetterType" : "ConfigurationEvent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ConfigurationEvent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ConfigurationEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventList", "sensitive" : false, "setterDocumentation" : "

                                The list of configuration events and their corresponding details.

                                \n@param eventList The list of configuration events and their corresponding details.", "setterMethodName" : "setEventList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventList", "variableType" : "java.util.List", "documentation" : "

                                The list of configuration events and their corresponding details.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\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 NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "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 NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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 NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "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 NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEventList", "beanStyleSetterMethodName" : "setEventList", "c2jName" : "EventList", "c2jShape" : "ConfigurationEventList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of configuration events and their corresponding details.

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

                                The list of configuration events and their corresponding details.

                                \n

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

                                \n

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

                                \n@return The list of configuration events and their corresponding details.\n@deprecated Use {@link #eventList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of configuration events and their corresponding details.

                                \n@param eventList The list of configuration events and their corresponding details.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventList(List)}\n", "documentation" : "

                                The list of configuration events and their corresponding details.

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

                                The list of configuration events and their corresponding details.

                                \n@param eventList The list of configuration events and their corresponding details.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventList", "getterDocumentation" : "

                                The list of configuration events and their corresponding details.

                                \n

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

                                \n

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

                                \n@return The list of configuration events and their corresponding details.", "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" : "EventList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EventList", "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" : "ConfigurationEvent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ConfigurationEvent.Builder} avoiding the need to create one manually via {@link ConfigurationEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link ConfigurationEvent.Builder#build()} is called immediately and its result is passed to {@link #member(ConfigurationEvent)}.\n@param member a consumer that will call methods on {@link ConfigurationEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ConfigurationEvent)", "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(ConfigurationEvent)}\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" : "ConfigurationEvent", "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" : "ConfigurationEvent", "variableName" : "member", "variableType" : "ConfigurationEvent", "documentation" : null, "simpleType" : "ConfigurationEvent", "variableSetterType" : "ConfigurationEvent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ConfigurationEvent", "variableName" : "member", "variableType" : "ConfigurationEvent", "documentation" : "", "simpleType" : "ConfigurationEvent", "variableSetterType" : "ConfigurationEvent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ConfigurationEvent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ConfigurationEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EventList", "sensitive" : false, "setterDocumentation" : "

                                The list of configuration events and their corresponding details.

                                \n@param eventList The list of configuration events and their corresponding details.", "setterMethodName" : "setEventList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "eventList", "variableType" : "java.util.List", "documentation" : "

                                The list of configuration events and their corresponding details.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\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 NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "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 NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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 NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.", "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 NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListConfigurationHistoryResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListConfigurationHistoryResponse", "variableName" : "listConfigurationHistoryResponse", "variableType" : "ListConfigurationHistoryResponse", "documentation" : null, "simpleType" : "ListConfigurationHistoryResponse", "variableSetterType" : "ListConfigurationHistoryResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListLogPatternSetsRequest" : { "c2jName" : "ListLogPatternSetsRequest", "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" : "ListLogPatternSets", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.ListLogPatternSets", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "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" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "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" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "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" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName" ], "shapeName" : "ListLogPatternSetsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListLogPatternSetsRequest", "variableName" : "listLogPatternSetsRequest", "variableType" : "ListLogPatternSetsRequest", "documentation" : null, "simpleType" : "ListLogPatternSetsRequest", "variableSetterType" : "ListLogPatternSetsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListLogPatternSetsResponse" : { "c2jName" : "ListLogPatternSetsResponse", "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" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogPatternSets", "beanStyleSetterMethodName" : "setLogPatternSets", "c2jName" : "LogPatternSets", "c2jShape" : "LogPatternSetList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of log pattern sets.

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

                                The list of log pattern sets.

                                \n

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

                                \n

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

                                \n@return The list of log pattern sets.\n@deprecated Use {@link #logPatternSets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of log pattern sets.

                                \n@param logPatternSets The list of log pattern sets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logPatternSets(List)}\n", "documentation" : "

                                The list of log pattern sets.

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

                                The list of log pattern sets.

                                \n@param logPatternSets The list of log pattern sets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logPatternSets", "getterDocumentation" : "

                                The list of log pattern sets.

                                \n

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

                                \n

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

                                \n@return The list of log pattern sets.", "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" : "LogPatternSets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogPatternSets", "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" : "LogPatternSetName", "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" : "LogPatternSets", "sensitive" : false, "setterDocumentation" : "

                                The list of log pattern sets.

                                \n@param logPatternSets The list of log pattern sets.", "setterMethodName" : "setLogPatternSets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logPatternSets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logPatternSets", "variableType" : "java.util.List", "documentation" : "

                                The list of log pattern sets.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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 token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogPatternSets" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogPatternSets", "beanStyleSetterMethodName" : "setLogPatternSets", "c2jName" : "LogPatternSets", "c2jShape" : "LogPatternSetList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of log pattern sets.

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

                                The list of log pattern sets.

                                \n

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

                                \n

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

                                \n@return The list of log pattern sets.\n@deprecated Use {@link #logPatternSets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of log pattern sets.

                                \n@param logPatternSets The list of log pattern sets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logPatternSets(List)}\n", "documentation" : "

                                The list of log pattern sets.

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

                                The list of log pattern sets.

                                \n@param logPatternSets The list of log pattern sets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logPatternSets", "getterDocumentation" : "

                                The list of log pattern sets.

                                \n

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

                                \n

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

                                \n@return The list of log pattern sets.", "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" : "LogPatternSets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogPatternSets", "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" : "LogPatternSetName", "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" : "LogPatternSets", "sensitive" : false, "setterDocumentation" : "

                                The list of log pattern sets.

                                \n@param logPatternSets The list of log pattern sets.", "setterMethodName" : "setLogPatternSets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logPatternSets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logPatternSets", "variableType" : "java.util.List", "documentation" : "

                                The list of log pattern sets.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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 token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogPatternSets", "beanStyleSetterMethodName" : "setLogPatternSets", "c2jName" : "LogPatternSets", "c2jShape" : "LogPatternSetList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of log pattern sets.

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

                                The list of log pattern sets.

                                \n

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

                                \n

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

                                \n@return The list of log pattern sets.\n@deprecated Use {@link #logPatternSets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of log pattern sets.

                                \n@param logPatternSets The list of log pattern sets.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logPatternSets(List)}\n", "documentation" : "

                                The list of log pattern sets.

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

                                The list of log pattern sets.

                                \n@param logPatternSets The list of log pattern sets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logPatternSets", "getterDocumentation" : "

                                The list of log pattern sets.

                                \n

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

                                \n

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

                                \n@return The list of log pattern sets.", "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" : "LogPatternSets", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogPatternSets", "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" : "LogPatternSetName", "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" : "LogPatternSets", "sensitive" : false, "setterDocumentation" : "

                                The list of log pattern sets.

                                \n@param logPatternSets The list of log pattern sets.", "setterMethodName" : "setLogPatternSets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logPatternSets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logPatternSets", "variableType" : "java.util.List", "documentation" : "

                                The list of log pattern sets.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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 token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListLogPatternSetsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListLogPatternSetsResponse", "variableName" : "listLogPatternSetsResponse", "variableType" : "ListLogPatternSetsResponse", "documentation" : null, "simpleType" : "ListLogPatternSetsResponse", "variableSetterType" : "ListLogPatternSetsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListLogPatternsRequest" : { "c2jName" : "ListLogPatternsRequest", "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" : "ListLogPatterns", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.ListLogPatterns", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "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" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "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" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PatternSetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern set.

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

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "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" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName" ], "shapeName" : "ListLogPatternsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListLogPatternsRequest", "variableName" : "listLogPatternsRequest", "variableType" : "ListLogPatternsRequest", "documentation" : null, "simpleType" : "ListLogPatternsRequest", "variableSetterType" : "ListLogPatternsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListLogPatternsResponse" : { "c2jName" : "ListLogPatternsResponse", "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" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogPatterns", "beanStyleSetterMethodName" : "setLogPatterns", "c2jName" : "LogPatterns", "c2jShape" : "LogPatternList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of log patterns.

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

                                The list of log patterns.

                                \n

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

                                \n

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

                                \n@return The list of log patterns.\n@deprecated Use {@link #logPatterns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of log patterns.

                                \n@param logPatterns The list of log patterns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logPatterns(List)}\n", "documentation" : "

                                The list of log patterns.

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

                                The list of log patterns.

                                \n@param logPatterns The list of log patterns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logPatterns", "getterDocumentation" : "

                                The list of log patterns.

                                \n

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

                                \n

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

                                \n@return The list of log patterns.", "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" : "LogPatterns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogPatterns", "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" : "LogPattern", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogPattern.Builder} avoiding the need to create one manually via {@link LogPattern#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogPattern.Builder#build()} is called immediately and its result is passed to {@link #member(LogPattern)}.\n@param member a consumer that will call methods on {@link LogPattern.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogPattern)", "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(LogPattern)}\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" : "LogPattern", "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" : "LogPattern", "variableName" : "member", "variableType" : "LogPattern", "documentation" : null, "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogPattern", "variableName" : "member", "variableType" : "LogPattern", "documentation" : "", "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LogPattern", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LogPattern", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogPatterns", "sensitive" : false, "setterDocumentation" : "

                                The list of log patterns.

                                \n@param logPatterns The list of log patterns.", "setterMethodName" : "setLogPatterns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logPatterns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logPatterns", "variableType" : "java.util.List", "documentation" : "

                                The list of log patterns.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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 token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogPatterns" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogPatterns", "beanStyleSetterMethodName" : "setLogPatterns", "c2jName" : "LogPatterns", "c2jShape" : "LogPatternList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of log patterns.

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

                                The list of log patterns.

                                \n

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

                                \n

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

                                \n@return The list of log patterns.\n@deprecated Use {@link #logPatterns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of log patterns.

                                \n@param logPatterns The list of log patterns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logPatterns(List)}\n", "documentation" : "

                                The list of log patterns.

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

                                The list of log patterns.

                                \n@param logPatterns The list of log patterns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logPatterns", "getterDocumentation" : "

                                The list of log patterns.

                                \n

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

                                \n

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

                                \n@return The list of log patterns.", "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" : "LogPatterns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogPatterns", "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" : "LogPattern", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogPattern.Builder} avoiding the need to create one manually via {@link LogPattern#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogPattern.Builder#build()} is called immediately and its result is passed to {@link #member(LogPattern)}.\n@param member a consumer that will call methods on {@link LogPattern.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogPattern)", "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(LogPattern)}\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" : "LogPattern", "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" : "LogPattern", "variableName" : "member", "variableType" : "LogPattern", "documentation" : null, "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogPattern", "variableName" : "member", "variableType" : "LogPattern", "documentation" : "", "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LogPattern", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LogPattern", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogPatterns", "sensitive" : false, "setterDocumentation" : "

                                The list of log patterns.

                                \n@param logPatterns The list of log patterns.", "setterMethodName" : "setLogPatterns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logPatterns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logPatterns", "variableType" : "java.util.List", "documentation" : "

                                The list of log patterns.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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 token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogPatterns", "beanStyleSetterMethodName" : "setLogPatterns", "c2jName" : "LogPatterns", "c2jShape" : "LogPatternList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of log patterns.

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

                                The list of log patterns.

                                \n

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

                                \n

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

                                \n@return The list of log patterns.\n@deprecated Use {@link #logPatterns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of log patterns.

                                \n@param logPatterns The list of log patterns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logPatterns(List)}\n", "documentation" : "

                                The list of log patterns.

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

                                The list of log patterns.

                                \n@param logPatterns The list of log patterns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logPatterns", "getterDocumentation" : "

                                The list of log patterns.

                                \n

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

                                \n

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

                                \n@return The list of log patterns.", "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" : "LogPatterns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogPatterns", "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" : "LogPattern", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogPattern.Builder} avoiding the need to create one manually via {@link LogPattern#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogPattern.Builder#build()} is called immediately and its result is passed to {@link #member(LogPattern)}.\n@param member a consumer that will call methods on {@link LogPattern.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogPattern)", "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(LogPattern)}\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" : "LogPattern", "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" : "LogPattern", "variableName" : "member", "variableType" : "LogPattern", "documentation" : null, "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogPattern", "variableName" : "member", "variableType" : "LogPattern", "documentation" : "", "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LogPattern", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LogPattern", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogPatterns", "sensitive" : false, "setterDocumentation" : "

                                The list of log patterns.

                                \n@param logPatterns The list of log patterns.", "setterMethodName" : "setLogPatterns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logPatterns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logPatterns", "variableType" : "java.util.List", "documentation" : "

                                The list of log patterns.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

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

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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 token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListLogPatternsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListLogPatternsResponse", "variableName" : "listLogPatternsResponse", "variableType" : "ListLogPatternsResponse", "documentation" : null, "simpleType" : "ListLogPatternsResponse", "variableSetterType" : "ListLogPatternsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListProblemsRequest" : { "c2jName" : "ListProblemsRequest", "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" : "ListProblems", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.ListProblems", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

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

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                \n@return The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                \n@param startTime The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

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

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                \n@param startTime The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                \n@return The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                \n@param startTime The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

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

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                \n@return The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                \n@param endTime The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

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

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                \n@param endTime The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                \n@return The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.", "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" : "EndTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                \n@param endTime The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "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" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

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

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                \n@return The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                \n@param endTime The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

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

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                \n@param endTime The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                \n@return The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.", "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" : "EndTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                \n@param endTime The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

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

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "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" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

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

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

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

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                \n@return The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                \n@param startTime The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

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

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                \n@param startTime The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                \n@return The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                \n@param startTime The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

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

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

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

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                \n@return The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                \n@param startTime The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                \n@param startTime The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                \n@return The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                \n@param startTime The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                \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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                \n@return The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                \n@param endTime The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                \n@param endTime The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                \n@return The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.", "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" : "EndTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                \n@param endTime The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxEntities", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@return The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "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" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                \n@param maxResults The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token to request the next page of results.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token to request the next page of results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token to request the next page of results.

                                \n@return The token to request the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : 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 token to request the next page of results.

                                \n@param nextToken The token to request the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token to request the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListProblemsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListProblemsRequest", "variableName" : "listProblemsRequest", "variableType" : "ListProblemsRequest", "documentation" : null, "simpleType" : "ListProblemsRequest", "variableSetterType" : "ListProblemsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListProblemsResponse" : { "c2jName" : "ListProblemsResponse", "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" : true }, "beanStyleGetterMethodName" : "getProblemList", "beanStyleSetterMethodName" : "setProblemList", "c2jName" : "ProblemList", "c2jShape" : "ProblemList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of problems.

                                \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 #problemList(List)}.\n@param problemList 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 #problemList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of problems.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasProblemList()} to see if a value was sent in this field.\n

                                \n@return The list of problems.\n@deprecated Use {@link #problemList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of problems.

                                \n@param problemList The list of problems.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #problemList(List)}\n", "documentation" : "

                                The list of problems.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProblemList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProblemList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "problemList", "fluentSetterDocumentation" : "

                                The list of problems.

                                \n@param problemList The list of problems.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "problemList", "getterDocumentation" : "

                                The list of problems.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasProblemList()} to see if a value was sent in this field.\n

                                \n@return The list of problems.", "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" : "ProblemList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProblemList", "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" : "Problem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Problem.Builder} avoiding the need to create one manually via {@link Problem#builder()}.\n\nWhen the {@link Consumer} completes, {@link Problem.Builder#build()} is called immediately and its result is passed to {@link #member(Problem)}.\n@param member a consumer that will call methods on {@link Problem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Problem)", "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(Problem)}\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" : "Problem", "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" : "Problem", "variableName" : "member", "variableType" : "Problem", "documentation" : null, "simpleType" : "Problem", "variableSetterType" : "Problem" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Problem", "variableName" : "member", "variableType" : "Problem", "documentation" : "", "simpleType" : "Problem", "variableSetterType" : "Problem" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Problem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Problem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ProblemList", "sensitive" : false, "setterDocumentation" : "

                                The list of problems.

                                \n@param problemList The list of problems.", "setterMethodName" : "setProblemList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "problemList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "problemList", "variableType" : "java.util.List", "documentation" : "

                                The list of problems.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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 token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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 token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ProblemList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getProblemList", "beanStyleSetterMethodName" : "setProblemList", "c2jName" : "ProblemList", "c2jShape" : "ProblemList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of problems.

                                \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 #problemList(List)}.\n@param problemList 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 #problemList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of problems.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasProblemList()} to see if a value was sent in this field.\n

                                \n@return The list of problems.\n@deprecated Use {@link #problemList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of problems.

                                \n@param problemList The list of problems.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #problemList(List)}\n", "documentation" : "

                                The list of problems.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProblemList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProblemList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "problemList", "fluentSetterDocumentation" : "

                                The list of problems.

                                \n@param problemList The list of problems.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "problemList", "getterDocumentation" : "

                                The list of problems.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasProblemList()} to see if a value was sent in this field.\n

                                \n@return The list of problems.", "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" : "ProblemList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProblemList", "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" : "Problem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Problem.Builder} avoiding the need to create one manually via {@link Problem#builder()}.\n\nWhen the {@link Consumer} completes, {@link Problem.Builder#build()} is called immediately and its result is passed to {@link #member(Problem)}.\n@param member a consumer that will call methods on {@link Problem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Problem)", "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(Problem)}\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" : "Problem", "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" : "Problem", "variableName" : "member", "variableType" : "Problem", "documentation" : null, "simpleType" : "Problem", "variableSetterType" : "Problem" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Problem", "variableName" : "member", "variableType" : "Problem", "documentation" : "", "simpleType" : "Problem", "variableSetterType" : "Problem" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Problem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Problem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ProblemList", "sensitive" : false, "setterDocumentation" : "

                                The list of problems.

                                \n@param problemList The list of problems.", "setterMethodName" : "setProblemList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "problemList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "problemList", "variableType" : "java.util.List", "documentation" : "

                                The list of problems.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getProblemList", "beanStyleSetterMethodName" : "setProblemList", "c2jName" : "ProblemList", "c2jShape" : "ProblemList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of problems.

                                \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 #problemList(List)}.\n@param problemList 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 #problemList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of problems.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasProblemList()} to see if a value was sent in this field.\n

                                \n@return The list of problems.\n@deprecated Use {@link #problemList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of problems.

                                \n@param problemList The list of problems.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #problemList(List)}\n", "documentation" : "

                                The list of problems.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ProblemList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasProblemList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "problemList", "fluentSetterDocumentation" : "

                                The list of problems.

                                \n@param problemList The list of problems.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "problemList", "getterDocumentation" : "

                                The list of problems.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasProblemList()} to see if a value was sent in this field.\n

                                \n@return The list of problems.", "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" : "ProblemList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ProblemList", "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" : "Problem", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Problem.Builder} avoiding the need to create one manually via {@link Problem#builder()}.\n\nWhen the {@link Consumer} completes, {@link Problem.Builder#build()} is called immediately and its result is passed to {@link #member(Problem)}.\n@param member a consumer that will call methods on {@link Problem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Problem)", "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(Problem)}\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" : "Problem", "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" : "Problem", "variableName" : "member", "variableType" : "Problem", "documentation" : null, "simpleType" : "Problem", "variableSetterType" : "Problem" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Problem", "variableName" : "member", "variableType" : "Problem", "documentation" : "", "simpleType" : "Problem", "variableSetterType" : "Problem" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Problem", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Problem", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ProblemList", "sensitive" : false, "setterDocumentation" : "

                                The list of problems.

                                \n@param problemList The list of problems.", "setterMethodName" : "setProblemList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "problemList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "problemList", "variableType" : "java.util.List", "documentation" : "

                                The list of problems.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@return The token used to retrieve the next page of results. This value is null when there are no more results to return.", "getterModel" : { "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 token used to retrieve the next page of results. This value is null when there are no more results to return.

                                \n@param nextToken The token used to retrieve the next page of results. This value is null when there are no more results to return.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token used to retrieve the next page of results. This value is null when there are no more results to return.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListProblemsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListProblemsResponse", "variableName" : "listProblemsResponse", "variableType" : "ListProblemsResponse", "documentation" : null, "simpleType" : "ListProblemsResponse", "variableSetterType" : "ListProblemsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceRequest", "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" : "ListTagsForResource", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.ListTagsForResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information 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 #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.\n@deprecated Use {@link #resourceARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceARN(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceARN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to retrieve tag information 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" : "ResourceARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceARN", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARN" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information 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 #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.\n@deprecated Use {@link #resourceARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceARN(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceARN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to retrieve tag information 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" : "ResourceARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceARN", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information 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 #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.\n@deprecated Use {@link #resourceARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceARN(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceARN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to retrieve tag information 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" : "ResourceARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceARN", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceARN" ], "shapeName" : "ListTagsForResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : null, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsForResourceResponse" : { "c2jName" : "ListTagsForResourceResponse", "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" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \n@param tags An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \n@param tags An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \n@param tags An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \n@param tags An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \n@param tags An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \n@param tags An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \n@param tags An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \n@param tags An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                \n@param tags An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (Key) and an associated tag value (Value).

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTagsForResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsForResourceResponse", "variableName" : "listTagsForResourceResponse", "variableType" : "ListTagsForResourceResponse", "documentation" : null, "simpleType" : "ListTagsForResourceResponse", "variableSetterType" : "ListTagsForResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "LogFilter" : { "c2jName" : "LogFilter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ERROR", "value" : "ERROR" }, { "name" : "WARN", "value" : "WARN" }, { "name" : "INFO", "value" : "INFO" } ], "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" : "LogFilter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LogFilter", "variableName" : "logFilter", "variableType" : "LogFilter", "documentation" : null, "simpleType" : "LogFilter", "variableSetterType" : "LogFilter" }, "wrapper" : false, "xmlNamespace" : null }, "LogPattern" : { "c2jName" : "LogPattern", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                An object that defines the log patterns that belongs to a LogPatternSet.

                                ", "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" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #patternSetName(String)}.\n@param patternSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #patternSetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@return The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternSetName The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PatternSetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPatternSetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "patternSetName", "fluentSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternSetName The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@return The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternSetName The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternName", "beanStyleSetterMethodName" : "setPatternName", "c2jName" : "PatternName", "c2jShape" : "LogPatternName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #patternName(String)}.\n@param patternName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #patternName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@return The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@deprecated Use {@link #patternName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternName The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternName(String)}\n", "documentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PatternName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPatternName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "patternName", "fluentSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternName The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternName", "getterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@return The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternName The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.", "setterMethodName" : "setPatternName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPattern", "beanStyleSetterMethodName" : "setPattern", "c2jName" : "Pattern", "c2jShape" : "LogPatternRegex", "defaultConsumerFluentSetterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pattern(String)}.\n@param pattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \n@return A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.\n@deprecated Use {@link #pattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \n@param pattern A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pattern(String)}\n", "documentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Pattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pattern", "fluentSetterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \n@param pattern A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pattern", "getterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \n@return A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Pattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Pattern", "sensitive" : false, "setterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \n@param pattern A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.", "setterMethodName" : "setPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRank", "beanStyleSetterMethodName" : "setRank", "c2jName" : "Rank", "c2jShape" : "LogPatternRank", "defaultConsumerFluentSetterDocumentation" : "

                                Rank of the log pattern.

                                \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 #rank(Integer)}.\n@param rank 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 #rank(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.\n@deprecated Use {@link #rank()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rank(Integer)}\n", "documentation" : "

                                Rank of the log pattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rank property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRank", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rank", "fluentSetterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rank", "getterDocumentation" : "

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.", "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" : "Rank", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rank", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Rank", "sensitive" : false, "setterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.", "setterMethodName" : "setRank", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : "

                                Rank of the log pattern.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Pattern" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPattern", "beanStyleSetterMethodName" : "setPattern", "c2jName" : "Pattern", "c2jShape" : "LogPatternRegex", "defaultConsumerFluentSetterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pattern(String)}.\n@param pattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \n@return A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.\n@deprecated Use {@link #pattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \n@param pattern A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pattern(String)}\n", "documentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Pattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pattern", "fluentSetterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \n@param pattern A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pattern", "getterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \n@return A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Pattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Pattern", "sensitive" : false, "setterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \n@param pattern A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.", "setterMethodName" : "setPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PatternName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternName", "beanStyleSetterMethodName" : "setPatternName", "c2jName" : "PatternName", "c2jShape" : "LogPatternName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #patternName(String)}.\n@param patternName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #patternName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@return The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@deprecated Use {@link #patternName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternName The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternName(String)}\n", "documentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PatternName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPatternName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "patternName", "fluentSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternName The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternName", "getterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@return The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternName The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.", "setterMethodName" : "setPatternName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PatternSetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #patternSetName(String)}.\n@param patternSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #patternSetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@return The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternSetName The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PatternSetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPatternSetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "patternSetName", "fluentSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternSetName The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@return The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternSetName The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Rank" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRank", "beanStyleSetterMethodName" : "setRank", "c2jName" : "Rank", "c2jShape" : "LogPatternRank", "defaultConsumerFluentSetterDocumentation" : "

                                Rank of the log pattern.

                                \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 #rank(Integer)}.\n@param rank 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 #rank(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.\n@deprecated Use {@link #rank()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rank(Integer)}\n", "documentation" : "

                                Rank of the log pattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rank property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRank", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rank", "fluentSetterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rank", "getterDocumentation" : "

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.", "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" : "Rank", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rank", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Rank", "sensitive" : false, "setterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.", "setterMethodName" : "setRank", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : "

                                Rank of the log pattern.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #patternSetName(String)}.\n@param patternSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #patternSetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@return The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternSetName The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PatternSetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPatternSetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "patternSetName", "fluentSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternSetName The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@return The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternSetName The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternName", "beanStyleSetterMethodName" : "setPatternName", "c2jName" : "PatternName", "c2jShape" : "LogPatternName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #patternName(String)}.\n@param patternName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #patternName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@return The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@deprecated Use {@link #patternName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternName The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternName(String)}\n", "documentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PatternName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPatternName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "patternName", "fluentSetterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternName The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternName", "getterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@return The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                \n@param patternName The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.", "setterMethodName" : "setPatternName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : "

                                The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPattern", "beanStyleSetterMethodName" : "setPattern", "c2jName" : "Pattern", "c2jShape" : "LogPatternRegex", "defaultConsumerFluentSetterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pattern(String)}.\n@param pattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \n@return A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.\n@deprecated Use {@link #pattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \n@param pattern A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pattern(String)}\n", "documentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Pattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pattern", "fluentSetterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \n@param pattern A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pattern", "getterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \n@return A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Pattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Pattern", "sensitive" : false, "setterDocumentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                \n@param pattern A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.", "setterMethodName" : "setPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : "

                                A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRank", "beanStyleSetterMethodName" : "setRank", "c2jName" : "Rank", "c2jShape" : "LogPatternRank", "defaultConsumerFluentSetterDocumentation" : "

                                Rank of the log pattern.

                                \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 #rank(Integer)}.\n@param rank 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 #rank(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.\n@deprecated Use {@link #rank()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rank(Integer)}\n", "documentation" : "

                                Rank of the log pattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rank property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRank", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rank", "fluentSetterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rank", "getterDocumentation" : "

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.", "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" : "Rank", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rank", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Rank", "sensitive" : false, "setterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.", "setterMethodName" : "setRank", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : "

                                Rank of the log pattern.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LogPattern", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : null, "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "wrapper" : false, "xmlNamespace" : null }, "Observation" : { "c2jName" : "Observation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Describes an anomaly or error with the application.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ObservationId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the observation type.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the observation type.

                                \n@return The ID of the observation type.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the observation type.

                                \n@param id The ID of the observation type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID of the observation type.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The ID of the observation type.

                                \n@param id The ID of the observation type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID of the observation type.

                                \n@return The ID of the observation type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID of the observation type.

                                \n@param id The ID of the observation type.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID of the observation type.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \n@return The time when the observation was first detected, in epoch seconds.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \n@param startTime The time when the observation was first detected, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \n@param startTime The time when the observation was first detected, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \n@return The time when the observation was first detected, in epoch seconds.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \n@param startTime The time when the observation was first detected, in epoch seconds.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \n@return The time when the observation ended, in epoch seconds.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \n@param endTime The time when the observation ended, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The time when the observation ended, in epoch seconds.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \n@param endTime The time when the observation ended, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \n@return The time when the observation ended, in epoch seconds.", "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" : "EndTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \n@param endTime The time when the observation ended, in epoch seconds.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the observation ended, in epoch seconds.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                The source type of the observation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceType(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The source type of the observation.

                                \n@return The source type of the observation.\n@deprecated Use {@link #sourceType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The source type of the observation.

                                \n@param sourceType The source type of the observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceType(String)}\n", "documentation" : "

                                The source type of the observation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

                                The source type of the observation.

                                \n@param sourceType The source type of the observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                                The source type of the observation.

                                \n@return The source type of the observation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                The source type of the observation.

                                \n@param sourceType The source type of the observation.", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                                The source type of the observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceARN", "beanStyleSetterMethodName" : "setSourceARN", "c2jName" : "SourceARN", "c2jShape" : "SourceARN", "defaultConsumerFluentSetterDocumentation" : "

                                The source resource ARN of the observation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceARN(String)}.\n@param sourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceARN(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The source resource ARN of the observation.

                                \n@return The source resource ARN of the observation.\n@deprecated Use {@link #sourceARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The source resource ARN of the observation.

                                \n@param sourceARN The source resource ARN of the observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceARN(String)}\n", "documentation" : "

                                The source resource ARN of the observation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceARN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceARN", "fluentSetterDocumentation" : "

                                The source resource ARN of the observation.

                                \n@param sourceARN The source resource ARN of the observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceARN", "getterDocumentation" : "

                                The source resource ARN of the observation.

                                \n@return The source resource ARN of the observation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceARN", "sensitive" : false, "setterDocumentation" : "

                                The source resource ARN of the observation.

                                \n@param sourceARN The source resource ARN of the observation.", "setterMethodName" : "setSourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceARN", "variableType" : "String", "documentation" : "

                                The source resource ARN of the observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroup", "beanStyleSetterMethodName" : "setLogGroup", "c2jName" : "LogGroup", "c2jShape" : "LogGroup", "defaultConsumerFluentSetterDocumentation" : "

                                The log group name.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroup(String)}.\n@param logGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroup(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log group name.

                                \n@return The log group name.\n@deprecated Use {@link #logGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log group name.

                                \n@param logGroup The log group name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroup(String)}\n", "documentation" : "

                                The log group name.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroup", "fluentSetterDocumentation" : "

                                The log group name.

                                \n@param logGroup The log group name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroup", "getterDocumentation" : "

                                The log group name.

                                \n@return The log group name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroup", "sensitive" : false, "setterDocumentation" : "

                                The log group name.

                                \n@param logGroup The log group name.", "setterMethodName" : "setLogGroup", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroup", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroup", "variableType" : "String", "documentation" : "

                                The log group name.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLineTime", "beanStyleSetterMethodName" : "setLineTime", "c2jName" : "LineTime", "c2jShape" : "LineTime", "defaultConsumerFluentSetterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \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 #lineTime(Instant)}.\n@param lineTime 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 #lineTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \n@return The timestamp in the CloudWatch Logs that specifies when the matched line occurred.\n@deprecated Use {@link #lineTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \n@param lineTime The timestamp in the CloudWatch Logs that specifies when the matched line occurred.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lineTime(Instant)}\n", "documentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LineTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLineTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lineTime", "fluentSetterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \n@param lineTime The timestamp in the CloudWatch Logs that specifies when the matched line occurred.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lineTime", "getterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \n@return The timestamp in the CloudWatch Logs that specifies when the matched line occurred.", "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" : "LineTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LineTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LineTime", "sensitive" : false, "setterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \n@param lineTime The timestamp in the CloudWatch Logs that specifies when the matched line occurred.", "setterMethodName" : "setLineTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lineTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lineTime", "variableType" : "java.time.Instant", "documentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogText", "beanStyleSetterMethodName" : "setLogText", "c2jName" : "LogText", "c2jShape" : "LogText", "defaultConsumerFluentSetterDocumentation" : "

                                The log text of the observation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logText(String)}.\n@param logText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logText(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log text of the observation.

                                \n@return The log text of the observation.\n@deprecated Use {@link #logText()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log text of the observation.

                                \n@param logText The log text of the observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logText(String)}\n", "documentation" : "

                                The log text of the observation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogText property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogText", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logText", "fluentSetterDocumentation" : "

                                The log text of the observation.

                                \n@param logText The log text of the observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logText", "getterDocumentation" : "

                                The log text of the observation.

                                \n@return The log text of the observation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogText", "sensitive" : false, "setterDocumentation" : "

                                The log text of the observation.

                                \n@param logText The log text of the observation.", "setterMethodName" : "setLogText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logText", "variableType" : "String", "documentation" : "

                                The log text of the observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogFilter", "beanStyleSetterMethodName" : "setLogFilter", "c2jName" : "LogFilter", "c2jShape" : "LogFilter", "defaultConsumerFluentSetterDocumentation" : "

                                The log filter of the observation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logFilterAsString(String)}.\n@param logFilter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logFilter(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log filter of the observation.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #logFilter} will return {@link LogFilter#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #logFilterAsString}.\n

                                \n@return The log filter of the observation.\n@see LogFilter\n@deprecated Use {@link #logFilterAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log filter of the observation.

                                \n@param logFilter The log filter of the observation.\n@see LogFilter\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogFilter\n@deprecated Use {@link #logFilter(String)}\n", "documentation" : "

                                The log filter of the observation.

                                ", "endpointDiscoveryId" : false, "enumType" : "LogFilter", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogFilter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogFilter", "fluentEnumGetterMethodName" : "logFilter", "fluentEnumSetterMethodName" : "logFilter", "fluentGetterMethodName" : "logFilterAsString", "fluentSetterDocumentation" : "

                                The log filter of the observation.

                                \n@param logFilter The log filter of the observation.\n@see LogFilter\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogFilter", "fluentSetterMethodName" : "logFilter", "getterDocumentation" : "

                                The log filter of the observation.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #logFilter} will return {@link LogFilter#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #logFilterAsString}.\n

                                \n@return The log filter of the observation.\n@see LogFilter", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogFilter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogFilter", "sensitive" : false, "setterDocumentation" : "

                                The log filter of the observation.

                                \n@param logFilter The log filter of the observation.\n@see LogFilter", "setterMethodName" : "setLogFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logFilter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logFilter", "variableType" : "String", "documentation" : "

                                The log filter of the observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricNamespace", "beanStyleSetterMethodName" : "setMetricNamespace", "c2jName" : "MetricNamespace", "c2jShape" : "MetricNamespace", "defaultConsumerFluentSetterDocumentation" : "

                                The namespace of the observation metric.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricNamespace(String)}.\n@param metricNamespace a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricNamespace(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The namespace of the observation metric.

                                \n@return The namespace of the observation metric.\n@deprecated Use {@link #metricNamespace()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The namespace of the observation metric.

                                \n@param metricNamespace The namespace of the observation metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricNamespace(String)}\n", "documentation" : "

                                The namespace of the observation metric.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricNamespace property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricNamespace", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricNamespace", "fluentSetterDocumentation" : "

                                The namespace of the observation metric.

                                \n@param metricNamespace The namespace of the observation metric.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricNamespace", "getterDocumentation" : "

                                The namespace of the observation metric.

                                \n@return The namespace of the observation metric.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MetricNamespace", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MetricNamespace", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricNamespace", "sensitive" : false, "setterDocumentation" : "

                                The namespace of the observation metric.

                                \n@param metricNamespace The namespace of the observation metric.", "setterMethodName" : "setMetricNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : "

                                The namespace of the observation metric.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricName", "beanStyleSetterMethodName" : "setMetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the observation metric.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricName(String)}.\n@param metricName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the observation metric.

                                \n@return The name of the observation metric.\n@deprecated Use {@link #metricName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the observation metric.

                                \n@param metricName The name of the observation metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricName(String)}\n", "documentation" : "

                                The name of the observation metric.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricName", "fluentSetterDocumentation" : "

                                The name of the observation metric.

                                \n@param metricName The name of the observation metric.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricName", "getterDocumentation" : "

                                The name of the observation metric.

                                \n@return The name of the observation metric.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MetricName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MetricName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricName", "sensitive" : false, "setterDocumentation" : "

                                The name of the observation metric.

                                \n@param metricName The name of the observation metric.", "setterMethodName" : "setMetricName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : "

                                The name of the observation metric.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnit", "beanStyleSetterMethodName" : "setUnit", "c2jName" : "Unit", "c2jShape" : "Unit", "defaultConsumerFluentSetterDocumentation" : "

                                The unit of the source observation metric.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 the source observation metric.

                                \n@return The unit of the source observation metric.\n@deprecated Use {@link #unit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unit of the source observation metric.

                                \n@param unit The unit of the source observation metric.\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 the source observation metric.

                                ", "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 the source observation metric.

                                \n@param unit The unit of the source observation metric.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unit", "getterDocumentation" : "

                                The unit of the source observation metric.

                                \n@return The unit of the source observation metric.", "getterModel" : { "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 the source observation metric.

                                \n@param unit The unit of the source observation metric.", "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 the source observation metric.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "Value", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the source observation metric.

                                \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 #value(Double)}.\n@param value 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 #value(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the source observation metric.

                                \n@return The value of the source observation metric.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the source observation metric.

                                \n@param value The value of the source observation metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(Double)}\n", "documentation" : "

                                The value of the source observation metric.

                                ", "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" : "

                                The value of the source observation metric.

                                \n@param value The value of the source observation metric.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                The value of the source observation metric.

                                \n@return The value of the source observation metric.", "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" : "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" : "DOUBLE", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                The value of the source observation metric.

                                \n@param value The value of the source observation metric.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "value", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "value", "variableType" : "Double", "documentation" : "

                                The value of the source observation metric.

                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudWatchEventId", "beanStyleSetterMethodName" : "setCloudWatchEventId", "c2jName" : "CloudWatchEventId", "c2jShape" : "CloudWatchEventId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchEventId(String)}.\n@param cloudWatchEventId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchEventId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \n@return The ID of the CloudWatch Event-based observation related to the detected problem.\n@deprecated Use {@link #cloudWatchEventId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \n@param cloudWatchEventId The ID of the CloudWatch Event-based observation related to the detected problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudWatchEventId(String)}\n", "documentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudWatchEventId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudWatchEventId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchEventId", "fluentSetterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \n@param cloudWatchEventId The ID of the CloudWatch Event-based observation related to the detected problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchEventId", "getterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \n@return The ID of the CloudWatch Event-based observation related to the detected problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchEventId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchEventId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CloudWatchEventId", "sensitive" : false, "setterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \n@param cloudWatchEventId The ID of the CloudWatch Event-based observation related to the detected problem.", "setterMethodName" : "setCloudWatchEventId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventId", "variableType" : "String", "documentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudWatchEventSource", "beanStyleSetterMethodName" : "setCloudWatchEventSource", "c2jName" : "CloudWatchEventSource", "c2jShape" : "CloudWatchEventSource", "defaultConsumerFluentSetterDocumentation" : "

                                The source of the CloudWatch Event.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchEventSourceAsString(String)}.\n@param cloudWatchEventSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchEventSource(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The source of the CloudWatch Event.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #cloudWatchEventSource} will return {@link CloudWatchEventSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #cloudWatchEventSourceAsString}.\n

                                \n@return The source of the CloudWatch Event.\n@see CloudWatchEventSource\n@deprecated Use {@link #cloudWatchEventSourceAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The source of the CloudWatch Event.

                                \n@param cloudWatchEventSource The source of the CloudWatch Event.\n@see CloudWatchEventSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchEventSource\n@deprecated Use {@link #cloudWatchEventSource(String)}\n", "documentation" : "

                                The source of the CloudWatch Event.

                                ", "endpointDiscoveryId" : false, "enumType" : "CloudWatchEventSource", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudWatchEventSource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudWatchEventSource", "fluentEnumGetterMethodName" : "cloudWatchEventSource", "fluentEnumSetterMethodName" : "cloudWatchEventSource", "fluentGetterMethodName" : "cloudWatchEventSourceAsString", "fluentSetterDocumentation" : "

                                The source of the CloudWatch Event.

                                \n@param cloudWatchEventSource The source of the CloudWatch Event.\n@see CloudWatchEventSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchEventSource", "fluentSetterMethodName" : "cloudWatchEventSource", "getterDocumentation" : "

                                The source of the CloudWatch Event.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #cloudWatchEventSource} will return {@link CloudWatchEventSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #cloudWatchEventSourceAsString}.\n

                                \n@return The source of the CloudWatch Event.\n@see CloudWatchEventSource", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchEventSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchEventSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CloudWatchEventSource", "sensitive" : false, "setterDocumentation" : "

                                The source of the CloudWatch Event.

                                \n@param cloudWatchEventSource The source of the CloudWatch Event.\n@see CloudWatchEventSource", "setterMethodName" : "setCloudWatchEventSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventSource", "variableType" : "String", "documentation" : "

                                The source of the CloudWatch Event.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudWatchEventDetailType", "beanStyleSetterMethodName" : "setCloudWatchEventDetailType", "c2jName" : "CloudWatchEventDetailType", "c2jShape" : "CloudWatchEventDetailType", "defaultConsumerFluentSetterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change 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 #cloudWatchEventDetailType(String)}.\n@param cloudWatchEventDetailType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchEventDetailType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                \n@return The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.\n@deprecated Use {@link #cloudWatchEventDetailType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                \n@param cloudWatchEventDetailType The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudWatchEventDetailType(String)}\n", "documentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudWatchEventDetailType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudWatchEventDetailType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchEventDetailType", "fluentSetterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                \n@param cloudWatchEventDetailType The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchEventDetailType", "getterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                \n@return The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchEventDetailType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchEventDetailType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CloudWatchEventDetailType", "sensitive" : false, "setterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                \n@param cloudWatchEventDetailType The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.", "setterMethodName" : "setCloudWatchEventDetailType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventDetailType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventDetailType", "variableType" : "String", "documentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthEventArn", "beanStyleSetterMethodName" : "setHealthEventArn", "c2jName" : "HealthEventArn", "c2jShape" : "HealthEventArn", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthEventArn(String)}.\n@param healthEventArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthEventArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \n@return The Amazon Resource Name (ARN) of the AWS Health Event-based observation.\n@deprecated Use {@link #healthEventArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \n@param healthEventArn The Amazon Resource Name (ARN) of the AWS Health Event-based observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthEventArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthEventArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthEventArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthEventArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \n@param healthEventArn The Amazon Resource Name (ARN) of the AWS Health Event-based observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthEventArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \n@return The Amazon Resource Name (ARN) of the AWS Health Event-based observation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthEventArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthEventArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthEventArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \n@param healthEventArn The Amazon Resource Name (ARN) of the AWS Health Event-based observation.", "setterMethodName" : "setHealthEventArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthEventArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthEventArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthService", "beanStyleSetterMethodName" : "setHealthService", "c2jName" : "HealthService", "c2jShape" : "HealthService", "defaultConsumerFluentSetterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthService(String)}.\n@param healthService a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthService(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \n@return The service to which the AWS Health Event belongs, such as EC2.\n@deprecated Use {@link #healthService()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \n@param healthService The service to which the AWS Health Event belongs, such as EC2.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthService(String)}\n", "documentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthService property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthService", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthService", "fluentSetterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \n@param healthService The service to which the AWS Health Event belongs, such as EC2.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthService", "getterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \n@return The service to which the AWS Health Event belongs, such as EC2.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthService", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthService", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthService", "sensitive" : false, "setterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \n@param healthService The service to which the AWS Health Event belongs, such as EC2.", "setterMethodName" : "setHealthService", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthService", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthService", "variableType" : "String", "documentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthEventTypeCode", "beanStyleSetterMethodName" : "setHealthEventTypeCode", "c2jName" : "HealthEventTypeCode", "c2jShape" : "HealthEventTypeCode", "defaultConsumerFluentSetterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthEventTypeCode(String)}.\n@param healthEventTypeCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthEventTypeCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \n@return The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.\n@deprecated Use {@link #healthEventTypeCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \n@param healthEventTypeCode The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthEventTypeCode(String)}\n", "documentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthEventTypeCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthEventTypeCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthEventTypeCode", "fluentSetterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \n@param healthEventTypeCode The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthEventTypeCode", "getterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \n@return The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthEventTypeCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthEventTypeCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthEventTypeCode", "sensitive" : false, "setterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \n@param healthEventTypeCode The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.", "setterMethodName" : "setHealthEventTypeCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthEventTypeCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthEventTypeCode", "variableType" : "String", "documentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthEventTypeCategory", "beanStyleSetterMethodName" : "setHealthEventTypeCategory", "c2jName" : "HealthEventTypeCategory", "c2jShape" : "HealthEventTypeCategory", "defaultConsumerFluentSetterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthEventTypeCategory(String)}.\n@param healthEventTypeCategory a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthEventTypeCategory(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \n@return The category of the AWS Health event, such as issue.\n@deprecated Use {@link #healthEventTypeCategory()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \n@param healthEventTypeCategory The category of the AWS Health event, such as issue.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthEventTypeCategory(String)}\n", "documentation" : "

                                The category of the AWS Health event, such as issue.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthEventTypeCategory property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthEventTypeCategory", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthEventTypeCategory", "fluentSetterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \n@param healthEventTypeCategory The category of the AWS Health event, such as issue.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthEventTypeCategory", "getterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \n@return The category of the AWS Health event, such as issue.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthEventTypeCategory", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthEventTypeCategory", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthEventTypeCategory", "sensitive" : false, "setterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \n@param healthEventTypeCategory The category of the AWS Health event, such as issue.", "setterMethodName" : "setHealthEventTypeCategory", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthEventTypeCategory", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthEventTypeCategory", "variableType" : "String", "documentation" : "

                                The category of the AWS Health event, such as issue.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthEventDescription", "beanStyleSetterMethodName" : "setHealthEventDescription", "c2jName" : "HealthEventDescription", "c2jShape" : "HealthEventDescription", "defaultConsumerFluentSetterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthEventDescription(String)}.\n@param healthEventDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthEventDescription(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \n@return The description of the AWS Health event provided by the service, such as Amazon EC2.\n@deprecated Use {@link #healthEventDescription()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \n@param healthEventDescription The description of the AWS Health event provided by the service, such as Amazon EC2.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthEventDescription(String)}\n", "documentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthEventDescription property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthEventDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthEventDescription", "fluentSetterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \n@param healthEventDescription The description of the AWS Health event provided by the service, such as Amazon EC2.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthEventDescription", "getterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \n@return The description of the AWS Health event provided by the service, such as Amazon EC2.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthEventDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthEventDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthEventDescription", "sensitive" : false, "setterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \n@param healthEventDescription The description of the AWS Health event provided by the service, such as Amazon EC2.", "setterMethodName" : "setHealthEventDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthEventDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthEventDescription", "variableType" : "String", "documentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeDeployDeploymentId", "beanStyleSetterMethodName" : "setCodeDeployDeploymentId", "c2jName" : "CodeDeployDeploymentId", "c2jShape" : "CodeDeployDeploymentId", "defaultConsumerFluentSetterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeDeployDeploymentId(String)}.\n@param codeDeployDeploymentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codeDeployDeploymentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \n@return The deployment ID of the CodeDeploy-based observation related to the detected problem.\n@deprecated Use {@link #codeDeployDeploymentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \n@param codeDeployDeploymentId The deployment ID of the CodeDeploy-based observation related to the detected problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #codeDeployDeploymentId(String)}\n", "documentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CodeDeployDeploymentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCodeDeployDeploymentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codeDeployDeploymentId", "fluentSetterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \n@param codeDeployDeploymentId The deployment ID of the CodeDeploy-based observation related to the detected problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codeDeployDeploymentId", "getterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \n@return The deployment ID of the CodeDeploy-based observation related to the detected problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodeDeployDeploymentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CodeDeployDeploymentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CodeDeployDeploymentId", "sensitive" : false, "setterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \n@param codeDeployDeploymentId The deployment ID of the CodeDeploy-based observation related to the detected problem.", "setterMethodName" : "setCodeDeployDeploymentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeDeployDeploymentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "codeDeployDeploymentId", "variableType" : "String", "documentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeDeployDeploymentGroup", "beanStyleSetterMethodName" : "setCodeDeployDeploymentGroup", "c2jName" : "CodeDeployDeploymentGroup", "c2jShape" : "CodeDeployDeploymentGroup", "defaultConsumerFluentSetterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeDeployDeploymentGroup(String)}.\n@param codeDeployDeploymentGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codeDeployDeploymentGroup(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \n@return The deployment group to which the CodeDeploy deployment belongs.\n@deprecated Use {@link #codeDeployDeploymentGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \n@param codeDeployDeploymentGroup The deployment group to which the CodeDeploy deployment belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #codeDeployDeploymentGroup(String)}\n", "documentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CodeDeployDeploymentGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCodeDeployDeploymentGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codeDeployDeploymentGroup", "fluentSetterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \n@param codeDeployDeploymentGroup The deployment group to which the CodeDeploy deployment belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codeDeployDeploymentGroup", "getterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \n@return The deployment group to which the CodeDeploy deployment belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodeDeployDeploymentGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CodeDeployDeploymentGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CodeDeployDeploymentGroup", "sensitive" : false, "setterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \n@param codeDeployDeploymentGroup The deployment group to which the CodeDeploy deployment belongs.", "setterMethodName" : "setCodeDeployDeploymentGroup", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeDeployDeploymentGroup", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "codeDeployDeploymentGroup", "variableType" : "String", "documentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeDeployState", "beanStyleSetterMethodName" : "setCodeDeployState", "c2jName" : "CodeDeployState", "c2jShape" : "CodeDeployState", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeDeployState(String)}.\n@param codeDeployState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codeDeployState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \n@return The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.\n@deprecated Use {@link #codeDeployState()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \n@param codeDeployState The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #codeDeployState(String)}\n", "documentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CodeDeployState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCodeDeployState", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codeDeployState", "fluentSetterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \n@param codeDeployState The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codeDeployState", "getterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \n@return The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodeDeployState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CodeDeployState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CodeDeployState", "sensitive" : false, "setterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \n@param codeDeployState The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.", "setterMethodName" : "setCodeDeployState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeDeployState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "codeDeployState", "variableType" : "String", "documentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeDeployApplication", "beanStyleSetterMethodName" : "setCodeDeployApplication", "c2jName" : "CodeDeployApplication", "c2jShape" : "CodeDeployApplication", "defaultConsumerFluentSetterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeDeployApplication(String)}.\n@param codeDeployApplication a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codeDeployApplication(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \n@return The CodeDeploy application to which the deployment belongs.\n@deprecated Use {@link #codeDeployApplication()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \n@param codeDeployApplication The CodeDeploy application to which the deployment belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #codeDeployApplication(String)}\n", "documentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CodeDeployApplication property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCodeDeployApplication", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codeDeployApplication", "fluentSetterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \n@param codeDeployApplication The CodeDeploy application to which the deployment belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codeDeployApplication", "getterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \n@return The CodeDeploy application to which the deployment belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodeDeployApplication", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CodeDeployApplication", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CodeDeployApplication", "sensitive" : false, "setterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \n@param codeDeployApplication The CodeDeploy application to which the deployment belongs.", "setterMethodName" : "setCodeDeployApplication", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeDeployApplication", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "codeDeployApplication", "variableType" : "String", "documentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeDeployInstanceGroupId", "beanStyleSetterMethodName" : "setCodeDeployInstanceGroupId", "c2jName" : "CodeDeployInstanceGroupId", "c2jShape" : "CodeDeployInstanceGroupId", "defaultConsumerFluentSetterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeDeployInstanceGroupId(String)}.\n@param codeDeployInstanceGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codeDeployInstanceGroupId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \n@return The instance group to which the CodeDeploy instance belongs.\n@deprecated Use {@link #codeDeployInstanceGroupId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \n@param codeDeployInstanceGroupId The instance group to which the CodeDeploy instance belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #codeDeployInstanceGroupId(String)}\n", "documentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CodeDeployInstanceGroupId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCodeDeployInstanceGroupId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codeDeployInstanceGroupId", "fluentSetterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \n@param codeDeployInstanceGroupId The instance group to which the CodeDeploy instance belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codeDeployInstanceGroupId", "getterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \n@return The instance group to which the CodeDeploy instance belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodeDeployInstanceGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CodeDeployInstanceGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CodeDeployInstanceGroupId", "sensitive" : false, "setterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \n@param codeDeployInstanceGroupId The instance group to which the CodeDeploy instance belongs.", "setterMethodName" : "setCodeDeployInstanceGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeDeployInstanceGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "codeDeployInstanceGroupId", "variableType" : "String", "documentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEc2State", "beanStyleSetterMethodName" : "setEc2State", "c2jName" : "Ec2State", "c2jShape" : "Ec2State", "defaultConsumerFluentSetterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2State(String)}.\n@param ec2State a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2State(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \n@return The state of the instance, such as STOPPING or TERMINATING.\n@deprecated Use {@link #ec2State()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \n@param ec2State The state of the instance, such as STOPPING or TERMINATING.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ec2State(String)}\n", "documentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Ec2State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEc2State", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2State", "fluentSetterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \n@param ec2State The state of the instance, such as STOPPING or TERMINATING.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2State", "getterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \n@return The state of the instance, such as STOPPING or TERMINATING.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Ec2State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Ec2State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Ec2State", "sensitive" : false, "setterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \n@param ec2State The state of the instance, such as STOPPING or TERMINATING.", "setterMethodName" : "setEc2State", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2State", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2State", "variableType" : "String", "documentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayFaultPercent", "beanStyleSetterMethodName" : "setXRayFaultPercent", "c2jName" : "XRayFaultPercent", "c2jShape" : "XRayFaultPercent", "defaultConsumerFluentSetterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \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 #xRayFaultPercent(Integer)}.\n@param xRayFaultPercent 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 #xRayFaultPercent(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \n@return The X-Ray request fault percentage for this node.\n@deprecated Use {@link #xRayFaultPercent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \n@param xRayFaultPercent The X-Ray request fault percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayFaultPercent(Integer)}\n", "documentation" : "

                                The X-Ray request fault percentage for this node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayFaultPercent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayFaultPercent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayFaultPercent", "fluentSetterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \n@param xRayFaultPercent The X-Ray request fault percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayFaultPercent", "getterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \n@return The X-Ray request fault percentage for this node.", "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" : "XRayFaultPercent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayFaultPercent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "XRayFaultPercent", "sensitive" : false, "setterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \n@param xRayFaultPercent The X-Ray request fault percentage for this node.", "setterMethodName" : "setXRayFaultPercent", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "xRayFaultPercent", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "xRayFaultPercent", "variableType" : "Integer", "documentation" : "

                                The X-Ray request fault percentage for this node.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayThrottlePercent", "beanStyleSetterMethodName" : "setXRayThrottlePercent", "c2jName" : "XRayThrottlePercent", "c2jShape" : "XRayThrottlePercent", "defaultConsumerFluentSetterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \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 #xRayThrottlePercent(Integer)}.\n@param xRayThrottlePercent 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 #xRayThrottlePercent(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \n@return The X-Ray request throttle percentage for this node.\n@deprecated Use {@link #xRayThrottlePercent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \n@param xRayThrottlePercent The X-Ray request throttle percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayThrottlePercent(Integer)}\n", "documentation" : "

                                The X-Ray request throttle percentage for this node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayThrottlePercent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayThrottlePercent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayThrottlePercent", "fluentSetterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \n@param xRayThrottlePercent The X-Ray request throttle percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayThrottlePercent", "getterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \n@return The X-Ray request throttle percentage for this node.", "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" : "XRayThrottlePercent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayThrottlePercent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "XRayThrottlePercent", "sensitive" : false, "setterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \n@param xRayThrottlePercent The X-Ray request throttle percentage for this node.", "setterMethodName" : "setXRayThrottlePercent", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "xRayThrottlePercent", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "xRayThrottlePercent", "variableType" : "Integer", "documentation" : "

                                The X-Ray request throttle percentage for this node.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayErrorPercent", "beanStyleSetterMethodName" : "setXRayErrorPercent", "c2jName" : "XRayErrorPercent", "c2jShape" : "XRayErrorPercent", "defaultConsumerFluentSetterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \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 #xRayErrorPercent(Integer)}.\n@param xRayErrorPercent 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 #xRayErrorPercent(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \n@return The X-Ray request error percentage for this node.\n@deprecated Use {@link #xRayErrorPercent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \n@param xRayErrorPercent The X-Ray request error percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayErrorPercent(Integer)}\n", "documentation" : "

                                The X-Ray request error percentage for this node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayErrorPercent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayErrorPercent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayErrorPercent", "fluentSetterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \n@param xRayErrorPercent The X-Ray request error percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayErrorPercent", "getterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \n@return The X-Ray request error percentage for this node.", "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" : "XRayErrorPercent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayErrorPercent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "XRayErrorPercent", "sensitive" : false, "setterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \n@param xRayErrorPercent The X-Ray request error percentage for this node.", "setterMethodName" : "setXRayErrorPercent", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "xRayErrorPercent", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "xRayErrorPercent", "variableType" : "Integer", "documentation" : "

                                The X-Ray request error percentage for this node.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayRequestCount", "beanStyleSetterMethodName" : "setXRayRequestCount", "c2jName" : "XRayRequestCount", "c2jShape" : "XRayRequestCount", "defaultConsumerFluentSetterDocumentation" : "

                                The X-Ray request count for this node.

                                \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 #xRayRequestCount(Integer)}.\n@param xRayRequestCount 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 #xRayRequestCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The X-Ray request count for this node.

                                \n@return The X-Ray request count for this node.\n@deprecated Use {@link #xRayRequestCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The X-Ray request count for this node.

                                \n@param xRayRequestCount The X-Ray request count for this node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayRequestCount(Integer)}\n", "documentation" : "

                                The X-Ray request count for this node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayRequestCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayRequestCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayRequestCount", "fluentSetterDocumentation" : "

                                The X-Ray request count for this node.

                                \n@param xRayRequestCount The X-Ray request count for this node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayRequestCount", "getterDocumentation" : "

                                The X-Ray request count for this node.

                                \n@return The X-Ray request count for this node.", "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" : "XRayRequestCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayRequestCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "XRayRequestCount", "sensitive" : false, "setterDocumentation" : "

                                The X-Ray request count for this node.

                                \n@param xRayRequestCount The X-Ray request count for this node.", "setterMethodName" : "setXRayRequestCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "xRayRequestCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "xRayRequestCount", "variableType" : "Integer", "documentation" : "

                                The X-Ray request count for this node.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayRequestAverageLatency", "beanStyleSetterMethodName" : "setXRayRequestAverageLatency", "c2jName" : "XRayRequestAverageLatency", "c2jShape" : "XRayRequestAverageLatency", "defaultConsumerFluentSetterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #xRayRequestAverageLatency(Long)}.\n@param xRayRequestAverageLatency a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #xRayRequestAverageLatency(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \n@return The X-Ray node request average latency for this node.\n@deprecated Use {@link #xRayRequestAverageLatency()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \n@param xRayRequestAverageLatency The X-Ray node request average latency for this node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayRequestAverageLatency(Long)}\n", "documentation" : "

                                The X-Ray node request average latency for this node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayRequestAverageLatency property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayRequestAverageLatency", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayRequestAverageLatency", "fluentSetterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \n@param xRayRequestAverageLatency The X-Ray node request average latency for this node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayRequestAverageLatency", "getterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \n@return The X-Ray node request average latency for this node.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "XRayRequestAverageLatency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayRequestAverageLatency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "XRayRequestAverageLatency", "sensitive" : false, "setterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \n@param xRayRequestAverageLatency The X-Ray node request average latency for this node.", "setterMethodName" : "setXRayRequestAverageLatency", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "xRayRequestAverageLatency", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "xRayRequestAverageLatency", "variableType" : "Long", "documentation" : "

                                The X-Ray node request average latency for this node.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayNodeName", "beanStyleSetterMethodName" : "setXRayNodeName", "c2jName" : "XRayNodeName", "c2jShape" : "XRayNodeName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the X-Ray node.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #xRayNodeName(String)}.\n@param xRayNodeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #xRayNodeName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the X-Ray node.

                                \n@return The name of the X-Ray node.\n@deprecated Use {@link #xRayNodeName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the X-Ray node.

                                \n@param xRayNodeName The name of the X-Ray node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayNodeName(String)}\n", "documentation" : "

                                The name of the X-Ray node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayNodeName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayNodeName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayNodeName", "fluentSetterDocumentation" : "

                                The name of the X-Ray node.

                                \n@param xRayNodeName The name of the X-Ray node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayNodeName", "getterDocumentation" : "

                                The name of the X-Ray node.

                                \n@return The name of the X-Ray node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "XRayNodeName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayNodeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "XRayNodeName", "sensitive" : false, "setterDocumentation" : "

                                The name of the X-Ray node.

                                \n@param xRayNodeName The name of the X-Ray node.", "setterMethodName" : "setXRayNodeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "xRayNodeName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "xRayNodeName", "variableType" : "String", "documentation" : "

                                The name of the X-Ray node.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayNodeType", "beanStyleSetterMethodName" : "setXRayNodeType", "c2jName" : "XRayNodeType", "c2jShape" : "XRayNodeType", "defaultConsumerFluentSetterDocumentation" : "

                                The type of the X-Ray node.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #xRayNodeType(String)}.\n@param xRayNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #xRayNodeType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The type of the X-Ray node.

                                \n@return The type of the X-Ray node.\n@deprecated Use {@link #xRayNodeType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The type of the X-Ray node.

                                \n@param xRayNodeType The type of the X-Ray node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayNodeType(String)}\n", "documentation" : "

                                The type of the X-Ray node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayNodeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayNodeType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayNodeType", "fluentSetterDocumentation" : "

                                The type of the X-Ray node.

                                \n@param xRayNodeType The type of the X-Ray node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayNodeType", "getterDocumentation" : "

                                The type of the X-Ray node.

                                \n@return The type of the X-Ray node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "XRayNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "XRayNodeType", "sensitive" : false, "setterDocumentation" : "

                                The type of the X-Ray node.

                                \n@param xRayNodeType The type of the X-Ray node.", "setterMethodName" : "setXRayNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "xRayNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "xRayNodeType", "variableType" : "String", "documentation" : "

                                The type of the X-Ray node.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CloudWatchEventDetailType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudWatchEventDetailType", "beanStyleSetterMethodName" : "setCloudWatchEventDetailType", "c2jName" : "CloudWatchEventDetailType", "c2jShape" : "CloudWatchEventDetailType", "defaultConsumerFluentSetterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change 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 #cloudWatchEventDetailType(String)}.\n@param cloudWatchEventDetailType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchEventDetailType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                \n@return The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.\n@deprecated Use {@link #cloudWatchEventDetailType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                \n@param cloudWatchEventDetailType The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudWatchEventDetailType(String)}\n", "documentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudWatchEventDetailType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudWatchEventDetailType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchEventDetailType", "fluentSetterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                \n@param cloudWatchEventDetailType The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchEventDetailType", "getterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                \n@return The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchEventDetailType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchEventDetailType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CloudWatchEventDetailType", "sensitive" : false, "setterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                \n@param cloudWatchEventDetailType The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.", "setterMethodName" : "setCloudWatchEventDetailType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventDetailType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventDetailType", "variableType" : "String", "documentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CloudWatchEventId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudWatchEventId", "beanStyleSetterMethodName" : "setCloudWatchEventId", "c2jName" : "CloudWatchEventId", "c2jShape" : "CloudWatchEventId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchEventId(String)}.\n@param cloudWatchEventId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchEventId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \n@return The ID of the CloudWatch Event-based observation related to the detected problem.\n@deprecated Use {@link #cloudWatchEventId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \n@param cloudWatchEventId The ID of the CloudWatch Event-based observation related to the detected problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudWatchEventId(String)}\n", "documentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudWatchEventId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudWatchEventId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchEventId", "fluentSetterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \n@param cloudWatchEventId The ID of the CloudWatch Event-based observation related to the detected problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchEventId", "getterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \n@return The ID of the CloudWatch Event-based observation related to the detected problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchEventId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchEventId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CloudWatchEventId", "sensitive" : false, "setterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \n@param cloudWatchEventId The ID of the CloudWatch Event-based observation related to the detected problem.", "setterMethodName" : "setCloudWatchEventId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventId", "variableType" : "String", "documentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CloudWatchEventSource" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudWatchEventSource", "beanStyleSetterMethodName" : "setCloudWatchEventSource", "c2jName" : "CloudWatchEventSource", "c2jShape" : "CloudWatchEventSource", "defaultConsumerFluentSetterDocumentation" : "

                                The source of the CloudWatch Event.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchEventSourceAsString(String)}.\n@param cloudWatchEventSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchEventSource(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The source of the CloudWatch Event.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #cloudWatchEventSource} will return {@link CloudWatchEventSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #cloudWatchEventSourceAsString}.\n

                                \n@return The source of the CloudWatch Event.\n@see CloudWatchEventSource\n@deprecated Use {@link #cloudWatchEventSourceAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The source of the CloudWatch Event.

                                \n@param cloudWatchEventSource The source of the CloudWatch Event.\n@see CloudWatchEventSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchEventSource\n@deprecated Use {@link #cloudWatchEventSource(String)}\n", "documentation" : "

                                The source of the CloudWatch Event.

                                ", "endpointDiscoveryId" : false, "enumType" : "CloudWatchEventSource", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudWatchEventSource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudWatchEventSource", "fluentEnumGetterMethodName" : "cloudWatchEventSource", "fluentEnumSetterMethodName" : "cloudWatchEventSource", "fluentGetterMethodName" : "cloudWatchEventSourceAsString", "fluentSetterDocumentation" : "

                                The source of the CloudWatch Event.

                                \n@param cloudWatchEventSource The source of the CloudWatch Event.\n@see CloudWatchEventSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchEventSource", "fluentSetterMethodName" : "cloudWatchEventSource", "getterDocumentation" : "

                                The source of the CloudWatch Event.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #cloudWatchEventSource} will return {@link CloudWatchEventSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #cloudWatchEventSourceAsString}.\n

                                \n@return The source of the CloudWatch Event.\n@see CloudWatchEventSource", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchEventSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchEventSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CloudWatchEventSource", "sensitive" : false, "setterDocumentation" : "

                                The source of the CloudWatch Event.

                                \n@param cloudWatchEventSource The source of the CloudWatch Event.\n@see CloudWatchEventSource", "setterMethodName" : "setCloudWatchEventSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventSource", "variableType" : "String", "documentation" : "

                                The source of the CloudWatch Event.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CodeDeployApplication" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeDeployApplication", "beanStyleSetterMethodName" : "setCodeDeployApplication", "c2jName" : "CodeDeployApplication", "c2jShape" : "CodeDeployApplication", "defaultConsumerFluentSetterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeDeployApplication(String)}.\n@param codeDeployApplication a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codeDeployApplication(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \n@return The CodeDeploy application to which the deployment belongs.\n@deprecated Use {@link #codeDeployApplication()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \n@param codeDeployApplication The CodeDeploy application to which the deployment belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #codeDeployApplication(String)}\n", "documentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CodeDeployApplication property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCodeDeployApplication", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codeDeployApplication", "fluentSetterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \n@param codeDeployApplication The CodeDeploy application to which the deployment belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codeDeployApplication", "getterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \n@return The CodeDeploy application to which the deployment belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodeDeployApplication", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CodeDeployApplication", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CodeDeployApplication", "sensitive" : false, "setterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \n@param codeDeployApplication The CodeDeploy application to which the deployment belongs.", "setterMethodName" : "setCodeDeployApplication", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeDeployApplication", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "codeDeployApplication", "variableType" : "String", "documentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CodeDeployDeploymentGroup" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeDeployDeploymentGroup", "beanStyleSetterMethodName" : "setCodeDeployDeploymentGroup", "c2jName" : "CodeDeployDeploymentGroup", "c2jShape" : "CodeDeployDeploymentGroup", "defaultConsumerFluentSetterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeDeployDeploymentGroup(String)}.\n@param codeDeployDeploymentGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codeDeployDeploymentGroup(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \n@return The deployment group to which the CodeDeploy deployment belongs.\n@deprecated Use {@link #codeDeployDeploymentGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \n@param codeDeployDeploymentGroup The deployment group to which the CodeDeploy deployment belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #codeDeployDeploymentGroup(String)}\n", "documentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CodeDeployDeploymentGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCodeDeployDeploymentGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codeDeployDeploymentGroup", "fluentSetterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \n@param codeDeployDeploymentGroup The deployment group to which the CodeDeploy deployment belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codeDeployDeploymentGroup", "getterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \n@return The deployment group to which the CodeDeploy deployment belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodeDeployDeploymentGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CodeDeployDeploymentGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CodeDeployDeploymentGroup", "sensitive" : false, "setterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \n@param codeDeployDeploymentGroup The deployment group to which the CodeDeploy deployment belongs.", "setterMethodName" : "setCodeDeployDeploymentGroup", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeDeployDeploymentGroup", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "codeDeployDeploymentGroup", "variableType" : "String", "documentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CodeDeployDeploymentId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeDeployDeploymentId", "beanStyleSetterMethodName" : "setCodeDeployDeploymentId", "c2jName" : "CodeDeployDeploymentId", "c2jShape" : "CodeDeployDeploymentId", "defaultConsumerFluentSetterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeDeployDeploymentId(String)}.\n@param codeDeployDeploymentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codeDeployDeploymentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \n@return The deployment ID of the CodeDeploy-based observation related to the detected problem.\n@deprecated Use {@link #codeDeployDeploymentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \n@param codeDeployDeploymentId The deployment ID of the CodeDeploy-based observation related to the detected problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #codeDeployDeploymentId(String)}\n", "documentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CodeDeployDeploymentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCodeDeployDeploymentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codeDeployDeploymentId", "fluentSetterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \n@param codeDeployDeploymentId The deployment ID of the CodeDeploy-based observation related to the detected problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codeDeployDeploymentId", "getterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \n@return The deployment ID of the CodeDeploy-based observation related to the detected problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodeDeployDeploymentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CodeDeployDeploymentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CodeDeployDeploymentId", "sensitive" : false, "setterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \n@param codeDeployDeploymentId The deployment ID of the CodeDeploy-based observation related to the detected problem.", "setterMethodName" : "setCodeDeployDeploymentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeDeployDeploymentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "codeDeployDeploymentId", "variableType" : "String", "documentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CodeDeployInstanceGroupId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeDeployInstanceGroupId", "beanStyleSetterMethodName" : "setCodeDeployInstanceGroupId", "c2jName" : "CodeDeployInstanceGroupId", "c2jShape" : "CodeDeployInstanceGroupId", "defaultConsumerFluentSetterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeDeployInstanceGroupId(String)}.\n@param codeDeployInstanceGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codeDeployInstanceGroupId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \n@return The instance group to which the CodeDeploy instance belongs.\n@deprecated Use {@link #codeDeployInstanceGroupId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \n@param codeDeployInstanceGroupId The instance group to which the CodeDeploy instance belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #codeDeployInstanceGroupId(String)}\n", "documentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CodeDeployInstanceGroupId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCodeDeployInstanceGroupId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codeDeployInstanceGroupId", "fluentSetterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \n@param codeDeployInstanceGroupId The instance group to which the CodeDeploy instance belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codeDeployInstanceGroupId", "getterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \n@return The instance group to which the CodeDeploy instance belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodeDeployInstanceGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CodeDeployInstanceGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CodeDeployInstanceGroupId", "sensitive" : false, "setterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \n@param codeDeployInstanceGroupId The instance group to which the CodeDeploy instance belongs.", "setterMethodName" : "setCodeDeployInstanceGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeDeployInstanceGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "codeDeployInstanceGroupId", "variableType" : "String", "documentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CodeDeployState" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeDeployState", "beanStyleSetterMethodName" : "setCodeDeployState", "c2jName" : "CodeDeployState", "c2jShape" : "CodeDeployState", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeDeployState(String)}.\n@param codeDeployState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codeDeployState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \n@return The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.\n@deprecated Use {@link #codeDeployState()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \n@param codeDeployState The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #codeDeployState(String)}\n", "documentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CodeDeployState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCodeDeployState", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codeDeployState", "fluentSetterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \n@param codeDeployState The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codeDeployState", "getterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \n@return The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodeDeployState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CodeDeployState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CodeDeployState", "sensitive" : false, "setterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \n@param codeDeployState The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.", "setterMethodName" : "setCodeDeployState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeDeployState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "codeDeployState", "variableType" : "String", "documentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Ec2State" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEc2State", "beanStyleSetterMethodName" : "setEc2State", "c2jName" : "Ec2State", "c2jShape" : "Ec2State", "defaultConsumerFluentSetterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2State(String)}.\n@param ec2State a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2State(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \n@return The state of the instance, such as STOPPING or TERMINATING.\n@deprecated Use {@link #ec2State()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \n@param ec2State The state of the instance, such as STOPPING or TERMINATING.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ec2State(String)}\n", "documentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Ec2State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEc2State", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2State", "fluentSetterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \n@param ec2State The state of the instance, such as STOPPING or TERMINATING.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2State", "getterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \n@return The state of the instance, such as STOPPING or TERMINATING.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Ec2State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Ec2State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Ec2State", "sensitive" : false, "setterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \n@param ec2State The state of the instance, such as STOPPING or TERMINATING.", "setterMethodName" : "setEc2State", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2State", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2State", "variableType" : "String", "documentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EndTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \n@return The time when the observation ended, in epoch seconds.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \n@param endTime The time when the observation ended, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The time when the observation ended, in epoch seconds.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \n@param endTime The time when the observation ended, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \n@return The time when the observation ended, in epoch seconds.", "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" : "EndTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \n@param endTime The time when the observation ended, in epoch seconds.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the observation ended, in epoch seconds.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthEventArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthEventArn", "beanStyleSetterMethodName" : "setHealthEventArn", "c2jName" : "HealthEventArn", "c2jShape" : "HealthEventArn", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthEventArn(String)}.\n@param healthEventArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthEventArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \n@return The Amazon Resource Name (ARN) of the AWS Health Event-based observation.\n@deprecated Use {@link #healthEventArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \n@param healthEventArn The Amazon Resource Name (ARN) of the AWS Health Event-based observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthEventArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthEventArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthEventArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthEventArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \n@param healthEventArn The Amazon Resource Name (ARN) of the AWS Health Event-based observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthEventArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \n@return The Amazon Resource Name (ARN) of the AWS Health Event-based observation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthEventArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthEventArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthEventArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \n@param healthEventArn The Amazon Resource Name (ARN) of the AWS Health Event-based observation.", "setterMethodName" : "setHealthEventArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthEventArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthEventArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthEventDescription" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthEventDescription", "beanStyleSetterMethodName" : "setHealthEventDescription", "c2jName" : "HealthEventDescription", "c2jShape" : "HealthEventDescription", "defaultConsumerFluentSetterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthEventDescription(String)}.\n@param healthEventDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthEventDescription(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \n@return The description of the AWS Health event provided by the service, such as Amazon EC2.\n@deprecated Use {@link #healthEventDescription()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \n@param healthEventDescription The description of the AWS Health event provided by the service, such as Amazon EC2.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthEventDescription(String)}\n", "documentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthEventDescription property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthEventDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthEventDescription", "fluentSetterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \n@param healthEventDescription The description of the AWS Health event provided by the service, such as Amazon EC2.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthEventDescription", "getterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \n@return The description of the AWS Health event provided by the service, such as Amazon EC2.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthEventDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthEventDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthEventDescription", "sensitive" : false, "setterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \n@param healthEventDescription The description of the AWS Health event provided by the service, such as Amazon EC2.", "setterMethodName" : "setHealthEventDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthEventDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthEventDescription", "variableType" : "String", "documentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthEventTypeCategory" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthEventTypeCategory", "beanStyleSetterMethodName" : "setHealthEventTypeCategory", "c2jName" : "HealthEventTypeCategory", "c2jShape" : "HealthEventTypeCategory", "defaultConsumerFluentSetterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthEventTypeCategory(String)}.\n@param healthEventTypeCategory a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthEventTypeCategory(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \n@return The category of the AWS Health event, such as issue.\n@deprecated Use {@link #healthEventTypeCategory()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \n@param healthEventTypeCategory The category of the AWS Health event, such as issue.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthEventTypeCategory(String)}\n", "documentation" : "

                                The category of the AWS Health event, such as issue.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthEventTypeCategory property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthEventTypeCategory", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthEventTypeCategory", "fluentSetterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \n@param healthEventTypeCategory The category of the AWS Health event, such as issue.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthEventTypeCategory", "getterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \n@return The category of the AWS Health event, such as issue.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthEventTypeCategory", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthEventTypeCategory", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthEventTypeCategory", "sensitive" : false, "setterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \n@param healthEventTypeCategory The category of the AWS Health event, such as issue.", "setterMethodName" : "setHealthEventTypeCategory", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthEventTypeCategory", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthEventTypeCategory", "variableType" : "String", "documentation" : "

                                The category of the AWS Health event, such as issue.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthEventTypeCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthEventTypeCode", "beanStyleSetterMethodName" : "setHealthEventTypeCode", "c2jName" : "HealthEventTypeCode", "c2jShape" : "HealthEventTypeCode", "defaultConsumerFluentSetterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthEventTypeCode(String)}.\n@param healthEventTypeCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthEventTypeCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \n@return The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.\n@deprecated Use {@link #healthEventTypeCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \n@param healthEventTypeCode The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthEventTypeCode(String)}\n", "documentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthEventTypeCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthEventTypeCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthEventTypeCode", "fluentSetterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \n@param healthEventTypeCode The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthEventTypeCode", "getterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \n@return The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthEventTypeCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthEventTypeCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthEventTypeCode", "sensitive" : false, "setterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \n@param healthEventTypeCode The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.", "setterMethodName" : "setHealthEventTypeCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthEventTypeCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthEventTypeCode", "variableType" : "String", "documentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthService" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthService", "beanStyleSetterMethodName" : "setHealthService", "c2jName" : "HealthService", "c2jShape" : "HealthService", "defaultConsumerFluentSetterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthService(String)}.\n@param healthService a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthService(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \n@return The service to which the AWS Health Event belongs, such as EC2.\n@deprecated Use {@link #healthService()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \n@param healthService The service to which the AWS Health Event belongs, such as EC2.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthService(String)}\n", "documentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthService property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthService", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthService", "fluentSetterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \n@param healthService The service to which the AWS Health Event belongs, such as EC2.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthService", "getterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \n@return The service to which the AWS Health Event belongs, such as EC2.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthService", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthService", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthService", "sensitive" : false, "setterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \n@param healthService The service to which the AWS Health Event belongs, such as EC2.", "setterMethodName" : "setHealthService", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthService", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthService", "variableType" : "String", "documentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ObservationId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the observation type.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the observation type.

                                \n@return The ID of the observation type.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the observation type.

                                \n@param id The ID of the observation type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID of the observation type.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The ID of the observation type.

                                \n@param id The ID of the observation type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID of the observation type.

                                \n@return The ID of the observation type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID of the observation type.

                                \n@param id The ID of the observation type.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID of the observation type.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LineTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLineTime", "beanStyleSetterMethodName" : "setLineTime", "c2jName" : "LineTime", "c2jShape" : "LineTime", "defaultConsumerFluentSetterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \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 #lineTime(Instant)}.\n@param lineTime 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 #lineTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \n@return The timestamp in the CloudWatch Logs that specifies when the matched line occurred.\n@deprecated Use {@link #lineTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \n@param lineTime The timestamp in the CloudWatch Logs that specifies when the matched line occurred.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lineTime(Instant)}\n", "documentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LineTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLineTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lineTime", "fluentSetterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \n@param lineTime The timestamp in the CloudWatch Logs that specifies when the matched line occurred.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lineTime", "getterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \n@return The timestamp in the CloudWatch Logs that specifies when the matched line occurred.", "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" : "LineTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LineTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LineTime", "sensitive" : false, "setterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \n@param lineTime The timestamp in the CloudWatch Logs that specifies when the matched line occurred.", "setterMethodName" : "setLineTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lineTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lineTime", "variableType" : "java.time.Instant", "documentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogFilter" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogFilter", "beanStyleSetterMethodName" : "setLogFilter", "c2jName" : "LogFilter", "c2jShape" : "LogFilter", "defaultConsumerFluentSetterDocumentation" : "

                                The log filter of the observation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logFilterAsString(String)}.\n@param logFilter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logFilter(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log filter of the observation.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #logFilter} will return {@link LogFilter#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #logFilterAsString}.\n

                                \n@return The log filter of the observation.\n@see LogFilter\n@deprecated Use {@link #logFilterAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log filter of the observation.

                                \n@param logFilter The log filter of the observation.\n@see LogFilter\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogFilter\n@deprecated Use {@link #logFilter(String)}\n", "documentation" : "

                                The log filter of the observation.

                                ", "endpointDiscoveryId" : false, "enumType" : "LogFilter", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogFilter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogFilter", "fluentEnumGetterMethodName" : "logFilter", "fluentEnumSetterMethodName" : "logFilter", "fluentGetterMethodName" : "logFilterAsString", "fluentSetterDocumentation" : "

                                The log filter of the observation.

                                \n@param logFilter The log filter of the observation.\n@see LogFilter\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogFilter", "fluentSetterMethodName" : "logFilter", "getterDocumentation" : "

                                The log filter of the observation.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #logFilter} will return {@link LogFilter#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #logFilterAsString}.\n

                                \n@return The log filter of the observation.\n@see LogFilter", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogFilter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogFilter", "sensitive" : false, "setterDocumentation" : "

                                The log filter of the observation.

                                \n@param logFilter The log filter of the observation.\n@see LogFilter", "setterMethodName" : "setLogFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logFilter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logFilter", "variableType" : "String", "documentation" : "

                                The log filter of the observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroup" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroup", "beanStyleSetterMethodName" : "setLogGroup", "c2jName" : "LogGroup", "c2jShape" : "LogGroup", "defaultConsumerFluentSetterDocumentation" : "

                                The log group name.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroup(String)}.\n@param logGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroup(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log group name.

                                \n@return The log group name.\n@deprecated Use {@link #logGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log group name.

                                \n@param logGroup The log group name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroup(String)}\n", "documentation" : "

                                The log group name.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroup", "fluentSetterDocumentation" : "

                                The log group name.

                                \n@param logGroup The log group name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroup", "getterDocumentation" : "

                                The log group name.

                                \n@return The log group name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroup", "sensitive" : false, "setterDocumentation" : "

                                The log group name.

                                \n@param logGroup The log group name.", "setterMethodName" : "setLogGroup", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroup", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroup", "variableType" : "String", "documentation" : "

                                The log group name.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogText" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogText", "beanStyleSetterMethodName" : "setLogText", "c2jName" : "LogText", "c2jShape" : "LogText", "defaultConsumerFluentSetterDocumentation" : "

                                The log text of the observation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logText(String)}.\n@param logText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logText(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log text of the observation.

                                \n@return The log text of the observation.\n@deprecated Use {@link #logText()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log text of the observation.

                                \n@param logText The log text of the observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logText(String)}\n", "documentation" : "

                                The log text of the observation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogText property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogText", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logText", "fluentSetterDocumentation" : "

                                The log text of the observation.

                                \n@param logText The log text of the observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logText", "getterDocumentation" : "

                                The log text of the observation.

                                \n@return The log text of the observation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogText", "sensitive" : false, "setterDocumentation" : "

                                The log text of the observation.

                                \n@param logText The log text of the observation.", "setterMethodName" : "setLogText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logText", "variableType" : "String", "documentation" : "

                                The log text of the observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MetricName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricName", "beanStyleSetterMethodName" : "setMetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the observation metric.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricName(String)}.\n@param metricName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the observation metric.

                                \n@return The name of the observation metric.\n@deprecated Use {@link #metricName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the observation metric.

                                \n@param metricName The name of the observation metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricName(String)}\n", "documentation" : "

                                The name of the observation metric.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricName", "fluentSetterDocumentation" : "

                                The name of the observation metric.

                                \n@param metricName The name of the observation metric.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricName", "getterDocumentation" : "

                                The name of the observation metric.

                                \n@return The name of the observation metric.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MetricName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MetricName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricName", "sensitive" : false, "setterDocumentation" : "

                                The name of the observation metric.

                                \n@param metricName The name of the observation metric.", "setterMethodName" : "setMetricName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : "

                                The name of the observation metric.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MetricNamespace" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricNamespace", "beanStyleSetterMethodName" : "setMetricNamespace", "c2jName" : "MetricNamespace", "c2jShape" : "MetricNamespace", "defaultConsumerFluentSetterDocumentation" : "

                                The namespace of the observation metric.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricNamespace(String)}.\n@param metricNamespace a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricNamespace(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The namespace of the observation metric.

                                \n@return The namespace of the observation metric.\n@deprecated Use {@link #metricNamespace()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The namespace of the observation metric.

                                \n@param metricNamespace The namespace of the observation metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricNamespace(String)}\n", "documentation" : "

                                The namespace of the observation metric.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricNamespace property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricNamespace", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricNamespace", "fluentSetterDocumentation" : "

                                The namespace of the observation metric.

                                \n@param metricNamespace The namespace of the observation metric.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricNamespace", "getterDocumentation" : "

                                The namespace of the observation metric.

                                \n@return The namespace of the observation metric.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MetricNamespace", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MetricNamespace", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricNamespace", "sensitive" : false, "setterDocumentation" : "

                                The namespace of the observation metric.

                                \n@param metricNamespace The namespace of the observation metric.", "setterMethodName" : "setMetricNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : "

                                The namespace of the observation metric.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceARN" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceARN", "beanStyleSetterMethodName" : "setSourceARN", "c2jName" : "SourceARN", "c2jShape" : "SourceARN", "defaultConsumerFluentSetterDocumentation" : "

                                The source resource ARN of the observation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceARN(String)}.\n@param sourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceARN(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The source resource ARN of the observation.

                                \n@return The source resource ARN of the observation.\n@deprecated Use {@link #sourceARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The source resource ARN of the observation.

                                \n@param sourceARN The source resource ARN of the observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceARN(String)}\n", "documentation" : "

                                The source resource ARN of the observation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceARN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceARN", "fluentSetterDocumentation" : "

                                The source resource ARN of the observation.

                                \n@param sourceARN The source resource ARN of the observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceARN", "getterDocumentation" : "

                                The source resource ARN of the observation.

                                \n@return The source resource ARN of the observation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceARN", "sensitive" : false, "setterDocumentation" : "

                                The source resource ARN of the observation.

                                \n@param sourceARN The source resource ARN of the observation.", "setterMethodName" : "setSourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceARN", "variableType" : "String", "documentation" : "

                                The source resource ARN of the observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                The source type of the observation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceType(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The source type of the observation.

                                \n@return The source type of the observation.\n@deprecated Use {@link #sourceType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The source type of the observation.

                                \n@param sourceType The source type of the observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceType(String)}\n", "documentation" : "

                                The source type of the observation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

                                The source type of the observation.

                                \n@param sourceType The source type of the observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                                The source type of the observation.

                                \n@return The source type of the observation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                The source type of the observation.

                                \n@param sourceType The source type of the observation.", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                                The source type of the observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \n@return The time when the observation was first detected, in epoch seconds.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \n@param startTime The time when the observation was first detected, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \n@param startTime The time when the observation was first detected, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \n@return The time when the observation was first detected, in epoch seconds.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \n@param startTime The time when the observation was first detected, in epoch seconds.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Unit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnit", "beanStyleSetterMethodName" : "setUnit", "c2jName" : "Unit", "c2jShape" : "Unit", "defaultConsumerFluentSetterDocumentation" : "

                                The unit of the source observation metric.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 the source observation metric.

                                \n@return The unit of the source observation metric.\n@deprecated Use {@link #unit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unit of the source observation metric.

                                \n@param unit The unit of the source observation metric.\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 the source observation metric.

                                ", "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 the source observation metric.

                                \n@param unit The unit of the source observation metric.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unit", "getterDocumentation" : "

                                The unit of the source observation metric.

                                \n@return The unit of the source observation metric.", "getterModel" : { "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 the source observation metric.

                                \n@param unit The unit of the source observation metric.", "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 the source observation metric.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "Value", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the source observation metric.

                                \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 #value(Double)}.\n@param value 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 #value(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the source observation metric.

                                \n@return The value of the source observation metric.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the source observation metric.

                                \n@param value The value of the source observation metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(Double)}\n", "documentation" : "

                                The value of the source observation metric.

                                ", "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" : "

                                The value of the source observation metric.

                                \n@param value The value of the source observation metric.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                The value of the source observation metric.

                                \n@return The value of the source observation metric.", "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" : "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" : "DOUBLE", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                The value of the source observation metric.

                                \n@param value The value of the source observation metric.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "value", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "value", "variableType" : "Double", "documentation" : "

                                The value of the source observation metric.

                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "XRayErrorPercent" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayErrorPercent", "beanStyleSetterMethodName" : "setXRayErrorPercent", "c2jName" : "XRayErrorPercent", "c2jShape" : "XRayErrorPercent", "defaultConsumerFluentSetterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \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 #xRayErrorPercent(Integer)}.\n@param xRayErrorPercent 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 #xRayErrorPercent(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \n@return The X-Ray request error percentage for this node.\n@deprecated Use {@link #xRayErrorPercent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \n@param xRayErrorPercent The X-Ray request error percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayErrorPercent(Integer)}\n", "documentation" : "

                                The X-Ray request error percentage for this node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayErrorPercent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayErrorPercent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayErrorPercent", "fluentSetterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \n@param xRayErrorPercent The X-Ray request error percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayErrorPercent", "getterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \n@return The X-Ray request error percentage for this node.", "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" : "XRayErrorPercent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayErrorPercent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "XRayErrorPercent", "sensitive" : false, "setterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \n@param xRayErrorPercent The X-Ray request error percentage for this node.", "setterMethodName" : "setXRayErrorPercent", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "xRayErrorPercent", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "xRayErrorPercent", "variableType" : "Integer", "documentation" : "

                                The X-Ray request error percentage for this node.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "XRayFaultPercent" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayFaultPercent", "beanStyleSetterMethodName" : "setXRayFaultPercent", "c2jName" : "XRayFaultPercent", "c2jShape" : "XRayFaultPercent", "defaultConsumerFluentSetterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \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 #xRayFaultPercent(Integer)}.\n@param xRayFaultPercent 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 #xRayFaultPercent(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \n@return The X-Ray request fault percentage for this node.\n@deprecated Use {@link #xRayFaultPercent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \n@param xRayFaultPercent The X-Ray request fault percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayFaultPercent(Integer)}\n", "documentation" : "

                                The X-Ray request fault percentage for this node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayFaultPercent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayFaultPercent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayFaultPercent", "fluentSetterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \n@param xRayFaultPercent The X-Ray request fault percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayFaultPercent", "getterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \n@return The X-Ray request fault percentage for this node.", "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" : "XRayFaultPercent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayFaultPercent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "XRayFaultPercent", "sensitive" : false, "setterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \n@param xRayFaultPercent The X-Ray request fault percentage for this node.", "setterMethodName" : "setXRayFaultPercent", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "xRayFaultPercent", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "xRayFaultPercent", "variableType" : "Integer", "documentation" : "

                                The X-Ray request fault percentage for this node.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "XRayNodeName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayNodeName", "beanStyleSetterMethodName" : "setXRayNodeName", "c2jName" : "XRayNodeName", "c2jShape" : "XRayNodeName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the X-Ray node.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #xRayNodeName(String)}.\n@param xRayNodeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #xRayNodeName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the X-Ray node.

                                \n@return The name of the X-Ray node.\n@deprecated Use {@link #xRayNodeName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the X-Ray node.

                                \n@param xRayNodeName The name of the X-Ray node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayNodeName(String)}\n", "documentation" : "

                                The name of the X-Ray node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayNodeName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayNodeName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayNodeName", "fluentSetterDocumentation" : "

                                The name of the X-Ray node.

                                \n@param xRayNodeName The name of the X-Ray node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayNodeName", "getterDocumentation" : "

                                The name of the X-Ray node.

                                \n@return The name of the X-Ray node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "XRayNodeName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayNodeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "XRayNodeName", "sensitive" : false, "setterDocumentation" : "

                                The name of the X-Ray node.

                                \n@param xRayNodeName The name of the X-Ray node.", "setterMethodName" : "setXRayNodeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "xRayNodeName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "xRayNodeName", "variableType" : "String", "documentation" : "

                                The name of the X-Ray node.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "XRayNodeType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayNodeType", "beanStyleSetterMethodName" : "setXRayNodeType", "c2jName" : "XRayNodeType", "c2jShape" : "XRayNodeType", "defaultConsumerFluentSetterDocumentation" : "

                                The type of the X-Ray node.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #xRayNodeType(String)}.\n@param xRayNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #xRayNodeType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The type of the X-Ray node.

                                \n@return The type of the X-Ray node.\n@deprecated Use {@link #xRayNodeType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The type of the X-Ray node.

                                \n@param xRayNodeType The type of the X-Ray node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayNodeType(String)}\n", "documentation" : "

                                The type of the X-Ray node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayNodeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayNodeType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayNodeType", "fluentSetterDocumentation" : "

                                The type of the X-Ray node.

                                \n@param xRayNodeType The type of the X-Ray node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayNodeType", "getterDocumentation" : "

                                The type of the X-Ray node.

                                \n@return The type of the X-Ray node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "XRayNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "XRayNodeType", "sensitive" : false, "setterDocumentation" : "

                                The type of the X-Ray node.

                                \n@param xRayNodeType The type of the X-Ray node.", "setterMethodName" : "setXRayNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "xRayNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "xRayNodeType", "variableType" : "String", "documentation" : "

                                The type of the X-Ray node.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "XRayRequestAverageLatency" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayRequestAverageLatency", "beanStyleSetterMethodName" : "setXRayRequestAverageLatency", "c2jName" : "XRayRequestAverageLatency", "c2jShape" : "XRayRequestAverageLatency", "defaultConsumerFluentSetterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #xRayRequestAverageLatency(Long)}.\n@param xRayRequestAverageLatency a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #xRayRequestAverageLatency(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \n@return The X-Ray node request average latency for this node.\n@deprecated Use {@link #xRayRequestAverageLatency()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \n@param xRayRequestAverageLatency The X-Ray node request average latency for this node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayRequestAverageLatency(Long)}\n", "documentation" : "

                                The X-Ray node request average latency for this node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayRequestAverageLatency property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayRequestAverageLatency", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayRequestAverageLatency", "fluentSetterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \n@param xRayRequestAverageLatency The X-Ray node request average latency for this node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayRequestAverageLatency", "getterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \n@return The X-Ray node request average latency for this node.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "XRayRequestAverageLatency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayRequestAverageLatency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "XRayRequestAverageLatency", "sensitive" : false, "setterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \n@param xRayRequestAverageLatency The X-Ray node request average latency for this node.", "setterMethodName" : "setXRayRequestAverageLatency", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "xRayRequestAverageLatency", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "xRayRequestAverageLatency", "variableType" : "Long", "documentation" : "

                                The X-Ray node request average latency for this node.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "XRayRequestCount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayRequestCount", "beanStyleSetterMethodName" : "setXRayRequestCount", "c2jName" : "XRayRequestCount", "c2jShape" : "XRayRequestCount", "defaultConsumerFluentSetterDocumentation" : "

                                The X-Ray request count for this node.

                                \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 #xRayRequestCount(Integer)}.\n@param xRayRequestCount 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 #xRayRequestCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The X-Ray request count for this node.

                                \n@return The X-Ray request count for this node.\n@deprecated Use {@link #xRayRequestCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The X-Ray request count for this node.

                                \n@param xRayRequestCount The X-Ray request count for this node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayRequestCount(Integer)}\n", "documentation" : "

                                The X-Ray request count for this node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayRequestCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayRequestCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayRequestCount", "fluentSetterDocumentation" : "

                                The X-Ray request count for this node.

                                \n@param xRayRequestCount The X-Ray request count for this node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayRequestCount", "getterDocumentation" : "

                                The X-Ray request count for this node.

                                \n@return The X-Ray request count for this node.", "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" : "XRayRequestCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayRequestCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "XRayRequestCount", "sensitive" : false, "setterDocumentation" : "

                                The X-Ray request count for this node.

                                \n@param xRayRequestCount The X-Ray request count for this node.", "setterMethodName" : "setXRayRequestCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "xRayRequestCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "xRayRequestCount", "variableType" : "Integer", "documentation" : "

                                The X-Ray request count for this node.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "XRayThrottlePercent" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayThrottlePercent", "beanStyleSetterMethodName" : "setXRayThrottlePercent", "c2jName" : "XRayThrottlePercent", "c2jShape" : "XRayThrottlePercent", "defaultConsumerFluentSetterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \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 #xRayThrottlePercent(Integer)}.\n@param xRayThrottlePercent 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 #xRayThrottlePercent(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \n@return The X-Ray request throttle percentage for this node.\n@deprecated Use {@link #xRayThrottlePercent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \n@param xRayThrottlePercent The X-Ray request throttle percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayThrottlePercent(Integer)}\n", "documentation" : "

                                The X-Ray request throttle percentage for this node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayThrottlePercent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayThrottlePercent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayThrottlePercent", "fluentSetterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \n@param xRayThrottlePercent The X-Ray request throttle percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayThrottlePercent", "getterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \n@return The X-Ray request throttle percentage for this node.", "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" : "XRayThrottlePercent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayThrottlePercent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "XRayThrottlePercent", "sensitive" : false, "setterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \n@param xRayThrottlePercent The X-Ray request throttle percentage for this node.", "setterMethodName" : "setXRayThrottlePercent", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "xRayThrottlePercent", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "xRayThrottlePercent", "variableType" : "Integer", "documentation" : "

                                The X-Ray request throttle percentage for this node.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ObservationId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the observation type.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the observation type.

                                \n@return The ID of the observation type.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the observation type.

                                \n@param id The ID of the observation type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID of the observation type.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The ID of the observation type.

                                \n@param id The ID of the observation type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID of the observation type.

                                \n@return The ID of the observation type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID of the observation type.

                                \n@param id The ID of the observation type.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID of the observation type.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \n@return The time when the observation was first detected, in epoch seconds.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \n@param startTime The time when the observation was first detected, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \n@param startTime The time when the observation was first detected, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \n@return The time when the observation was first detected, in epoch seconds.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                \n@param startTime The time when the observation was first detected, in epoch seconds.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the observation was first detected, in epoch seconds.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \n@return The time when the observation ended, in epoch seconds.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \n@param endTime The time when the observation ended, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The time when the observation ended, in epoch seconds.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \n@param endTime The time when the observation ended, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \n@return The time when the observation ended, in epoch seconds.", "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" : "EndTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the observation ended, in epoch seconds.

                                \n@param endTime The time when the observation ended, in epoch seconds.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the observation ended, in epoch seconds.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceType", "beanStyleSetterMethodName" : "setSourceType", "c2jName" : "SourceType", "c2jShape" : "SourceType", "defaultConsumerFluentSetterDocumentation" : "

                                The source type of the observation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceType(String)}.\n@param sourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The source type of the observation.

                                \n@return The source type of the observation.\n@deprecated Use {@link #sourceType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The source type of the observation.

                                \n@param sourceType The source type of the observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceType(String)}\n", "documentation" : "

                                The source type of the observation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceType", "fluentSetterDocumentation" : "

                                The source type of the observation.

                                \n@param sourceType The source type of the observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceType", "getterDocumentation" : "

                                The source type of the observation.

                                \n@return The source type of the observation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceType", "sensitive" : false, "setterDocumentation" : "

                                The source type of the observation.

                                \n@param sourceType The source type of the observation.", "setterMethodName" : "setSourceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceType", "variableType" : "String", "documentation" : "

                                The source type of the observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceARN", "beanStyleSetterMethodName" : "setSourceARN", "c2jName" : "SourceARN", "c2jShape" : "SourceARN", "defaultConsumerFluentSetterDocumentation" : "

                                The source resource ARN of the observation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceARN(String)}.\n@param sourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceARN(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The source resource ARN of the observation.

                                \n@return The source resource ARN of the observation.\n@deprecated Use {@link #sourceARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The source resource ARN of the observation.

                                \n@param sourceARN The source resource ARN of the observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceARN(String)}\n", "documentation" : "

                                The source resource ARN of the observation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceARN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceARN", "fluentSetterDocumentation" : "

                                The source resource ARN of the observation.

                                \n@param sourceARN The source resource ARN of the observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceARN", "getterDocumentation" : "

                                The source resource ARN of the observation.

                                \n@return The source resource ARN of the observation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceARN", "sensitive" : false, "setterDocumentation" : "

                                The source resource ARN of the observation.

                                \n@param sourceARN The source resource ARN of the observation.", "setterMethodName" : "setSourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceARN", "variableType" : "String", "documentation" : "

                                The source resource ARN of the observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroup", "beanStyleSetterMethodName" : "setLogGroup", "c2jName" : "LogGroup", "c2jShape" : "LogGroup", "defaultConsumerFluentSetterDocumentation" : "

                                The log group name.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroup(String)}.\n@param logGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroup(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log group name.

                                \n@return The log group name.\n@deprecated Use {@link #logGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log group name.

                                \n@param logGroup The log group name.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroup(String)}\n", "documentation" : "

                                The log group name.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroup", "fluentSetterDocumentation" : "

                                The log group name.

                                \n@param logGroup The log group name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroup", "getterDocumentation" : "

                                The log group name.

                                \n@return The log group name.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroup", "sensitive" : false, "setterDocumentation" : "

                                The log group name.

                                \n@param logGroup The log group name.", "setterMethodName" : "setLogGroup", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroup", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroup", "variableType" : "String", "documentation" : "

                                The log group name.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLineTime", "beanStyleSetterMethodName" : "setLineTime", "c2jName" : "LineTime", "c2jShape" : "LineTime", "defaultConsumerFluentSetterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \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 #lineTime(Instant)}.\n@param lineTime 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 #lineTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \n@return The timestamp in the CloudWatch Logs that specifies when the matched line occurred.\n@deprecated Use {@link #lineTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \n@param lineTime The timestamp in the CloudWatch Logs that specifies when the matched line occurred.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lineTime(Instant)}\n", "documentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LineTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLineTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lineTime", "fluentSetterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \n@param lineTime The timestamp in the CloudWatch Logs that specifies when the matched line occurred.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lineTime", "getterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \n@return The timestamp in the CloudWatch Logs that specifies when the matched line occurred.", "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" : "LineTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LineTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LineTime", "sensitive" : false, "setterDocumentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                \n@param lineTime The timestamp in the CloudWatch Logs that specifies when the matched line occurred.", "setterMethodName" : "setLineTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lineTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lineTime", "variableType" : "java.time.Instant", "documentation" : "

                                The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogText", "beanStyleSetterMethodName" : "setLogText", "c2jName" : "LogText", "c2jShape" : "LogText", "defaultConsumerFluentSetterDocumentation" : "

                                The log text of the observation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logText(String)}.\n@param logText a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logText(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log text of the observation.

                                \n@return The log text of the observation.\n@deprecated Use {@link #logText()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log text of the observation.

                                \n@param logText The log text of the observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logText(String)}\n", "documentation" : "

                                The log text of the observation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogText property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogText", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logText", "fluentSetterDocumentation" : "

                                The log text of the observation.

                                \n@param logText The log text of the observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logText", "getterDocumentation" : "

                                The log text of the observation.

                                \n@return The log text of the observation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogText", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogText", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogText", "sensitive" : false, "setterDocumentation" : "

                                The log text of the observation.

                                \n@param logText The log text of the observation.", "setterMethodName" : "setLogText", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logText", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logText", "variableType" : "String", "documentation" : "

                                The log text of the observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogFilter", "beanStyleSetterMethodName" : "setLogFilter", "c2jName" : "LogFilter", "c2jShape" : "LogFilter", "defaultConsumerFluentSetterDocumentation" : "

                                The log filter of the observation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logFilterAsString(String)}.\n@param logFilter a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logFilter(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log filter of the observation.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #logFilter} will return {@link LogFilter#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #logFilterAsString}.\n

                                \n@return The log filter of the observation.\n@see LogFilter\n@deprecated Use {@link #logFilterAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log filter of the observation.

                                \n@param logFilter The log filter of the observation.\n@see LogFilter\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogFilter\n@deprecated Use {@link #logFilter(String)}\n", "documentation" : "

                                The log filter of the observation.

                                ", "endpointDiscoveryId" : false, "enumType" : "LogFilter", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogFilter property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogFilter", "fluentEnumGetterMethodName" : "logFilter", "fluentEnumSetterMethodName" : "logFilter", "fluentGetterMethodName" : "logFilterAsString", "fluentSetterDocumentation" : "

                                The log filter of the observation.

                                \n@param logFilter The log filter of the observation.\n@see LogFilter\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogFilter", "fluentSetterMethodName" : "logFilter", "getterDocumentation" : "

                                The log filter of the observation.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #logFilter} will return {@link LogFilter#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #logFilterAsString}.\n

                                \n@return The log filter of the observation.\n@see LogFilter", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogFilter", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogFilter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogFilter", "sensitive" : false, "setterDocumentation" : "

                                The log filter of the observation.

                                \n@param logFilter The log filter of the observation.\n@see LogFilter", "setterMethodName" : "setLogFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logFilter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logFilter", "variableType" : "String", "documentation" : "

                                The log filter of the observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricNamespace", "beanStyleSetterMethodName" : "setMetricNamespace", "c2jName" : "MetricNamespace", "c2jShape" : "MetricNamespace", "defaultConsumerFluentSetterDocumentation" : "

                                The namespace of the observation metric.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricNamespace(String)}.\n@param metricNamespace a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricNamespace(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The namespace of the observation metric.

                                \n@return The namespace of the observation metric.\n@deprecated Use {@link #metricNamespace()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The namespace of the observation metric.

                                \n@param metricNamespace The namespace of the observation metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricNamespace(String)}\n", "documentation" : "

                                The namespace of the observation metric.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricNamespace property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricNamespace", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricNamespace", "fluentSetterDocumentation" : "

                                The namespace of the observation metric.

                                \n@param metricNamespace The namespace of the observation metric.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricNamespace", "getterDocumentation" : "

                                The namespace of the observation metric.

                                \n@return The namespace of the observation metric.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MetricNamespace", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MetricNamespace", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricNamespace", "sensitive" : false, "setterDocumentation" : "

                                The namespace of the observation metric.

                                \n@param metricNamespace The namespace of the observation metric.", "setterMethodName" : "setMetricNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : "

                                The namespace of the observation metric.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricName", "beanStyleSetterMethodName" : "setMetricName", "c2jName" : "MetricName", "c2jShape" : "MetricName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the observation metric.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricName(String)}.\n@param metricName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the observation metric.

                                \n@return The name of the observation metric.\n@deprecated Use {@link #metricName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the observation metric.

                                \n@param metricName The name of the observation metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricName(String)}\n", "documentation" : "

                                The name of the observation metric.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricName", "fluentSetterDocumentation" : "

                                The name of the observation metric.

                                \n@param metricName The name of the observation metric.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricName", "getterDocumentation" : "

                                The name of the observation metric.

                                \n@return The name of the observation metric.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MetricName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MetricName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricName", "sensitive" : false, "setterDocumentation" : "

                                The name of the observation metric.

                                \n@param metricName The name of the observation metric.", "setterMethodName" : "setMetricName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : "

                                The name of the observation metric.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUnit", "beanStyleSetterMethodName" : "setUnit", "c2jName" : "Unit", "c2jShape" : "Unit", "defaultConsumerFluentSetterDocumentation" : "

                                The unit of the source observation metric.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 the source observation metric.

                                \n@return The unit of the source observation metric.\n@deprecated Use {@link #unit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unit of the source observation metric.

                                \n@param unit The unit of the source observation metric.\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 the source observation metric.

                                ", "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 the source observation metric.

                                \n@param unit The unit of the source observation metric.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "unit", "getterDocumentation" : "

                                The unit of the source observation metric.

                                \n@return The unit of the source observation metric.", "getterModel" : { "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 the source observation metric.

                                \n@param unit The unit of the source observation metric.", "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 the source observation metric.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "Value", "defaultConsumerFluentSetterDocumentation" : "

                                The value of the source observation metric.

                                \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 #value(Double)}.\n@param value 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 #value(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of the source observation metric.

                                \n@return The value of the source observation metric.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of the source observation metric.

                                \n@param value The value of the source observation metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(Double)}\n", "documentation" : "

                                The value of the source observation metric.

                                ", "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" : "

                                The value of the source observation metric.

                                \n@param value The value of the source observation metric.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                The value of the source observation metric.

                                \n@return The value of the source observation metric.", "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" : "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" : "DOUBLE", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                The value of the source observation metric.

                                \n@param value The value of the source observation metric.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "value", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "value", "variableType" : "Double", "documentation" : "

                                The value of the source observation metric.

                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudWatchEventId", "beanStyleSetterMethodName" : "setCloudWatchEventId", "c2jName" : "CloudWatchEventId", "c2jShape" : "CloudWatchEventId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchEventId(String)}.\n@param cloudWatchEventId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchEventId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \n@return The ID of the CloudWatch Event-based observation related to the detected problem.\n@deprecated Use {@link #cloudWatchEventId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \n@param cloudWatchEventId The ID of the CloudWatch Event-based observation related to the detected problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudWatchEventId(String)}\n", "documentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudWatchEventId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudWatchEventId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchEventId", "fluentSetterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \n@param cloudWatchEventId The ID of the CloudWatch Event-based observation related to the detected problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchEventId", "getterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \n@return The ID of the CloudWatch Event-based observation related to the detected problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchEventId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchEventId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CloudWatchEventId", "sensitive" : false, "setterDocumentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                \n@param cloudWatchEventId The ID of the CloudWatch Event-based observation related to the detected problem.", "setterMethodName" : "setCloudWatchEventId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventId", "variableType" : "String", "documentation" : "

                                The ID of the CloudWatch Event-based observation related to the detected problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudWatchEventSource", "beanStyleSetterMethodName" : "setCloudWatchEventSource", "c2jName" : "CloudWatchEventSource", "c2jShape" : "CloudWatchEventSource", "defaultConsumerFluentSetterDocumentation" : "

                                The source of the CloudWatch Event.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchEventSourceAsString(String)}.\n@param cloudWatchEventSource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchEventSource(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The source of the CloudWatch Event.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #cloudWatchEventSource} will return {@link CloudWatchEventSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #cloudWatchEventSourceAsString}.\n

                                \n@return The source of the CloudWatch Event.\n@see CloudWatchEventSource\n@deprecated Use {@link #cloudWatchEventSourceAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The source of the CloudWatch Event.

                                \n@param cloudWatchEventSource The source of the CloudWatch Event.\n@see CloudWatchEventSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchEventSource\n@deprecated Use {@link #cloudWatchEventSource(String)}\n", "documentation" : "

                                The source of the CloudWatch Event.

                                ", "endpointDiscoveryId" : false, "enumType" : "CloudWatchEventSource", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudWatchEventSource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudWatchEventSource", "fluentEnumGetterMethodName" : "cloudWatchEventSource", "fluentEnumSetterMethodName" : "cloudWatchEventSource", "fluentGetterMethodName" : "cloudWatchEventSourceAsString", "fluentSetterDocumentation" : "

                                The source of the CloudWatch Event.

                                \n@param cloudWatchEventSource The source of the CloudWatch Event.\n@see CloudWatchEventSource\n@return Returns a reference to this object so that method calls can be chained together.\n@see CloudWatchEventSource", "fluentSetterMethodName" : "cloudWatchEventSource", "getterDocumentation" : "

                                The source of the CloudWatch Event.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #cloudWatchEventSource} will return {@link CloudWatchEventSource#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #cloudWatchEventSourceAsString}.\n

                                \n@return The source of the CloudWatch Event.\n@see CloudWatchEventSource", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchEventSource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchEventSource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CloudWatchEventSource", "sensitive" : false, "setterDocumentation" : "

                                The source of the CloudWatch Event.

                                \n@param cloudWatchEventSource The source of the CloudWatch Event.\n@see CloudWatchEventSource", "setterMethodName" : "setCloudWatchEventSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventSource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventSource", "variableType" : "String", "documentation" : "

                                The source of the CloudWatch Event.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCloudWatchEventDetailType", "beanStyleSetterMethodName" : "setCloudWatchEventDetailType", "c2jName" : "CloudWatchEventDetailType", "c2jShape" : "CloudWatchEventDetailType", "defaultConsumerFluentSetterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change 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 #cloudWatchEventDetailType(String)}.\n@param cloudWatchEventDetailType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchEventDetailType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                \n@return The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.\n@deprecated Use {@link #cloudWatchEventDetailType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                \n@param cloudWatchEventDetailType The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cloudWatchEventDetailType(String)}\n", "documentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CloudWatchEventDetailType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCloudWatchEventDetailType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cloudWatchEventDetailType", "fluentSetterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                \n@param cloudWatchEventDetailType The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cloudWatchEventDetailType", "getterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                \n@return The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CloudWatchEventDetailType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CloudWatchEventDetailType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CloudWatchEventDetailType", "sensitive" : false, "setterDocumentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                \n@param cloudWatchEventDetailType The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.", "setterMethodName" : "setCloudWatchEventDetailType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventDetailType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cloudWatchEventDetailType", "variableType" : "String", "documentation" : "

                                The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthEventArn", "beanStyleSetterMethodName" : "setHealthEventArn", "c2jName" : "HealthEventArn", "c2jShape" : "HealthEventArn", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthEventArn(String)}.\n@param healthEventArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthEventArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \n@return The Amazon Resource Name (ARN) of the AWS Health Event-based observation.\n@deprecated Use {@link #healthEventArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \n@param healthEventArn The Amazon Resource Name (ARN) of the AWS Health Event-based observation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthEventArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthEventArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthEventArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthEventArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \n@param healthEventArn The Amazon Resource Name (ARN) of the AWS Health Event-based observation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthEventArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \n@return The Amazon Resource Name (ARN) of the AWS Health Event-based observation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthEventArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthEventArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthEventArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                \n@param healthEventArn The Amazon Resource Name (ARN) of the AWS Health Event-based observation.", "setterMethodName" : "setHealthEventArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthEventArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthEventArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthService", "beanStyleSetterMethodName" : "setHealthService", "c2jName" : "HealthService", "c2jShape" : "HealthService", "defaultConsumerFluentSetterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthService(String)}.\n@param healthService a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthService(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \n@return The service to which the AWS Health Event belongs, such as EC2.\n@deprecated Use {@link #healthService()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \n@param healthService The service to which the AWS Health Event belongs, such as EC2.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthService(String)}\n", "documentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthService property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthService", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthService", "fluentSetterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \n@param healthService The service to which the AWS Health Event belongs, such as EC2.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthService", "getterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \n@return The service to which the AWS Health Event belongs, such as EC2.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthService", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthService", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthService", "sensitive" : false, "setterDocumentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                \n@param healthService The service to which the AWS Health Event belongs, such as EC2.", "setterMethodName" : "setHealthService", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthService", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthService", "variableType" : "String", "documentation" : "

                                The service to which the AWS Health Event belongs, such as EC2.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthEventTypeCode", "beanStyleSetterMethodName" : "setHealthEventTypeCode", "c2jName" : "HealthEventTypeCode", "c2jShape" : "HealthEventTypeCode", "defaultConsumerFluentSetterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthEventTypeCode(String)}.\n@param healthEventTypeCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthEventTypeCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \n@return The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.\n@deprecated Use {@link #healthEventTypeCode()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \n@param healthEventTypeCode The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthEventTypeCode(String)}\n", "documentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthEventTypeCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthEventTypeCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthEventTypeCode", "fluentSetterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \n@param healthEventTypeCode The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthEventTypeCode", "getterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \n@return The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthEventTypeCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthEventTypeCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthEventTypeCode", "sensitive" : false, "setterDocumentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                \n@param healthEventTypeCode The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.", "setterMethodName" : "setHealthEventTypeCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthEventTypeCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthEventTypeCode", "variableType" : "String", "documentation" : "

                                The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthEventTypeCategory", "beanStyleSetterMethodName" : "setHealthEventTypeCategory", "c2jName" : "HealthEventTypeCategory", "c2jShape" : "HealthEventTypeCategory", "defaultConsumerFluentSetterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthEventTypeCategory(String)}.\n@param healthEventTypeCategory a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthEventTypeCategory(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \n@return The category of the AWS Health event, such as issue.\n@deprecated Use {@link #healthEventTypeCategory()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \n@param healthEventTypeCategory The category of the AWS Health event, such as issue.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthEventTypeCategory(String)}\n", "documentation" : "

                                The category of the AWS Health event, such as issue.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthEventTypeCategory property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthEventTypeCategory", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthEventTypeCategory", "fluentSetterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \n@param healthEventTypeCategory The category of the AWS Health event, such as issue.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthEventTypeCategory", "getterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \n@return The category of the AWS Health event, such as issue.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthEventTypeCategory", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthEventTypeCategory", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthEventTypeCategory", "sensitive" : false, "setterDocumentation" : "

                                The category of the AWS Health event, such as issue.

                                \n@param healthEventTypeCategory The category of the AWS Health event, such as issue.", "setterMethodName" : "setHealthEventTypeCategory", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthEventTypeCategory", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthEventTypeCategory", "variableType" : "String", "documentation" : "

                                The category of the AWS Health event, such as issue.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthEventDescription", "beanStyleSetterMethodName" : "setHealthEventDescription", "c2jName" : "HealthEventDescription", "c2jShape" : "HealthEventDescription", "defaultConsumerFluentSetterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthEventDescription(String)}.\n@param healthEventDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthEventDescription(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \n@return The description of the AWS Health event provided by the service, such as Amazon EC2.\n@deprecated Use {@link #healthEventDescription()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \n@param healthEventDescription The description of the AWS Health event provided by the service, such as Amazon EC2.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthEventDescription(String)}\n", "documentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the HealthEventDescription property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasHealthEventDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "healthEventDescription", "fluentSetterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \n@param healthEventDescription The description of the AWS Health event provided by the service, such as Amazon EC2.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthEventDescription", "getterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \n@return The description of the AWS Health event provided by the service, such as Amazon EC2.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthEventDescription", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthEventDescription", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthEventDescription", "sensitive" : false, "setterDocumentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                \n@param healthEventDescription The description of the AWS Health event provided by the service, such as Amazon EC2.", "setterMethodName" : "setHealthEventDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthEventDescription", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthEventDescription", "variableType" : "String", "documentation" : "

                                The description of the AWS Health event provided by the service, such as Amazon EC2.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeDeployDeploymentId", "beanStyleSetterMethodName" : "setCodeDeployDeploymentId", "c2jName" : "CodeDeployDeploymentId", "c2jShape" : "CodeDeployDeploymentId", "defaultConsumerFluentSetterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeDeployDeploymentId(String)}.\n@param codeDeployDeploymentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codeDeployDeploymentId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \n@return The deployment ID of the CodeDeploy-based observation related to the detected problem.\n@deprecated Use {@link #codeDeployDeploymentId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \n@param codeDeployDeploymentId The deployment ID of the CodeDeploy-based observation related to the detected problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #codeDeployDeploymentId(String)}\n", "documentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CodeDeployDeploymentId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCodeDeployDeploymentId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codeDeployDeploymentId", "fluentSetterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \n@param codeDeployDeploymentId The deployment ID of the CodeDeploy-based observation related to the detected problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codeDeployDeploymentId", "getterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \n@return The deployment ID of the CodeDeploy-based observation related to the detected problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodeDeployDeploymentId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CodeDeployDeploymentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CodeDeployDeploymentId", "sensitive" : false, "setterDocumentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                \n@param codeDeployDeploymentId The deployment ID of the CodeDeploy-based observation related to the detected problem.", "setterMethodName" : "setCodeDeployDeploymentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeDeployDeploymentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "codeDeployDeploymentId", "variableType" : "String", "documentation" : "

                                The deployment ID of the CodeDeploy-based observation related to the detected problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeDeployDeploymentGroup", "beanStyleSetterMethodName" : "setCodeDeployDeploymentGroup", "c2jName" : "CodeDeployDeploymentGroup", "c2jShape" : "CodeDeployDeploymentGroup", "defaultConsumerFluentSetterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeDeployDeploymentGroup(String)}.\n@param codeDeployDeploymentGroup a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codeDeployDeploymentGroup(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \n@return The deployment group to which the CodeDeploy deployment belongs.\n@deprecated Use {@link #codeDeployDeploymentGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \n@param codeDeployDeploymentGroup The deployment group to which the CodeDeploy deployment belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #codeDeployDeploymentGroup(String)}\n", "documentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CodeDeployDeploymentGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCodeDeployDeploymentGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codeDeployDeploymentGroup", "fluentSetterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \n@param codeDeployDeploymentGroup The deployment group to which the CodeDeploy deployment belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codeDeployDeploymentGroup", "getterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \n@return The deployment group to which the CodeDeploy deployment belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodeDeployDeploymentGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CodeDeployDeploymentGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CodeDeployDeploymentGroup", "sensitive" : false, "setterDocumentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                \n@param codeDeployDeploymentGroup The deployment group to which the CodeDeploy deployment belongs.", "setterMethodName" : "setCodeDeployDeploymentGroup", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeDeployDeploymentGroup", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "codeDeployDeploymentGroup", "variableType" : "String", "documentation" : "

                                The deployment group to which the CodeDeploy deployment belongs.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeDeployState", "beanStyleSetterMethodName" : "setCodeDeployState", "c2jName" : "CodeDeployState", "c2jShape" : "CodeDeployState", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeDeployState(String)}.\n@param codeDeployState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codeDeployState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \n@return The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.\n@deprecated Use {@link #codeDeployState()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \n@param codeDeployState The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #codeDeployState(String)}\n", "documentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CodeDeployState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCodeDeployState", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codeDeployState", "fluentSetterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \n@param codeDeployState The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codeDeployState", "getterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \n@return The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodeDeployState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CodeDeployState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CodeDeployState", "sensitive" : false, "setterDocumentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                \n@param codeDeployState The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.", "setterMethodName" : "setCodeDeployState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeDeployState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "codeDeployState", "variableType" : "String", "documentation" : "

                                The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeDeployApplication", "beanStyleSetterMethodName" : "setCodeDeployApplication", "c2jName" : "CodeDeployApplication", "c2jShape" : "CodeDeployApplication", "defaultConsumerFluentSetterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeDeployApplication(String)}.\n@param codeDeployApplication a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codeDeployApplication(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \n@return The CodeDeploy application to which the deployment belongs.\n@deprecated Use {@link #codeDeployApplication()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \n@param codeDeployApplication The CodeDeploy application to which the deployment belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #codeDeployApplication(String)}\n", "documentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CodeDeployApplication property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCodeDeployApplication", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codeDeployApplication", "fluentSetterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \n@param codeDeployApplication The CodeDeploy application to which the deployment belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codeDeployApplication", "getterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \n@return The CodeDeploy application to which the deployment belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodeDeployApplication", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CodeDeployApplication", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CodeDeployApplication", "sensitive" : false, "setterDocumentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                \n@param codeDeployApplication The CodeDeploy application to which the deployment belongs.", "setterMethodName" : "setCodeDeployApplication", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeDeployApplication", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "codeDeployApplication", "variableType" : "String", "documentation" : "

                                The CodeDeploy application to which the deployment belongs.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCodeDeployInstanceGroupId", "beanStyleSetterMethodName" : "setCodeDeployInstanceGroupId", "c2jName" : "CodeDeployInstanceGroupId", "c2jShape" : "CodeDeployInstanceGroupId", "defaultConsumerFluentSetterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeDeployInstanceGroupId(String)}.\n@param codeDeployInstanceGroupId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #codeDeployInstanceGroupId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \n@return The instance group to which the CodeDeploy instance belongs.\n@deprecated Use {@link #codeDeployInstanceGroupId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \n@param codeDeployInstanceGroupId The instance group to which the CodeDeploy instance belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #codeDeployInstanceGroupId(String)}\n", "documentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CodeDeployInstanceGroupId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCodeDeployInstanceGroupId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codeDeployInstanceGroupId", "fluentSetterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \n@param codeDeployInstanceGroupId The instance group to which the CodeDeploy instance belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codeDeployInstanceGroupId", "getterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \n@return The instance group to which the CodeDeploy instance belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodeDeployInstanceGroupId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CodeDeployInstanceGroupId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CodeDeployInstanceGroupId", "sensitive" : false, "setterDocumentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                \n@param codeDeployInstanceGroupId The instance group to which the CodeDeploy instance belongs.", "setterMethodName" : "setCodeDeployInstanceGroupId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeDeployInstanceGroupId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "codeDeployInstanceGroupId", "variableType" : "String", "documentation" : "

                                The instance group to which the CodeDeploy instance belongs.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEc2State", "beanStyleSetterMethodName" : "setEc2State", "c2jName" : "Ec2State", "c2jShape" : "Ec2State", "defaultConsumerFluentSetterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ec2State(String)}.\n@param ec2State a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ec2State(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \n@return The state of the instance, such as STOPPING or TERMINATING.\n@deprecated Use {@link #ec2State()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \n@param ec2State The state of the instance, such as STOPPING or TERMINATING.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ec2State(String)}\n", "documentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Ec2State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEc2State", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ec2State", "fluentSetterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \n@param ec2State The state of the instance, such as STOPPING or TERMINATING.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ec2State", "getterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \n@return The state of the instance, such as STOPPING or TERMINATING.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Ec2State", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Ec2State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Ec2State", "sensitive" : false, "setterDocumentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                \n@param ec2State The state of the instance, such as STOPPING or TERMINATING.", "setterMethodName" : "setEc2State", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ec2State", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ec2State", "variableType" : "String", "documentation" : "

                                The state of the instance, such as STOPPING or TERMINATING.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayFaultPercent", "beanStyleSetterMethodName" : "setXRayFaultPercent", "c2jName" : "XRayFaultPercent", "c2jShape" : "XRayFaultPercent", "defaultConsumerFluentSetterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \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 #xRayFaultPercent(Integer)}.\n@param xRayFaultPercent 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 #xRayFaultPercent(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \n@return The X-Ray request fault percentage for this node.\n@deprecated Use {@link #xRayFaultPercent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \n@param xRayFaultPercent The X-Ray request fault percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayFaultPercent(Integer)}\n", "documentation" : "

                                The X-Ray request fault percentage for this node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayFaultPercent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayFaultPercent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayFaultPercent", "fluentSetterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \n@param xRayFaultPercent The X-Ray request fault percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayFaultPercent", "getterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \n@return The X-Ray request fault percentage for this node.", "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" : "XRayFaultPercent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayFaultPercent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "XRayFaultPercent", "sensitive" : false, "setterDocumentation" : "

                                The X-Ray request fault percentage for this node.

                                \n@param xRayFaultPercent The X-Ray request fault percentage for this node.", "setterMethodName" : "setXRayFaultPercent", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "xRayFaultPercent", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "xRayFaultPercent", "variableType" : "Integer", "documentation" : "

                                The X-Ray request fault percentage for this node.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayThrottlePercent", "beanStyleSetterMethodName" : "setXRayThrottlePercent", "c2jName" : "XRayThrottlePercent", "c2jShape" : "XRayThrottlePercent", "defaultConsumerFluentSetterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \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 #xRayThrottlePercent(Integer)}.\n@param xRayThrottlePercent 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 #xRayThrottlePercent(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \n@return The X-Ray request throttle percentage for this node.\n@deprecated Use {@link #xRayThrottlePercent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \n@param xRayThrottlePercent The X-Ray request throttle percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayThrottlePercent(Integer)}\n", "documentation" : "

                                The X-Ray request throttle percentage for this node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayThrottlePercent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayThrottlePercent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayThrottlePercent", "fluentSetterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \n@param xRayThrottlePercent The X-Ray request throttle percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayThrottlePercent", "getterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \n@return The X-Ray request throttle percentage for this node.", "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" : "XRayThrottlePercent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayThrottlePercent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "XRayThrottlePercent", "sensitive" : false, "setterDocumentation" : "

                                The X-Ray request throttle percentage for this node.

                                \n@param xRayThrottlePercent The X-Ray request throttle percentage for this node.", "setterMethodName" : "setXRayThrottlePercent", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "xRayThrottlePercent", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "xRayThrottlePercent", "variableType" : "Integer", "documentation" : "

                                The X-Ray request throttle percentage for this node.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayErrorPercent", "beanStyleSetterMethodName" : "setXRayErrorPercent", "c2jName" : "XRayErrorPercent", "c2jShape" : "XRayErrorPercent", "defaultConsumerFluentSetterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \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 #xRayErrorPercent(Integer)}.\n@param xRayErrorPercent 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 #xRayErrorPercent(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \n@return The X-Ray request error percentage for this node.\n@deprecated Use {@link #xRayErrorPercent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \n@param xRayErrorPercent The X-Ray request error percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayErrorPercent(Integer)}\n", "documentation" : "

                                The X-Ray request error percentage for this node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayErrorPercent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayErrorPercent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayErrorPercent", "fluentSetterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \n@param xRayErrorPercent The X-Ray request error percentage for this node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayErrorPercent", "getterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \n@return The X-Ray request error percentage for this node.", "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" : "XRayErrorPercent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayErrorPercent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "XRayErrorPercent", "sensitive" : false, "setterDocumentation" : "

                                The X-Ray request error percentage for this node.

                                \n@param xRayErrorPercent The X-Ray request error percentage for this node.", "setterMethodName" : "setXRayErrorPercent", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "xRayErrorPercent", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "xRayErrorPercent", "variableType" : "Integer", "documentation" : "

                                The X-Ray request error percentage for this node.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayRequestCount", "beanStyleSetterMethodName" : "setXRayRequestCount", "c2jName" : "XRayRequestCount", "c2jShape" : "XRayRequestCount", "defaultConsumerFluentSetterDocumentation" : "

                                The X-Ray request count for this node.

                                \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 #xRayRequestCount(Integer)}.\n@param xRayRequestCount 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 #xRayRequestCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The X-Ray request count for this node.

                                \n@return The X-Ray request count for this node.\n@deprecated Use {@link #xRayRequestCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The X-Ray request count for this node.

                                \n@param xRayRequestCount The X-Ray request count for this node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayRequestCount(Integer)}\n", "documentation" : "

                                The X-Ray request count for this node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayRequestCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayRequestCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayRequestCount", "fluentSetterDocumentation" : "

                                The X-Ray request count for this node.

                                \n@param xRayRequestCount The X-Ray request count for this node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayRequestCount", "getterDocumentation" : "

                                The X-Ray request count for this node.

                                \n@return The X-Ray request count for this node.", "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" : "XRayRequestCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayRequestCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "XRayRequestCount", "sensitive" : false, "setterDocumentation" : "

                                The X-Ray request count for this node.

                                \n@param xRayRequestCount The X-Ray request count for this node.", "setterMethodName" : "setXRayRequestCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "xRayRequestCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "xRayRequestCount", "variableType" : "Integer", "documentation" : "

                                The X-Ray request count for this node.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayRequestAverageLatency", "beanStyleSetterMethodName" : "setXRayRequestAverageLatency", "c2jName" : "XRayRequestAverageLatency", "c2jShape" : "XRayRequestAverageLatency", "defaultConsumerFluentSetterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #xRayRequestAverageLatency(Long)}.\n@param xRayRequestAverageLatency a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #xRayRequestAverageLatency(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \n@return The X-Ray node request average latency for this node.\n@deprecated Use {@link #xRayRequestAverageLatency()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \n@param xRayRequestAverageLatency The X-Ray node request average latency for this node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayRequestAverageLatency(Long)}\n", "documentation" : "

                                The X-Ray node request average latency for this node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayRequestAverageLatency property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayRequestAverageLatency", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayRequestAverageLatency", "fluentSetterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \n@param xRayRequestAverageLatency The X-Ray node request average latency for this node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayRequestAverageLatency", "getterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \n@return The X-Ray node request average latency for this node.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "XRayRequestAverageLatency", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayRequestAverageLatency", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "XRayRequestAverageLatency", "sensitive" : false, "setterDocumentation" : "

                                The X-Ray node request average latency for this node.

                                \n@param xRayRequestAverageLatency The X-Ray node request average latency for this node.", "setterMethodName" : "setXRayRequestAverageLatency", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "xRayRequestAverageLatency", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "xRayRequestAverageLatency", "variableType" : "Long", "documentation" : "

                                The X-Ray node request average latency for this node.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayNodeName", "beanStyleSetterMethodName" : "setXRayNodeName", "c2jName" : "XRayNodeName", "c2jShape" : "XRayNodeName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the X-Ray node.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #xRayNodeName(String)}.\n@param xRayNodeName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #xRayNodeName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the X-Ray node.

                                \n@return The name of the X-Ray node.\n@deprecated Use {@link #xRayNodeName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the X-Ray node.

                                \n@param xRayNodeName The name of the X-Ray node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayNodeName(String)}\n", "documentation" : "

                                The name of the X-Ray node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayNodeName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayNodeName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayNodeName", "fluentSetterDocumentation" : "

                                The name of the X-Ray node.

                                \n@param xRayNodeName The name of the X-Ray node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayNodeName", "getterDocumentation" : "

                                The name of the X-Ray node.

                                \n@return The name of the X-Ray node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "XRayNodeName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayNodeName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "XRayNodeName", "sensitive" : false, "setterDocumentation" : "

                                The name of the X-Ray node.

                                \n@param xRayNodeName The name of the X-Ray node.", "setterMethodName" : "setXRayNodeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "xRayNodeName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "xRayNodeName", "variableType" : "String", "documentation" : "

                                The name of the X-Ray node.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getXRayNodeType", "beanStyleSetterMethodName" : "setXRayNodeType", "c2jName" : "XRayNodeType", "c2jShape" : "XRayNodeType", "defaultConsumerFluentSetterDocumentation" : "

                                The type of the X-Ray node.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #xRayNodeType(String)}.\n@param xRayNodeType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #xRayNodeType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The type of the X-Ray node.

                                \n@return The type of the X-Ray node.\n@deprecated Use {@link #xRayNodeType()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The type of the X-Ray node.

                                \n@param xRayNodeType The type of the X-Ray node.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #xRayNodeType(String)}\n", "documentation" : "

                                The type of the X-Ray node.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the XRayNodeType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasXRayNodeType", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "xRayNodeType", "fluentSetterDocumentation" : "

                                The type of the X-Ray node.

                                \n@param xRayNodeType The type of the X-Ray node.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "xRayNodeType", "getterDocumentation" : "

                                The type of the X-Ray node.

                                \n@return The type of the X-Ray node.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "XRayNodeType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "XRayNodeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "XRayNodeType", "sensitive" : false, "setterDocumentation" : "

                                The type of the X-Ray node.

                                \n@param xRayNodeType The type of the X-Ray node.", "setterMethodName" : "setXRayNodeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "xRayNodeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "xRayNodeType", "variableType" : "String", "documentation" : "

                                The type of the X-Ray node.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Observation", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Observation", "variableName" : "observation", "variableType" : "Observation", "documentation" : null, "simpleType" : "Observation", "variableSetterType" : "Observation" }, "wrapper" : false, "xmlNamespace" : null }, "Problem" : { "c2jName" : "Problem", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Describes a problem that is detected by correlating observations.

                                ", "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" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ProblemId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the problem.

                                \n@return The ID of the problem.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the problem.

                                \n@param id The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID of the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The ID of the problem.

                                \n@param id The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID of the problem.

                                \n@return The ID of the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID of the problem.

                                \n@param id The ID of the problem.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTitle", "beanStyleSetterMethodName" : "setTitle", "c2jName" : "Title", "c2jShape" : "Title", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #title(String)}.\n@param title a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #title(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the problem.

                                \n@return The name of the problem.\n@deprecated Use {@link #title()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the problem.

                                \n@param title The name of the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #title(String)}\n", "documentation" : "

                                The name of the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Title property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTitle", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "title", "fluentSetterDocumentation" : "

                                The name of the problem.

                                \n@param title The name of the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "title", "getterDocumentation" : "

                                The name of the problem.

                                \n@return The name of the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Title", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Title", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Title", "sensitive" : false, "setterDocumentation" : "

                                The name of the problem.

                                \n@param title The name of the problem.", "setterMethodName" : "setTitle", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "title", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "title", "variableType" : "String", "documentation" : "

                                The name of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInsights", "beanStyleSetterMethodName" : "setInsights", "c2jName" : "Insights", "c2jShape" : "Insights", "defaultConsumerFluentSetterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #insights(String)}.\n@param insights a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #insights(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \n@return A detailed analysis of the problem using machine learning.\n@deprecated Use {@link #insights()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \n@param insights A detailed analysis of the problem using machine learning.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #insights(String)}\n", "documentation" : "

                                A detailed analysis of the problem using machine learning.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Insights property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInsights", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "insights", "fluentSetterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \n@param insights A detailed analysis of the problem using machine learning.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "insights", "getterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \n@return A detailed analysis of the problem using machine learning.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Insights", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Insights", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Insights", "sensitive" : false, "setterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \n@param insights A detailed analysis of the problem using machine learning.", "setterMethodName" : "setInsights", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "insights", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "insights", "variableType" : "String", "documentation" : "

                                A detailed analysis of the problem using machine learning.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "Status", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The status of the problem.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                \n@return The status of the problem.\n@see Status\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the problem.

                                \n@param status The status of the problem.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                The status of the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : "Status", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                The status of the problem.

                                \n@param status The status of the problem.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                The status of the problem.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                \n@return The status of the problem.\n@see Status", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                The status of the problem.

                                \n@param status The status of the problem.\n@see Status", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                The status of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAffectedResource", "beanStyleSetterMethodName" : "setAffectedResource", "c2jName" : "AffectedResource", "c2jShape" : "AffectedResource", "defaultConsumerFluentSetterDocumentation" : "

                                The resource affected by the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #affectedResource(String)}.\n@param affectedResource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #affectedResource(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The resource affected by the problem.

                                \n@return The resource affected by the problem.\n@deprecated Use {@link #affectedResource()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The resource affected by the problem.

                                \n@param affectedResource The resource affected by the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #affectedResource(String)}\n", "documentation" : "

                                The resource affected by the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AffectedResource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAffectedResource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "affectedResource", "fluentSetterDocumentation" : "

                                The resource affected by the problem.

                                \n@param affectedResource The resource affected by the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "affectedResource", "getterDocumentation" : "

                                The resource affected by the problem.

                                \n@return The resource affected by the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AffectedResource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AffectedResource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AffectedResource", "sensitive" : false, "setterDocumentation" : "

                                The resource affected by the problem.

                                \n@param affectedResource The resource affected by the problem.", "setterMethodName" : "setAffectedResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "affectedResource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "affectedResource", "variableType" : "String", "documentation" : "

                                The resource affected by the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \n@return The time when the problem started, in epoch seconds.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \n@param startTime The time when the problem started, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                The time when the problem started, in epoch seconds.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \n@param startTime The time when the problem started, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \n@return The time when the problem started, in epoch seconds.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \n@param startTime The time when the problem started, in epoch seconds.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the problem started, in epoch seconds.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \n@return The time when the problem ended, in epoch seconds.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \n@param endTime The time when the problem ended, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The time when the problem ended, in epoch seconds.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \n@param endTime The time when the problem ended, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \n@return The time when the problem ended, in epoch seconds.", "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" : "EndTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \n@param endTime The time when the problem ended, in epoch seconds.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the problem ended, in epoch seconds.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSeverityLevel", "beanStyleSetterMethodName" : "setSeverityLevel", "c2jName" : "SeverityLevel", "c2jShape" : "SeverityLevel", "defaultConsumerFluentSetterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #severityLevelAsString(String)}.\n@param severityLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #severityLevel(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #severityLevel} will return {@link SeverityLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #severityLevelAsString}.\n

                                \n@return A measure of the level of impact of the problem.\n@see SeverityLevel\n@deprecated Use {@link #severityLevelAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \n@param severityLevel A measure of the level of impact of the problem.\n@see SeverityLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see SeverityLevel\n@deprecated Use {@link #severityLevel(String)}\n", "documentation" : "

                                A measure of the level of impact of the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : "SeverityLevel", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SeverityLevel property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSeverityLevel", "fluentEnumGetterMethodName" : "severityLevel", "fluentEnumSetterMethodName" : "severityLevel", "fluentGetterMethodName" : "severityLevelAsString", "fluentSetterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \n@param severityLevel A measure of the level of impact of the problem.\n@see SeverityLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see SeverityLevel", "fluentSetterMethodName" : "severityLevel", "getterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #severityLevel} will return {@link SeverityLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #severityLevelAsString}.\n

                                \n@return A measure of the level of impact of the problem.\n@see SeverityLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SeverityLevel", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SeverityLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SeverityLevel", "sensitive" : false, "setterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \n@param severityLevel A measure of the level of impact of the problem.\n@see SeverityLevel", "setterMethodName" : "setSeverityLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "severityLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "severityLevel", "variableType" : "String", "documentation" : "

                                A measure of the level of impact of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \n@return The name of the resource group affected by the problem.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \n@param resourceGroupName The name of the resource group affected by the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group affected by the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \n@param resourceGroupName The name of the resource group affected by the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \n@return The name of the resource group affected by the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \n@param resourceGroupName The name of the resource group affected by the problem.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group affected by the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getFeedback", "beanStyleSetterMethodName" : "setFeedback", "c2jName" : "Feedback", "c2jShape" : "Feedback", "defaultConsumerFluentSetterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \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 #feedbackAsStrings(Map)}.\n@param feedback 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 #feedbackWithStrings(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasFeedback()} to see if a value was sent in this field.\n

                                \n@return Feedback provided by the user about the problem.\n@deprecated Use {@link #feedbackAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \n@param feedback Feedback provided by the user about the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #feedbackWithStrings(Map)}\n", "documentation" : "

                                Feedback provided by the user about the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Feedback property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFeedback", "fluentEnumGetterMethodName" : "feedback", "fluentEnumSetterMethodName" : "feedback", "fluentGetterMethodName" : "feedbackAsStrings", "fluentSetterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \n@param feedback Feedback provided by the user about the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "feedbackWithStrings", "getterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasFeedback()} to see if a value was sent in this field.\n

                                \n@return Feedback provided by the user about the problem.", "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" : "Feedback", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Feedback", "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" : "FeedbackKey", "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 #keyAsString(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

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #key} will return {@link FeedbackKey#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #keyAsString}.\n

                                \n@return The value of the Key property for this object.\n@see FeedbackKey\n@deprecated Use {@link #keyAsString()}\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@see FeedbackKey\n@return Returns a reference to this object so that method calls can be chained together.\n@see FeedbackKey\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "FeedbackKey", "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" : "key", "fluentEnumSetterMethodName" : "key", "fluentGetterMethodName" : "keyAsString", "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@see FeedbackKey\n@return Returns a reference to this object so that method calls can be chained together.\n@see FeedbackKey", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #key} will return {@link FeedbackKey#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #keyAsString}.\n

                                \n@return The value of the Key property for this object.\n@see FeedbackKey", "getterModel" : { "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.\n@see FeedbackKey", "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" : "FeedbackValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #valueAsString(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #value} will return {@link FeedbackValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #valueAsString}.\n

                                \n@return The value of the Value property for this object.\n@see FeedbackValue\n@deprecated Use {@link #valueAsString()}\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@see FeedbackValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see FeedbackValue\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "FeedbackValue", "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" : "value", "fluentEnumSetterMethodName" : "value", "fluentGetterMethodName" : "valueAsString", "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@see FeedbackValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see FeedbackValue", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #value} will return {@link FeedbackValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #valueAsString}.\n

                                \n@return The value of the Value property for this object.\n@see FeedbackValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@see FeedbackValue", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Feedback", "sensitive" : false, "setterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \n@param feedback Feedback provided by the user about the problem.", "setterMethodName" : "setFeedback", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "feedback", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "feedback", "variableType" : "java.util.Map", "documentation" : "

                                Feedback provided by the user about the problem.

                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AffectedResource" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAffectedResource", "beanStyleSetterMethodName" : "setAffectedResource", "c2jName" : "AffectedResource", "c2jShape" : "AffectedResource", "defaultConsumerFluentSetterDocumentation" : "

                                The resource affected by the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #affectedResource(String)}.\n@param affectedResource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #affectedResource(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The resource affected by the problem.

                                \n@return The resource affected by the problem.\n@deprecated Use {@link #affectedResource()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The resource affected by the problem.

                                \n@param affectedResource The resource affected by the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #affectedResource(String)}\n", "documentation" : "

                                The resource affected by the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AffectedResource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAffectedResource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "affectedResource", "fluentSetterDocumentation" : "

                                The resource affected by the problem.

                                \n@param affectedResource The resource affected by the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "affectedResource", "getterDocumentation" : "

                                The resource affected by the problem.

                                \n@return The resource affected by the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AffectedResource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AffectedResource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AffectedResource", "sensitive" : false, "setterDocumentation" : "

                                The resource affected by the problem.

                                \n@param affectedResource The resource affected by the problem.", "setterMethodName" : "setAffectedResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "affectedResource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "affectedResource", "variableType" : "String", "documentation" : "

                                The resource affected by the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EndTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \n@return The time when the problem ended, in epoch seconds.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \n@param endTime The time when the problem ended, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The time when the problem ended, in epoch seconds.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \n@param endTime The time when the problem ended, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \n@return The time when the problem ended, in epoch seconds.", "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" : "EndTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \n@param endTime The time when the problem ended, in epoch seconds.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the problem ended, in epoch seconds.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Feedback" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getFeedback", "beanStyleSetterMethodName" : "setFeedback", "c2jName" : "Feedback", "c2jShape" : "Feedback", "defaultConsumerFluentSetterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \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 #feedbackAsStrings(Map)}.\n@param feedback 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 #feedbackWithStrings(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasFeedback()} to see if a value was sent in this field.\n

                                \n@return Feedback provided by the user about the problem.\n@deprecated Use {@link #feedbackAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \n@param feedback Feedback provided by the user about the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #feedbackWithStrings(Map)}\n", "documentation" : "

                                Feedback provided by the user about the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Feedback property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFeedback", "fluentEnumGetterMethodName" : "feedback", "fluentEnumSetterMethodName" : "feedback", "fluentGetterMethodName" : "feedbackAsStrings", "fluentSetterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \n@param feedback Feedback provided by the user about the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "feedbackWithStrings", "getterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasFeedback()} to see if a value was sent in this field.\n

                                \n@return Feedback provided by the user about the problem.", "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" : "Feedback", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Feedback", "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" : "FeedbackKey", "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 #keyAsString(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

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #key} will return {@link FeedbackKey#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #keyAsString}.\n

                                \n@return The value of the Key property for this object.\n@see FeedbackKey\n@deprecated Use {@link #keyAsString()}\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@see FeedbackKey\n@return Returns a reference to this object so that method calls can be chained together.\n@see FeedbackKey\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "FeedbackKey", "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" : "key", "fluentEnumSetterMethodName" : "key", "fluentGetterMethodName" : "keyAsString", "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@see FeedbackKey\n@return Returns a reference to this object so that method calls can be chained together.\n@see FeedbackKey", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #key} will return {@link FeedbackKey#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #keyAsString}.\n

                                \n@return The value of the Key property for this object.\n@see FeedbackKey", "getterModel" : { "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.\n@see FeedbackKey", "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" : "FeedbackValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #valueAsString(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #value} will return {@link FeedbackValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #valueAsString}.\n

                                \n@return The value of the Value property for this object.\n@see FeedbackValue\n@deprecated Use {@link #valueAsString()}\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@see FeedbackValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see FeedbackValue\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "FeedbackValue", "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" : "value", "fluentEnumSetterMethodName" : "value", "fluentGetterMethodName" : "valueAsString", "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@see FeedbackValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see FeedbackValue", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #value} will return {@link FeedbackValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #valueAsString}.\n

                                \n@return The value of the Value property for this object.\n@see FeedbackValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@see FeedbackValue", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Feedback", "sensitive" : false, "setterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \n@param feedback Feedback provided by the user about the problem.", "setterMethodName" : "setFeedback", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "feedback", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "feedback", "variableType" : "java.util.Map", "documentation" : "

                                Feedback provided by the user about the problem.

                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Id" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ProblemId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the problem.

                                \n@return The ID of the problem.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the problem.

                                \n@param id The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID of the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The ID of the problem.

                                \n@param id The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID of the problem.

                                \n@return The ID of the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID of the problem.

                                \n@param id The ID of the problem.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Insights" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInsights", "beanStyleSetterMethodName" : "setInsights", "c2jName" : "Insights", "c2jShape" : "Insights", "defaultConsumerFluentSetterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #insights(String)}.\n@param insights a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #insights(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \n@return A detailed analysis of the problem using machine learning.\n@deprecated Use {@link #insights()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \n@param insights A detailed analysis of the problem using machine learning.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #insights(String)}\n", "documentation" : "

                                A detailed analysis of the problem using machine learning.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Insights property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInsights", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "insights", "fluentSetterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \n@param insights A detailed analysis of the problem using machine learning.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "insights", "getterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \n@return A detailed analysis of the problem using machine learning.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Insights", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Insights", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Insights", "sensitive" : false, "setterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \n@param insights A detailed analysis of the problem using machine learning.", "setterMethodName" : "setInsights", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "insights", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "insights", "variableType" : "String", "documentation" : "

                                A detailed analysis of the problem using machine learning.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \n@return The name of the resource group affected by the problem.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \n@param resourceGroupName The name of the resource group affected by the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group affected by the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \n@param resourceGroupName The name of the resource group affected by the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \n@return The name of the resource group affected by the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \n@param resourceGroupName The name of the resource group affected by the problem.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group affected by the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SeverityLevel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSeverityLevel", "beanStyleSetterMethodName" : "setSeverityLevel", "c2jName" : "SeverityLevel", "c2jShape" : "SeverityLevel", "defaultConsumerFluentSetterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #severityLevelAsString(String)}.\n@param severityLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #severityLevel(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #severityLevel} will return {@link SeverityLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #severityLevelAsString}.\n

                                \n@return A measure of the level of impact of the problem.\n@see SeverityLevel\n@deprecated Use {@link #severityLevelAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \n@param severityLevel A measure of the level of impact of the problem.\n@see SeverityLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see SeverityLevel\n@deprecated Use {@link #severityLevel(String)}\n", "documentation" : "

                                A measure of the level of impact of the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : "SeverityLevel", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SeverityLevel property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSeverityLevel", "fluentEnumGetterMethodName" : "severityLevel", "fluentEnumSetterMethodName" : "severityLevel", "fluentGetterMethodName" : "severityLevelAsString", "fluentSetterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \n@param severityLevel A measure of the level of impact of the problem.\n@see SeverityLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see SeverityLevel", "fluentSetterMethodName" : "severityLevel", "getterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #severityLevel} will return {@link SeverityLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #severityLevelAsString}.\n

                                \n@return A measure of the level of impact of the problem.\n@see SeverityLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SeverityLevel", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SeverityLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SeverityLevel", "sensitive" : false, "setterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \n@param severityLevel A measure of the level of impact of the problem.\n@see SeverityLevel", "setterMethodName" : "setSeverityLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "severityLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "severityLevel", "variableType" : "String", "documentation" : "

                                A measure of the level of impact of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \n@return The time when the problem started, in epoch seconds.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \n@param startTime The time when the problem started, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                The time when the problem started, in epoch seconds.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \n@param startTime The time when the problem started, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \n@return The time when the problem started, in epoch seconds.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \n@param startTime The time when the problem started, in epoch seconds.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the problem started, in epoch seconds.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "Status", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The status of the problem.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                \n@return The status of the problem.\n@see Status\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the problem.

                                \n@param status The status of the problem.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                The status of the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : "Status", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                The status of the problem.

                                \n@param status The status of the problem.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                The status of the problem.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                \n@return The status of the problem.\n@see Status", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                The status of the problem.

                                \n@param status The status of the problem.\n@see Status", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                The status of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Title" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTitle", "beanStyleSetterMethodName" : "setTitle", "c2jName" : "Title", "c2jShape" : "Title", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #title(String)}.\n@param title a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #title(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the problem.

                                \n@return The name of the problem.\n@deprecated Use {@link #title()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the problem.

                                \n@param title The name of the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #title(String)}\n", "documentation" : "

                                The name of the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Title property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTitle", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "title", "fluentSetterDocumentation" : "

                                The name of the problem.

                                \n@param title The name of the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "title", "getterDocumentation" : "

                                The name of the problem.

                                \n@return The name of the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Title", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Title", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Title", "sensitive" : false, "setterDocumentation" : "

                                The name of the problem.

                                \n@param title The name of the problem.", "setterMethodName" : "setTitle", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "title", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "title", "variableType" : "String", "documentation" : "

                                The name of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ProblemId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID of the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID of the problem.

                                \n@return The ID of the problem.\n@deprecated Use {@link #id()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID of the problem.

                                \n@param id The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #id(String)}\n", "documentation" : "

                                The ID of the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Id property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The ID of the problem.

                                \n@param id The ID of the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                The ID of the problem.

                                \n@return The ID of the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

                                The ID of the problem.

                                \n@param id The ID of the problem.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The ID of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTitle", "beanStyleSetterMethodName" : "setTitle", "c2jName" : "Title", "c2jShape" : "Title", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #title(String)}.\n@param title a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #title(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the problem.

                                \n@return The name of the problem.\n@deprecated Use {@link #title()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the problem.

                                \n@param title The name of the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #title(String)}\n", "documentation" : "

                                The name of the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Title property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTitle", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "title", "fluentSetterDocumentation" : "

                                The name of the problem.

                                \n@param title The name of the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "title", "getterDocumentation" : "

                                The name of the problem.

                                \n@return The name of the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Title", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Title", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Title", "sensitive" : false, "setterDocumentation" : "

                                The name of the problem.

                                \n@param title The name of the problem.", "setterMethodName" : "setTitle", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "title", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "title", "variableType" : "String", "documentation" : "

                                The name of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInsights", "beanStyleSetterMethodName" : "setInsights", "c2jName" : "Insights", "c2jShape" : "Insights", "defaultConsumerFluentSetterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #insights(String)}.\n@param insights a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #insights(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \n@return A detailed analysis of the problem using machine learning.\n@deprecated Use {@link #insights()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \n@param insights A detailed analysis of the problem using machine learning.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #insights(String)}\n", "documentation" : "

                                A detailed analysis of the problem using machine learning.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Insights property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInsights", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "insights", "fluentSetterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \n@param insights A detailed analysis of the problem using machine learning.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "insights", "getterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \n@return A detailed analysis of the problem using machine learning.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Insights", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Insights", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Insights", "sensitive" : false, "setterDocumentation" : "

                                A detailed analysis of the problem using machine learning.

                                \n@param insights A detailed analysis of the problem using machine learning.", "setterMethodName" : "setInsights", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "insights", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "insights", "variableType" : "String", "documentation" : "

                                A detailed analysis of the problem using machine learning.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "Status", "defaultConsumerFluentSetterDocumentation" : "

                                The status of the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The status of the problem.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                \n@return The status of the problem.\n@see Status\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of the problem.

                                \n@param status The status of the problem.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                The status of the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : "Status", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                The status of the problem.

                                \n@param status The status of the problem.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                The status of the problem.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                \n@return The status of the problem.\n@see Status", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                The status of the problem.

                                \n@param status The status of the problem.\n@see Status", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                The status of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAffectedResource", "beanStyleSetterMethodName" : "setAffectedResource", "c2jName" : "AffectedResource", "c2jShape" : "AffectedResource", "defaultConsumerFluentSetterDocumentation" : "

                                The resource affected by the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #affectedResource(String)}.\n@param affectedResource a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #affectedResource(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The resource affected by the problem.

                                \n@return The resource affected by the problem.\n@deprecated Use {@link #affectedResource()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The resource affected by the problem.

                                \n@param affectedResource The resource affected by the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #affectedResource(String)}\n", "documentation" : "

                                The resource affected by the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AffectedResource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAffectedResource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "affectedResource", "fluentSetterDocumentation" : "

                                The resource affected by the problem.

                                \n@param affectedResource The resource affected by the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "affectedResource", "getterDocumentation" : "

                                The resource affected by the problem.

                                \n@return The resource affected by the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AffectedResource", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AffectedResource", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AffectedResource", "sensitive" : false, "setterDocumentation" : "

                                The resource affected by the problem.

                                \n@param affectedResource The resource affected by the problem.", "setterMethodName" : "setAffectedResource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "affectedResource", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "affectedResource", "variableType" : "String", "documentation" : "

                                The resource affected by the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \n@return The time when the problem started, in epoch seconds.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \n@param startTime The time when the problem started, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                The time when the problem started, in epoch seconds.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \n@param startTime The time when the problem started, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \n@return The time when the problem started, in epoch seconds.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the problem started, in epoch seconds.

                                \n@param startTime The time when the problem started, in epoch seconds.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the problem started, in epoch seconds.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "EndTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \n@return The time when the problem ended, in epoch seconds.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \n@param endTime The time when the problem ended, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

                                The time when the problem ended, in epoch seconds.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \n@param endTime The time when the problem ended, in epoch seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \n@return The time when the problem ended, in epoch seconds.", "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" : "EndTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The time when the problem ended, in epoch seconds.

                                \n@param endTime The time when the problem ended, in epoch seconds.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

                                The time when the problem ended, in epoch seconds.

                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSeverityLevel", "beanStyleSetterMethodName" : "setSeverityLevel", "c2jName" : "SeverityLevel", "c2jShape" : "SeverityLevel", "defaultConsumerFluentSetterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #severityLevelAsString(String)}.\n@param severityLevel a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #severityLevel(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #severityLevel} will return {@link SeverityLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #severityLevelAsString}.\n

                                \n@return A measure of the level of impact of the problem.\n@see SeverityLevel\n@deprecated Use {@link #severityLevelAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \n@param severityLevel A measure of the level of impact of the problem.\n@see SeverityLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see SeverityLevel\n@deprecated Use {@link #severityLevel(String)}\n", "documentation" : "

                                A measure of the level of impact of the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : "SeverityLevel", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SeverityLevel property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSeverityLevel", "fluentEnumGetterMethodName" : "severityLevel", "fluentEnumSetterMethodName" : "severityLevel", "fluentGetterMethodName" : "severityLevelAsString", "fluentSetterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \n@param severityLevel A measure of the level of impact of the problem.\n@see SeverityLevel\n@return Returns a reference to this object so that method calls can be chained together.\n@see SeverityLevel", "fluentSetterMethodName" : "severityLevel", "getterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #severityLevel} will return {@link SeverityLevel#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #severityLevelAsString}.\n

                                \n@return A measure of the level of impact of the problem.\n@see SeverityLevel", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SeverityLevel", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "SeverityLevel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SeverityLevel", "sensitive" : false, "setterDocumentation" : "

                                A measure of the level of impact of the problem.

                                \n@param severityLevel A measure of the level of impact of the problem.\n@see SeverityLevel", "setterMethodName" : "setSeverityLevel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "severityLevel", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "severityLevel", "variableType" : "String", "documentation" : "

                                A measure of the level of impact of the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \n@return The name of the resource group affected by the problem.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \n@param resourceGroupName The name of the resource group affected by the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group affected by the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \n@param resourceGroupName The name of the resource group affected by the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \n@return The name of the resource group affected by the problem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group affected by the problem.

                                \n@param resourceGroupName The name of the resource group affected by the problem.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group affected by the problem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getFeedback", "beanStyleSetterMethodName" : "setFeedback", "c2jName" : "Feedback", "c2jShape" : "Feedback", "defaultConsumerFluentSetterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \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 #feedbackAsStrings(Map)}.\n@param feedback 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 #feedbackWithStrings(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasFeedback()} to see if a value was sent in this field.\n

                                \n@return Feedback provided by the user about the problem.\n@deprecated Use {@link #feedbackAsStrings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \n@param feedback Feedback provided by the user about the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #feedbackWithStrings(Map)}\n", "documentation" : "

                                Feedback provided by the user about the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Feedback property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFeedback", "fluentEnumGetterMethodName" : "feedback", "fluentEnumSetterMethodName" : "feedback", "fluentGetterMethodName" : "feedbackAsStrings", "fluentSetterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \n@param feedback Feedback provided by the user about the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "feedbackWithStrings", "getterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasFeedback()} to see if a value was sent in this field.\n

                                \n@return Feedback provided by the user about the problem.", "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" : "Feedback", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Feedback", "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" : "FeedbackKey", "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 #keyAsString(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

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #key} will return {@link FeedbackKey#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #keyAsString}.\n

                                \n@return The value of the Key property for this object.\n@see FeedbackKey\n@deprecated Use {@link #keyAsString()}\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@see FeedbackKey\n@return Returns a reference to this object so that method calls can be chained together.\n@see FeedbackKey\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "FeedbackKey", "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" : "key", "fluentEnumSetterMethodName" : "key", "fluentGetterMethodName" : "keyAsString", "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@see FeedbackKey\n@return Returns a reference to this object so that method calls can be chained together.\n@see FeedbackKey", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #key} will return {@link FeedbackKey#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #keyAsString}.\n

                                \n@return The value of the Key property for this object.\n@see FeedbackKey", "getterModel" : { "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.\n@see FeedbackKey", "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" : "FeedbackValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #valueAsString(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #value} will return {@link FeedbackValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #valueAsString}.\n

                                \n@return The value of the Value property for this object.\n@see FeedbackValue\n@deprecated Use {@link #valueAsString()}\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@see FeedbackValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see FeedbackValue\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "FeedbackValue", "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" : "value", "fluentEnumSetterMethodName" : "value", "fluentGetterMethodName" : "valueAsString", "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@see FeedbackValue\n@return Returns a reference to this object so that method calls can be chained together.\n@see FeedbackValue", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #value} will return {@link FeedbackValue#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #valueAsString}.\n

                                \n@return The value of the Value property for this object.\n@see FeedbackValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@see FeedbackValue", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Feedback", "sensitive" : false, "setterDocumentation" : "

                                Feedback provided by the user about the problem.

                                \n@param feedback Feedback provided by the user about the problem.", "setterMethodName" : "setFeedback", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "feedback", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "feedback", "variableType" : "java.util.Map", "documentation" : "

                                Feedback provided by the user about the problem.

                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Problem", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Problem", "variableName" : "problem", "variableType" : "Problem", "documentation" : null, "simpleType" : "Problem", "variableSetterType" : "Problem" }, "wrapper" : false, "xmlNamespace" : null }, "RelatedObservations" : { "c2jName" : "RelatedObservations", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Describes observations related to the problem.

                                ", "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" : "getObservationList", "beanStyleSetterMethodName" : "setObservationList", "c2jName" : "ObservationList", "c2jShape" : "ObservationList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of observations related to the problem.

                                \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 #observationList(List)}.\n@param observationList 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 #observationList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of observations related to the problem.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasObservationList()} to see if a value was sent in this field.\n

                                \n@return The list of observations related to the problem.\n@deprecated Use {@link #observationList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of observations related to the problem.

                                \n@param observationList The list of observations related to the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #observationList(List)}\n", "documentation" : "

                                The list of observations related to the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ObservationList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasObservationList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "observationList", "fluentSetterDocumentation" : "

                                The list of observations related to the problem.

                                \n@param observationList The list of observations related to the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "observationList", "getterDocumentation" : "

                                The list of observations related to the problem.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasObservationList()} to see if a value was sent in this field.\n

                                \n@return The list of observations related to the problem.", "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" : "ObservationList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ObservationList", "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" : "Observation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Observation.Builder} avoiding the need to create one manually via {@link Observation#builder()}.\n\nWhen the {@link Consumer} completes, {@link Observation.Builder#build()} is called immediately and its result is passed to {@link #member(Observation)}.\n@param member a consumer that will call methods on {@link Observation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Observation)", "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(Observation)}\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" : "Observation", "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" : "Observation", "variableName" : "member", "variableType" : "Observation", "documentation" : null, "simpleType" : "Observation", "variableSetterType" : "Observation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Observation", "variableName" : "member", "variableType" : "Observation", "documentation" : "", "simpleType" : "Observation", "variableSetterType" : "Observation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Observation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Observation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ObservationList", "sensitive" : false, "setterDocumentation" : "

                                The list of observations related to the problem.

                                \n@param observationList The list of observations related to the problem.", "setterMethodName" : "setObservationList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "observationList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "observationList", "variableType" : "java.util.List", "documentation" : "

                                The list of observations related to the problem.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ObservationList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getObservationList", "beanStyleSetterMethodName" : "setObservationList", "c2jName" : "ObservationList", "c2jShape" : "ObservationList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of observations related to the problem.

                                \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 #observationList(List)}.\n@param observationList 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 #observationList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of observations related to the problem.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasObservationList()} to see if a value was sent in this field.\n

                                \n@return The list of observations related to the problem.\n@deprecated Use {@link #observationList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of observations related to the problem.

                                \n@param observationList The list of observations related to the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #observationList(List)}\n", "documentation" : "

                                The list of observations related to the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ObservationList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasObservationList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "observationList", "fluentSetterDocumentation" : "

                                The list of observations related to the problem.

                                \n@param observationList The list of observations related to the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "observationList", "getterDocumentation" : "

                                The list of observations related to the problem.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasObservationList()} to see if a value was sent in this field.\n

                                \n@return The list of observations related to the problem.", "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" : "ObservationList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ObservationList", "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" : "Observation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Observation.Builder} avoiding the need to create one manually via {@link Observation#builder()}.\n\nWhen the {@link Consumer} completes, {@link Observation.Builder#build()} is called immediately and its result is passed to {@link #member(Observation)}.\n@param member a consumer that will call methods on {@link Observation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Observation)", "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(Observation)}\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" : "Observation", "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" : "Observation", "variableName" : "member", "variableType" : "Observation", "documentation" : null, "simpleType" : "Observation", "variableSetterType" : "Observation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Observation", "variableName" : "member", "variableType" : "Observation", "documentation" : "", "simpleType" : "Observation", "variableSetterType" : "Observation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Observation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Observation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ObservationList", "sensitive" : false, "setterDocumentation" : "

                                The list of observations related to the problem.

                                \n@param observationList The list of observations related to the problem.", "setterMethodName" : "setObservationList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "observationList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "observationList", "variableType" : "java.util.List", "documentation" : "

                                The list of observations related to the problem.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getObservationList", "beanStyleSetterMethodName" : "setObservationList", "c2jName" : "ObservationList", "c2jShape" : "ObservationList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of observations related to the problem.

                                \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 #observationList(List)}.\n@param observationList 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 #observationList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of observations related to the problem.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasObservationList()} to see if a value was sent in this field.\n

                                \n@return The list of observations related to the problem.\n@deprecated Use {@link #observationList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of observations related to the problem.

                                \n@param observationList The list of observations related to the problem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #observationList(List)}\n", "documentation" : "

                                The list of observations related to the problem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ObservationList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasObservationList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "observationList", "fluentSetterDocumentation" : "

                                The list of observations related to the problem.

                                \n@param observationList The list of observations related to the problem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "observationList", "getterDocumentation" : "

                                The list of observations related to the problem.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasObservationList()} to see if a value was sent in this field.\n

                                \n@return The list of observations related to the problem.", "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" : "ObservationList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ObservationList", "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" : "Observation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Observation.Builder} avoiding the need to create one manually via {@link Observation#builder()}.\n\nWhen the {@link Consumer} completes, {@link Observation.Builder#build()} is called immediately and its result is passed to {@link #member(Observation)}.\n@param member a consumer that will call methods on {@link Observation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Observation)", "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(Observation)}\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" : "Observation", "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" : "Observation", "variableName" : "member", "variableType" : "Observation", "documentation" : null, "simpleType" : "Observation", "variableSetterType" : "Observation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Observation", "variableName" : "member", "variableType" : "Observation", "documentation" : "", "simpleType" : "Observation", "variableSetterType" : "Observation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Observation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Observation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ObservationList", "sensitive" : false, "setterDocumentation" : "

                                The list of observations related to the problem.

                                \n@param observationList The list of observations related to the problem.", "setterMethodName" : "setObservationList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "observationList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "observationList", "variableType" : "java.util.List", "documentation" : "

                                The list of observations related to the problem.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RelatedObservations", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RelatedObservations", "variableName" : "relatedObservations", "variableType" : "RelatedObservations", "documentation" : null, "simpleType" : "RelatedObservations", "variableSetterType" : "RelatedObservations" }, "wrapper" : false, "xmlNamespace" : null }, "ResourceInUseException" : { "c2jName" : "ResourceInUseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The resource is already created or in use.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceInUseException", "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" : "ResourceInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceInUseException", "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "documentation" : null, "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "wrapper" : false, "xmlNamespace" : null }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The resource does not exist in the customer account.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceNotFoundException", "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" : "ResourceNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "SeverityLevel" : { "c2jName" : "SeverityLevel", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "LOW", "value" : "Low" }, { "name" : "MEDIUM", "value" : "Medium" }, { "name" : "HIGH", "value" : "High" } ], "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" : "SeverityLevel", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SeverityLevel", "variableName" : "severityLevel", "variableType" : "SeverityLevel", "documentation" : null, "simpleType" : "SeverityLevel", "variableSetterType" : "SeverityLevel" }, "wrapper" : false, "xmlNamespace" : null }, "Status" : { "c2jName" : "Status", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "IGNORE", "value" : "IGNORE" }, { "name" : "RESOLVED", "value" : "RESOLVED" }, { "name" : "PENDING", "value" : "PENDING" } ], "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" : "Status", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Status", "variableName" : "status", "variableType" : "Status", "documentation" : null, "simpleType" : "Status", "variableSetterType" : "Status" }, "wrapper" : false, "xmlNamespace" : null }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                An object that defines the tags associated with an application. A tag is a label that you optionally define and associate with an application. Tags can help you categorize and manage resources in different ways, such as by purpose, owner, environment, or other criteria.

                                Each tag consists of a required tag key and an associated tag value, both of which you define. A tag key is a general label that acts as a category for a more specific tag value. A tag value acts as a descriptor within a tag key. A tag key can contain as many as 128 characters. A tag value can contain as many as 256 characters. The characters can be Unicode letters, digits, white space, or one of the following symbols: _ . : / = + -. The following additional restrictions apply to tags:

                                • Tag keys and values are case sensitive.

                                • For each associated resource, each tag key must be unique and it can have only one value.

                                • The aws: prefix is reserved for use by AWS; you can’t use it in any tag keys or values that you define. In addition, you can't edit or remove tag keys or values that use this prefix.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \n@return One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \n@param key One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                ", "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" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \n@param key One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \n@return One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.", "getterModel" : { "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" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \n@param key One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.", "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" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \n@return The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \n@param value The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                ", "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" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \n@param value The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \n@return The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \n@param value The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \n@return One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \n@param key One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                ", "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" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \n@param key One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \n@return One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.", "getterModel" : { "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" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \n@param key One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.", "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" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \n@return The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \n@param value The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                ", "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" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \n@param value The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \n@return The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \n@param value The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \n@return One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \n@param key One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                ", "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" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \n@param key One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \n@return One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.", "getterModel" : { "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" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                \n@param key One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.", "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" : "

                                One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \n@return The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \n@param value The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                ", "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" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \n@param value The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \n@return The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                \n@param value The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Key", "Value" ], "shapeName" : "Tag", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceRequest" : { "c2jName" : "TagResourceRequest", "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" : "TagResource", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.TagResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.\n@deprecated Use {@link #resourceARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceARN(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceARN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceARN", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARN" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.\n@deprecated Use {@link #resourceARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceARN(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceARN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceARN", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.\n@deprecated Use {@link #resourceARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceARN(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceARN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceARN", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                \n@param tags A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                A list of tags that to add to the application. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceARN", "Tags" ], "shapeName" : "TagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : null, "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceResponse" : { "c2jName" : "TagResourceResponse", "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" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TagResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagResourceResponse", "variableName" : "tagResourceResponse", "variableType" : "TagResourceResponse", "documentation" : null, "simpleType" : "TagResourceResponse", "variableSetterType" : "TagResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "TagsAlreadyExistException" : { "c2jName" : "TagsAlreadyExistException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Tags are already registered for the specified application ARN.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TagsAlreadyExistException", "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" : "TagsAlreadyExistException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagsAlreadyExistException", "variableName" : "tagsAlreadyExistException", "variableType" : "TagsAlreadyExistException", "documentation" : null, "simpleType" : "TagsAlreadyExistException", "variableSetterType" : "TagsAlreadyExistException" }, "wrapper" : false, "xmlNamespace" : null }, "Tier" : { "c2jName" : "Tier", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "DEFAULT", "value" : "DEFAULT" }, { "name" : "DOT_NET_CORE", "value" : "DOT_NET_CORE" }, { "name" : "DOT_NET_WORKER", "value" : "DOT_NET_WORKER" }, { "name" : "DOT_NET_WEB", "value" : "DOT_NET_WEB" }, { "name" : "SQL_SERVER", "value" : "SQL_SERVER" } ], "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" : "Tier", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tier", "variableName" : "tier", "variableType" : "Tier", "documentation" : null, "simpleType" : "Tier", "variableSetterType" : "Tier" }, "wrapper" : false, "xmlNamespace" : null }, "TooManyTagsException" : { "c2jName" : "TooManyTagsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The number of the provided tags is beyond the limit, or the number of total tags you are trying to attach to the specified resource exceeds the limit.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyTagsException", "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" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "ResourceName", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource with too many tags.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource with too many tags.

                                \n@return The name of the resource with too many tags.\n@deprecated Use {@link #resourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource with too many tags.

                                \n@param resourceName The name of the resource with too many tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceName(String)}\n", "documentation" : "

                                The name of the resource with too many tags.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                The name of the resource with too many tags.

                                \n@param resourceName The name of the resource with too many tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                The name of the resource with too many tags.

                                \n@return The name of the resource with too many tags.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource with too many tags.

                                \n@param resourceName The name of the resource with too many tags.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "

                                The name of the resource with too many tags.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "ResourceName", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource with too many tags.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource with too many tags.

                                \n@return The name of the resource with too many tags.\n@deprecated Use {@link #resourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource with too many tags.

                                \n@param resourceName The name of the resource with too many tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceName(String)}\n", "documentation" : "

                                The name of the resource with too many tags.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                The name of the resource with too many tags.

                                \n@param resourceName The name of the resource with too many tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                The name of the resource with too many tags.

                                \n@return The name of the resource with too many tags.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource with too many tags.

                                \n@param resourceName The name of the resource with too many tags.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "

                                The name of the resource with too many tags.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceName", "beanStyleSetterMethodName" : "setResourceName", "c2jName" : "ResourceName", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource with too many tags.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceName(String)}.\n@param resourceName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource with too many tags.

                                \n@return The name of the resource with too many tags.\n@deprecated Use {@link #resourceName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource with too many tags.

                                \n@param resourceName The name of the resource with too many tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceName(String)}\n", "documentation" : "

                                The name of the resource with too many tags.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceName", "fluentSetterDocumentation" : "

                                The name of the resource with too many tags.

                                \n@param resourceName The name of the resource with too many tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceName", "getterDocumentation" : "

                                The name of the resource with too many tags.

                                \n@return The name of the resource with too many tags.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource with too many tags.

                                \n@param resourceName The name of the resource with too many tags.", "setterMethodName" : "setResourceName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceName", "variableType" : "String", "documentation" : "

                                The name of the resource with too many tags.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyTagsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyTagsException", "variableName" : "tooManyTagsException", "variableType" : "TooManyTagsException", "documentation" : null, "simpleType" : "TooManyTagsException", "variableSetterType" : "TooManyTagsException" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceRequest" : { "c2jName" : "UntagResourceRequest", "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" : "UntagResource", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.UntagResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.\n@deprecated Use {@link #resourceARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceARN(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceARN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceARN", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \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 #tagKeys(List)}.\n@param tagKeys 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 #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                \n@return The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \n@param tagKeys The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \n@param tagKeys The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                \n@return The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.", "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" : "TagKeys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "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" : "TagKey", "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" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \n@param tagKeys The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceARN" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.\n@deprecated Use {@link #resourceARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceARN(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceARN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceARN", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TagKeys" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \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 #tagKeys(List)}.\n@param tagKeys 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 #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                \n@return The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \n@param tagKeys The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \n@param tagKeys The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                \n@return The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.", "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" : "TagKeys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "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" : "TagKey", "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" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \n@param tagKeys The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceARN", "beanStyleSetterMethodName" : "setResourceARN", "c2jName" : "ResourceARN", "c2jShape" : "AmazonResourceName", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceARN(String)}.\n@param resourceARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceARN(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.\n@deprecated Use {@link #resourceARN()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceARN(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceARN", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceARN", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceARN", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \n@return The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceARN", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceARN", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceARN", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                \n@param resourceARN The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.", "setterMethodName" : "setResourceARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceARN", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \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 #tagKeys(List)}.\n@param tagKeys 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 #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                \n@return The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \n@param tagKeys The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTagKeys", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tagKeys", "fluentSetterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \n@param tagKeys The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

                                \n@return The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.", "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" : "TagKeys", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TagKeys", "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" : "TagKey", "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" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                \n@param tagKeys The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

                                The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

                                To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceARN", "TagKeys" ], "shapeName" : "UntagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : null, "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceResponse" : { "c2jName" : "UntagResourceResponse", "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" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UntagResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UntagResourceResponse", "variableName" : "untagResourceResponse", "variableType" : "UntagResourceResponse", "documentation" : null, "simpleType" : "UntagResourceResponse", "variableSetterType" : "UntagResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateApplicationRequest" : { "c2jName" : "UpdateApplicationRequest", "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" : "UpdateApplication", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.UpdateApplication", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsCenterEnabled", "beanStyleSetterMethodName" : "setOpsCenterEnabled", "c2jName" : "OpsCenterEnabled", "c2jShape" : "OpsCenterEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \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 #opsCenterEnabled(Boolean)}.\n@param opsCenterEnabled 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 #opsCenterEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@return When set to true, creates opsItems for any problems detected on an application.\n@deprecated Use {@link #opsCenterEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsCenterEnabled(Boolean)}\n", "documentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OpsCenterEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOpsCenterEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "opsCenterEnabled", "fluentSetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsCenterEnabled", "getterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@return When set to true, creates opsItems for any problems detected on an application.", "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" : "OpsCenterEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsCenterEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "OpsCenterEnabled", "sensitive" : false, "setterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.", "setterMethodName" : "setOpsCenterEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCweMonitorEnabled", "beanStyleSetterMethodName" : "setCweMonitorEnabled", "c2jName" : "CWEMonitorEnabled", "c2jShape" : "CWEMonitorEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \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 #cweMonitorEnabled(Boolean)}.\n@param cweMonitorEnabled 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 #cweMonitorEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@deprecated Use {@link #cweMonitorEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cweMonitorEnabled(Boolean)}\n", "documentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CWEMonitorEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCweMonitorEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cweMonitorEnabled", "fluentSetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cweMonitorEnabled", "getterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "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" : "CWEMonitorEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CWEMonitorEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CWEMonitorEnabled", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "setterMethodName" : "setCweMonitorEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsItemSNSTopicArn", "beanStyleSetterMethodName" : "setOpsItemSNSTopicArn", "c2jName" : "OpsItemSNSTopicArn", "c2jShape" : "OpsItemSNSTopicArn", "defaultConsumerFluentSetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #opsItemSNSTopicArn(String)}.\n@param opsItemSNSTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #opsItemSNSTopicArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@return The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@deprecated Use {@link #opsItemSNSTopicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsItemSNSTopicArn(String)}\n", "documentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OpsItemSNSTopicArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOpsItemSNSTopicArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "opsItemSNSTopicArn", "fluentSetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsItemSNSTopicArn", "getterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@return The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OpsItemSNSTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsItemSNSTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OpsItemSNSTopicArn", "sensitive" : false, "setterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.", "setterMethodName" : "setOpsItemSNSTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRemoveSNSTopic", "beanStyleSetterMethodName" : "setRemoveSNSTopic", "c2jName" : "RemoveSNSTopic", "c2jShape" : "RemoveSNSTopic", "defaultConsumerFluentSetterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \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 #removeSNSTopic(Boolean)}.\n@param removeSNSTopic 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 #removeSNSTopic(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \n@return Disassociates the SNS topic from the opsItem created for detected problems.\n@deprecated Use {@link #removeSNSTopic()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \n@param removeSNSTopic Disassociates the SNS topic from the opsItem created for detected problems.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #removeSNSTopic(Boolean)}\n", "documentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RemoveSNSTopic property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRemoveSNSTopic", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "removeSNSTopic", "fluentSetterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \n@param removeSNSTopic Disassociates the SNS topic from the opsItem created for detected problems.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "removeSNSTopic", "getterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \n@return Disassociates the SNS topic from the opsItem created for detected problems.", "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" : "RemoveSNSTopic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RemoveSNSTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RemoveSNSTopic", "sensitive" : false, "setterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \n@param removeSNSTopic Disassociates the SNS topic from the opsItem created for detected problems.", "setterMethodName" : "setRemoveSNSTopic", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "removeSNSTopic", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "removeSNSTopic", "variableType" : "Boolean", "documentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CWEMonitorEnabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCweMonitorEnabled", "beanStyleSetterMethodName" : "setCweMonitorEnabled", "c2jName" : "CWEMonitorEnabled", "c2jShape" : "CWEMonitorEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \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 #cweMonitorEnabled(Boolean)}.\n@param cweMonitorEnabled 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 #cweMonitorEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@deprecated Use {@link #cweMonitorEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cweMonitorEnabled(Boolean)}\n", "documentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CWEMonitorEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCweMonitorEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cweMonitorEnabled", "fluentSetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cweMonitorEnabled", "getterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "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" : "CWEMonitorEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CWEMonitorEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CWEMonitorEnabled", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "setterMethodName" : "setCweMonitorEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OpsCenterEnabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsCenterEnabled", "beanStyleSetterMethodName" : "setOpsCenterEnabled", "c2jName" : "OpsCenterEnabled", "c2jShape" : "OpsCenterEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \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 #opsCenterEnabled(Boolean)}.\n@param opsCenterEnabled 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 #opsCenterEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@return When set to true, creates opsItems for any problems detected on an application.\n@deprecated Use {@link #opsCenterEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsCenterEnabled(Boolean)}\n", "documentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OpsCenterEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOpsCenterEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "opsCenterEnabled", "fluentSetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsCenterEnabled", "getterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@return When set to true, creates opsItems for any problems detected on an application.", "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" : "OpsCenterEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsCenterEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "OpsCenterEnabled", "sensitive" : false, "setterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.", "setterMethodName" : "setOpsCenterEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OpsItemSNSTopicArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsItemSNSTopicArn", "beanStyleSetterMethodName" : "setOpsItemSNSTopicArn", "c2jName" : "OpsItemSNSTopicArn", "c2jShape" : "OpsItemSNSTopicArn", "defaultConsumerFluentSetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #opsItemSNSTopicArn(String)}.\n@param opsItemSNSTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #opsItemSNSTopicArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@return The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@deprecated Use {@link #opsItemSNSTopicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsItemSNSTopicArn(String)}\n", "documentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OpsItemSNSTopicArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOpsItemSNSTopicArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "opsItemSNSTopicArn", "fluentSetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsItemSNSTopicArn", "getterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@return The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OpsItemSNSTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsItemSNSTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OpsItemSNSTopicArn", "sensitive" : false, "setterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.", "setterMethodName" : "setOpsItemSNSTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RemoveSNSTopic" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRemoveSNSTopic", "beanStyleSetterMethodName" : "setRemoveSNSTopic", "c2jName" : "RemoveSNSTopic", "c2jShape" : "RemoveSNSTopic", "defaultConsumerFluentSetterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \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 #removeSNSTopic(Boolean)}.\n@param removeSNSTopic 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 #removeSNSTopic(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \n@return Disassociates the SNS topic from the opsItem created for detected problems.\n@deprecated Use {@link #removeSNSTopic()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \n@param removeSNSTopic Disassociates the SNS topic from the opsItem created for detected problems.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #removeSNSTopic(Boolean)}\n", "documentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RemoveSNSTopic property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRemoveSNSTopic", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "removeSNSTopic", "fluentSetterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \n@param removeSNSTopic Disassociates the SNS topic from the opsItem created for detected problems.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "removeSNSTopic", "getterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \n@return Disassociates the SNS topic from the opsItem created for detected problems.", "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" : "RemoveSNSTopic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RemoveSNSTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RemoveSNSTopic", "sensitive" : false, "setterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \n@param removeSNSTopic Disassociates the SNS topic from the opsItem created for detected problems.", "setterMethodName" : "setRemoveSNSTopic", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "removeSNSTopic", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "removeSNSTopic", "variableType" : "Boolean", "documentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsCenterEnabled", "beanStyleSetterMethodName" : "setOpsCenterEnabled", "c2jName" : "OpsCenterEnabled", "c2jShape" : "OpsCenterEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \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 #opsCenterEnabled(Boolean)}.\n@param opsCenterEnabled 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 #opsCenterEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@return When set to true, creates opsItems for any problems detected on an application.\n@deprecated Use {@link #opsCenterEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsCenterEnabled(Boolean)}\n", "documentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OpsCenterEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOpsCenterEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "opsCenterEnabled", "fluentSetterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsCenterEnabled", "getterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@return When set to true, creates opsItems for any problems detected on an application.", "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" : "OpsCenterEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsCenterEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "OpsCenterEnabled", "sensitive" : false, "setterDocumentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                \n@param opsCenterEnabled When set to true, creates opsItems for any problems detected on an application.", "setterMethodName" : "setOpsCenterEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "opsCenterEnabled", "variableType" : "Boolean", "documentation" : "

                                When set to true, creates opsItems for any problems detected on an application.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCweMonitorEnabled", "beanStyleSetterMethodName" : "setCweMonitorEnabled", "c2jName" : "CWEMonitorEnabled", "c2jShape" : "CWEMonitorEnabled", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \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 #cweMonitorEnabled(Boolean)}.\n@param cweMonitorEnabled 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 #cweMonitorEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@deprecated Use {@link #cweMonitorEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cweMonitorEnabled(Boolean)}\n", "documentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CWEMonitorEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCweMonitorEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cweMonitorEnabled", "fluentSetterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cweMonitorEnabled", "getterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@return Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "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" : "CWEMonitorEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CWEMonitorEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "CWEMonitorEnabled", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                \n@param cweMonitorEnabled Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.", "setterMethodName" : "setCweMonitorEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "cweMonitorEnabled", "variableType" : "Boolean", "documentation" : "

                                Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOpsItemSNSTopicArn", "beanStyleSetterMethodName" : "setOpsItemSNSTopicArn", "c2jName" : "OpsItemSNSTopicArn", "c2jShape" : "OpsItemSNSTopicArn", "defaultConsumerFluentSetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #opsItemSNSTopicArn(String)}.\n@param opsItemSNSTopicArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #opsItemSNSTopicArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@return The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@deprecated Use {@link #opsItemSNSTopicArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #opsItemSNSTopicArn(String)}\n", "documentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OpsItemSNSTopicArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOpsItemSNSTopicArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "opsItemSNSTopicArn", "fluentSetterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opsItemSNSTopicArn", "getterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@return The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OpsItemSNSTopicArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OpsItemSNSTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OpsItemSNSTopicArn", "sensitive" : false, "setterDocumentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                \n@param opsItemSNSTopicArn The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.", "setterMethodName" : "setOpsItemSNSTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "opsItemSNSTopicArn", "variableType" : "String", "documentation" : "

                                The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRemoveSNSTopic", "beanStyleSetterMethodName" : "setRemoveSNSTopic", "c2jName" : "RemoveSNSTopic", "c2jShape" : "RemoveSNSTopic", "defaultConsumerFluentSetterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \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 #removeSNSTopic(Boolean)}.\n@param removeSNSTopic 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 #removeSNSTopic(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \n@return Disassociates the SNS topic from the opsItem created for detected problems.\n@deprecated Use {@link #removeSNSTopic()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \n@param removeSNSTopic Disassociates the SNS topic from the opsItem created for detected problems.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #removeSNSTopic(Boolean)}\n", "documentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RemoveSNSTopic property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRemoveSNSTopic", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "removeSNSTopic", "fluentSetterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \n@param removeSNSTopic Disassociates the SNS topic from the opsItem created for detected problems.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "removeSNSTopic", "getterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \n@return Disassociates the SNS topic from the opsItem created for detected problems.", "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" : "RemoveSNSTopic", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RemoveSNSTopic", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "RemoveSNSTopic", "sensitive" : false, "setterDocumentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                \n@param removeSNSTopic Disassociates the SNS topic from the opsItem created for detected problems.", "setterMethodName" : "setRemoveSNSTopic", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "removeSNSTopic", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "removeSNSTopic", "variableType" : "Boolean", "documentation" : "

                                Disassociates the SNS topic from the opsItem created for detected problems.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName" ], "shapeName" : "UpdateApplicationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateApplicationRequest", "variableName" : "updateApplicationRequest", "variableType" : "UpdateApplicationRequest", "documentation" : null, "simpleType" : "UpdateApplicationRequest", "variableSetterType" : "UpdateApplicationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateApplicationResponse" : { "c2jName" : "UpdateApplicationResponse", "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" : "getApplicationInfo", "beanStyleSetterMethodName" : "setApplicationInfo", "c2jName" : "ApplicationInfo", "c2jShape" : "ApplicationInfo", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the application.

                                \nThis is a convenience that creates an instance of the {@link ApplicationInfo.Builder} avoiding the need to create one manually via {@link ApplicationInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationInfo.Builder#build()} is called immediately and its result is passed to {@link #applicationInfo(ApplicationInfo)}.\n@param applicationInfo a consumer that will call methods on {@link ApplicationInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationInfo(ApplicationInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Information about the application.

                                \n@return Information about the application.\n@deprecated Use {@link #applicationInfo()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationInfo(ApplicationInfo)}\n", "documentation" : "

                                Information about the application.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ApplicationInfo property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApplicationInfo", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applicationInfo", "fluentSetterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationInfo", "getterDocumentation" : "

                                Information about the application.

                                \n@return Information about the application.", "getterModel" : { "returnType" : "ApplicationInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ApplicationInfo", "sensitive" : false, "setterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.", "setterMethodName" : "setApplicationInfo", "setterModel" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : null, "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : "

                                Information about the application.

                                ", "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationInfo" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApplicationInfo", "beanStyleSetterMethodName" : "setApplicationInfo", "c2jName" : "ApplicationInfo", "c2jShape" : "ApplicationInfo", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the application.

                                \nThis is a convenience that creates an instance of the {@link ApplicationInfo.Builder} avoiding the need to create one manually via {@link ApplicationInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationInfo.Builder#build()} is called immediately and its result is passed to {@link #applicationInfo(ApplicationInfo)}.\n@param applicationInfo a consumer that will call methods on {@link ApplicationInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationInfo(ApplicationInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Information about the application.

                                \n@return Information about the application.\n@deprecated Use {@link #applicationInfo()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationInfo(ApplicationInfo)}\n", "documentation" : "

                                Information about the application.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ApplicationInfo property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApplicationInfo", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applicationInfo", "fluentSetterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationInfo", "getterDocumentation" : "

                                Information about the application.

                                \n@return Information about the application.", "getterModel" : { "returnType" : "ApplicationInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ApplicationInfo", "sensitive" : false, "setterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.", "setterMethodName" : "setApplicationInfo", "setterModel" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : null, "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : "

                                Information about the application.

                                ", "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApplicationInfo", "beanStyleSetterMethodName" : "setApplicationInfo", "c2jName" : "ApplicationInfo", "c2jShape" : "ApplicationInfo", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the application.

                                \nThis is a convenience that creates an instance of the {@link ApplicationInfo.Builder} avoiding the need to create one manually via {@link ApplicationInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link ApplicationInfo.Builder#build()} is called immediately and its result is passed to {@link #applicationInfo(ApplicationInfo)}.\n@param applicationInfo a consumer that will call methods on {@link ApplicationInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationInfo(ApplicationInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Information about the application.

                                \n@return Information about the application.\n@deprecated Use {@link #applicationInfo()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #applicationInfo(ApplicationInfo)}\n", "documentation" : "

                                Information about the application.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ApplicationInfo property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApplicationInfo", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "applicationInfo", "fluentSetterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "applicationInfo", "getterDocumentation" : "

                                Information about the application.

                                \n@return Information about the application.", "getterModel" : { "returnType" : "ApplicationInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ApplicationInfo", "sensitive" : false, "setterDocumentation" : "

                                Information about the application.

                                \n@param applicationInfo Information about the application.", "setterMethodName" : "setApplicationInfo", "setterModel" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : null, "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ApplicationInfo", "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "documentation" : "

                                Information about the application.

                                ", "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateApplicationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateApplicationResponse", "variableName" : "updateApplicationResponse", "variableType" : "UpdateApplicationResponse", "documentation" : null, "simpleType" : "UpdateApplicationResponse", "variableSetterType" : "UpdateApplicationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateComponentConfigurationRequest" : { "c2jName" : "UpdateComponentConfigurationRequest", "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" : "UpdateComponentConfiguration", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.UpdateComponentConfiguration", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #componentName(String)}.\n@param componentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #componentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ComponentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComponentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "componentName", "fluentSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMonitor", "beanStyleSetterMethodName" : "setMonitor", "c2jName" : "Monitor", "c2jShape" : "Monitor", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \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 #monitor(Boolean)}.\n@param monitor 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 #monitor(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@return Indicates whether the application component is monitored.\n@deprecated Use {@link #monitor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #monitor(Boolean)}\n", "documentation" : "

                                Indicates whether the application component is monitored.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Monitor property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMonitor", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "monitor", "fluentSetterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "monitor", "getterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@return Indicates whether the application component is monitored.", "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" : "Monitor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Monitor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Monitor", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.", "setterMethodName" : "setMonitor", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : "

                                Indicates whether the application component is monitored.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTier", "beanStyleSetterMethodName" : "setTier", "c2jName" : "Tier", "c2jShape" : "Tier", "defaultConsumerFluentSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tierAsString(String)}.\n@param tier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tier(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #tier} will return {@link Tier#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tierAsString}.\n

                                \n@return The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.\n@see Tier\n@deprecated Use {@link #tierAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier\n@deprecated Use {@link #tier(String)}\n", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                ", "endpointDiscoveryId" : false, "enumType" : "Tier", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tier property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTier", "fluentEnumGetterMethodName" : "tier", "fluentEnumSetterMethodName" : "tier", "fluentGetterMethodName" : "tierAsString", "fluentSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier", "fluentSetterMethodName" : "tier", "getterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #tier} will return {@link Tier#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tierAsString}.\n

                                \n@return The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.\n@see Tier", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Tier", "sensitive" : false, "setterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.\n@see Tier", "setterMethodName" : "setTier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentConfiguration", "beanStyleSetterMethodName" : "setComponentConfiguration", "c2jName" : "ComponentConfiguration", "c2jShape" : "ComponentConfiguration", "defaultConsumerFluentSetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #componentConfiguration(String)}.\n@param componentConfiguration a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #componentConfiguration(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \n@return The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.\n@deprecated Use {@link #componentConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentConfiguration(String)}\n", "documentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ComponentConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComponentConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "componentConfiguration", "fluentSetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentConfiguration", "getterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \n@return The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentConfiguration", "sensitive" : false, "setterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.", "setterMethodName" : "setComponentConfiguration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ComponentConfiguration" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentConfiguration", "beanStyleSetterMethodName" : "setComponentConfiguration", "c2jName" : "ComponentConfiguration", "c2jShape" : "ComponentConfiguration", "defaultConsumerFluentSetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #componentConfiguration(String)}.\n@param componentConfiguration a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #componentConfiguration(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \n@return The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.\n@deprecated Use {@link #componentConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentConfiguration(String)}\n", "documentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ComponentConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComponentConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "componentConfiguration", "fluentSetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentConfiguration", "getterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \n@return The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentConfiguration", "sensitive" : false, "setterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.", "setterMethodName" : "setComponentConfiguration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ComponentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #componentName(String)}.\n@param componentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #componentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ComponentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComponentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "componentName", "fluentSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Monitor" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMonitor", "beanStyleSetterMethodName" : "setMonitor", "c2jName" : "Monitor", "c2jShape" : "Monitor", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \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 #monitor(Boolean)}.\n@param monitor 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 #monitor(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@return Indicates whether the application component is monitored.\n@deprecated Use {@link #monitor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #monitor(Boolean)}\n", "documentation" : "

                                Indicates whether the application component is monitored.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Monitor property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMonitor", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "monitor", "fluentSetterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "monitor", "getterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@return Indicates whether the application component is monitored.", "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" : "Monitor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Monitor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Monitor", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.", "setterMethodName" : "setMonitor", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : "

                                Indicates whether the application component is monitored.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tier" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTier", "beanStyleSetterMethodName" : "setTier", "c2jName" : "Tier", "c2jShape" : "Tier", "defaultConsumerFluentSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tierAsString(String)}.\n@param tier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tier(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #tier} will return {@link Tier#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tierAsString}.\n

                                \n@return The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.\n@see Tier\n@deprecated Use {@link #tierAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier\n@deprecated Use {@link #tier(String)}\n", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                ", "endpointDiscoveryId" : false, "enumType" : "Tier", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tier property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTier", "fluentEnumGetterMethodName" : "tier", "fluentEnumSetterMethodName" : "tier", "fluentGetterMethodName" : "tierAsString", "fluentSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier", "fluentSetterMethodName" : "tier", "getterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #tier} will return {@link Tier#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tierAsString}.\n

                                \n@return The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.\n@see Tier", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Tier", "sensitive" : false, "setterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.\n@see Tier", "setterMethodName" : "setTier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #componentName(String)}.\n@param componentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #componentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ComponentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComponentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "componentName", "fluentSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMonitor", "beanStyleSetterMethodName" : "setMonitor", "c2jName" : "Monitor", "c2jShape" : "Monitor", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \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 #monitor(Boolean)}.\n@param monitor 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 #monitor(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@return Indicates whether the application component is monitored.\n@deprecated Use {@link #monitor()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #monitor(Boolean)}\n", "documentation" : "

                                Indicates whether the application component is monitored.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Monitor property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMonitor", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "monitor", "fluentSetterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "monitor", "getterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@return Indicates whether the application component is monitored.", "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" : "Monitor", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Monitor", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Monitor", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether the application component is monitored.

                                \n@param monitor Indicates whether the application component is monitored.", "setterMethodName" : "setMonitor", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "monitor", "variableType" : "Boolean", "documentation" : "

                                Indicates whether the application component is monitored.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTier", "beanStyleSetterMethodName" : "setTier", "c2jName" : "Tier", "c2jShape" : "Tier", "defaultConsumerFluentSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #tierAsString(String)}.\n@param tier a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tier(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #tier} will return {@link Tier#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tierAsString}.\n

                                \n@return The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.\n@see Tier\n@deprecated Use {@link #tierAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier\n@deprecated Use {@link #tier(String)}\n", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                ", "endpointDiscoveryId" : false, "enumType" : "Tier", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tier property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTier", "fluentEnumGetterMethodName" : "tier", "fluentEnumSetterMethodName" : "tier", "fluentGetterMethodName" : "tierAsString", "fluentSetterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.\n@see Tier\n@return Returns a reference to this object so that method calls can be chained together.\n@see Tier", "fluentSetterMethodName" : "tier", "getterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #tier} will return {@link Tier#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #tierAsString}.\n

                                \n@return The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.\n@see Tier", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tier", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tier", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Tier", "sensitive" : false, "setterDocumentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                \n@param tier The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.\n@see Tier", "setterMethodName" : "setTier", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "tier", "variableType" : "String", "documentation" : "

                                The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentConfiguration", "beanStyleSetterMethodName" : "setComponentConfiguration", "c2jName" : "ComponentConfiguration", "c2jShape" : "ComponentConfiguration", "defaultConsumerFluentSetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #componentConfiguration(String)}.\n@param componentConfiguration a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #componentConfiguration(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \n@return The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.\n@deprecated Use {@link #componentConfiguration()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentConfiguration(String)}\n", "documentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ComponentConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComponentConfiguration", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "componentConfiguration", "fluentSetterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentConfiguration", "getterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \n@return The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentConfiguration", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentConfiguration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentConfiguration", "sensitive" : false, "setterDocumentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                \n@param componentConfiguration The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.", "setterMethodName" : "setComponentConfiguration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentConfiguration", "variableType" : "String", "documentation" : "

                                The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName", "ComponentName" ], "shapeName" : "UpdateComponentConfigurationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateComponentConfigurationRequest", "variableName" : "updateComponentConfigurationRequest", "variableType" : "UpdateComponentConfigurationRequest", "documentation" : null, "simpleType" : "UpdateComponentConfigurationRequest", "variableSetterType" : "UpdateComponentConfigurationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateComponentConfigurationResponse" : { "c2jName" : "UpdateComponentConfigurationResponse", "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" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateComponentConfigurationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateComponentConfigurationResponse", "variableName" : "updateComponentConfigurationResponse", "variableType" : "UpdateComponentConfigurationResponse", "documentation" : null, "simpleType" : "UpdateComponentConfigurationResponse", "variableSetterType" : "UpdateComponentConfigurationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateComponentRequest" : { "c2jName" : "UpdateComponentRequest", "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" : "UpdateComponent", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.UpdateComponent", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #componentName(String)}.\n@param componentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #componentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ComponentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComponentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "componentName", "fluentSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewComponentName", "beanStyleSetterMethodName" : "setNewComponentName", "c2jName" : "NewComponentName", "c2jShape" : "NewComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The new name of the component.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #newComponentName(String)}.\n@param newComponentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newComponentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The new name of the component.

                                \n@return The new name of the component.\n@deprecated Use {@link #newComponentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The new name of the component.

                                \n@param newComponentName The new name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newComponentName(String)}\n", "documentation" : "

                                The new name of the component.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewComponentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewComponentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newComponentName", "fluentSetterDocumentation" : "

                                The new name of the component.

                                \n@param newComponentName The new name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newComponentName", "getterDocumentation" : "

                                The new name of the component.

                                \n@return The new name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NewComponentName", "sensitive" : false, "setterDocumentation" : "

                                The new name of the component.

                                \n@param newComponentName The new name of the component.", "setterMethodName" : "setNewComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "newComponentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "newComponentName", "variableType" : "String", "documentation" : "

                                The new name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceList", "beanStyleSetterMethodName" : "setResourceList", "c2jName" : "ResourceList", "c2jShape" : "ResourceList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \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 #resourceList(List)}.\n@param resourceList 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 #resourceList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasResourceList()} to see if a value was sent in this field.\n

                                \n@return The list of resource ARNs that belong to the component.\n@deprecated Use {@link #resourceList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceList(List)}\n", "documentation" : "

                                The list of resource ARNs that belong to the component.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceList", "fluentSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceList", "getterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasResourceList()} to see if a value was sent in this field.\n

                                \n@return The list of resource ARNs that belong to the component.", "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" : "ResourceList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceList", "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" : "ResourceARN", "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" : "ResourceList", "sensitive" : false, "setterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.", "setterMethodName" : "setResourceList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : "

                                The list of resource ARNs that belong to the component.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ComponentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #componentName(String)}.\n@param componentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #componentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ComponentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComponentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "componentName", "fluentSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NewComponentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewComponentName", "beanStyleSetterMethodName" : "setNewComponentName", "c2jName" : "NewComponentName", "c2jShape" : "NewComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The new name of the component.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #newComponentName(String)}.\n@param newComponentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newComponentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The new name of the component.

                                \n@return The new name of the component.\n@deprecated Use {@link #newComponentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The new name of the component.

                                \n@param newComponentName The new name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newComponentName(String)}\n", "documentation" : "

                                The new name of the component.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewComponentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewComponentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newComponentName", "fluentSetterDocumentation" : "

                                The new name of the component.

                                \n@param newComponentName The new name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newComponentName", "getterDocumentation" : "

                                The new name of the component.

                                \n@return The new name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NewComponentName", "sensitive" : false, "setterDocumentation" : "

                                The new name of the component.

                                \n@param newComponentName The new name of the component.", "setterMethodName" : "setNewComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "newComponentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "newComponentName", "variableType" : "String", "documentation" : "

                                The new name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceList" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceList", "beanStyleSetterMethodName" : "setResourceList", "c2jName" : "ResourceList", "c2jShape" : "ResourceList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \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 #resourceList(List)}.\n@param resourceList 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 #resourceList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasResourceList()} to see if a value was sent in this field.\n

                                \n@return The list of resource ARNs that belong to the component.\n@deprecated Use {@link #resourceList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceList(List)}\n", "documentation" : "

                                The list of resource ARNs that belong to the component.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceList", "fluentSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceList", "getterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasResourceList()} to see if a value was sent in this field.\n

                                \n@return The list of resource ARNs that belong to the component.", "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" : "ResourceList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceList", "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" : "ResourceARN", "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" : "ResourceList", "sensitive" : false, "setterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.", "setterMethodName" : "setResourceList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : "

                                The list of resource ARNs that belong to the component.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getComponentName", "beanStyleSetterMethodName" : "setComponentName", "c2jName" : "ComponentName", "c2jShape" : "ComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the component.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #componentName(String)}.\n@param componentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #componentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.\n@deprecated Use {@link #componentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #componentName(String)}\n", "documentation" : "

                                The name of the component.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ComponentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasComponentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "componentName", "fluentSetterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "componentName", "getterDocumentation" : "

                                The name of the component.

                                \n@return The name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ComponentName", "sensitive" : false, "setterDocumentation" : "

                                The name of the component.

                                \n@param componentName The name of the component.", "setterMethodName" : "setComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "componentName", "variableType" : "String", "documentation" : "

                                The name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNewComponentName", "beanStyleSetterMethodName" : "setNewComponentName", "c2jName" : "NewComponentName", "c2jShape" : "NewComponentName", "defaultConsumerFluentSetterDocumentation" : "

                                The new name of the component.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #newComponentName(String)}.\n@param newComponentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #newComponentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The new name of the component.

                                \n@return The new name of the component.\n@deprecated Use {@link #newComponentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The new name of the component.

                                \n@param newComponentName The new name of the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #newComponentName(String)}\n", "documentation" : "

                                The new name of the component.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NewComponentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNewComponentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "newComponentName", "fluentSetterDocumentation" : "

                                The new name of the component.

                                \n@param newComponentName The new name of the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "newComponentName", "getterDocumentation" : "

                                The new name of the component.

                                \n@return The new name of the component.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NewComponentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NewComponentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NewComponentName", "sensitive" : false, "setterDocumentation" : "

                                The new name of the component.

                                \n@param newComponentName The new name of the component.", "setterMethodName" : "setNewComponentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "newComponentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "newComponentName", "variableType" : "String", "documentation" : "

                                The new name of the component.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourceList", "beanStyleSetterMethodName" : "setResourceList", "c2jName" : "ResourceList", "c2jShape" : "ResourceList", "defaultConsumerFluentSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \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 #resourceList(List)}.\n@param resourceList 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 #resourceList(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasResourceList()} to see if a value was sent in this field.\n

                                \n@return The list of resource ARNs that belong to the component.\n@deprecated Use {@link #resourceList()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceList(List)}\n", "documentation" : "

                                The list of resource ARNs that belong to the component.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceList", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceList", "fluentSetterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceList", "getterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasResourceList()} to see if a value was sent in this field.\n

                                \n@return The list of resource ARNs that belong to the component.", "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" : "ResourceList", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceList", "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" : "ResourceARN", "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" : "ResourceList", "sensitive" : false, "setterDocumentation" : "

                                The list of resource ARNs that belong to the component.

                                \n@param resourceList The list of resource ARNs that belong to the component.", "setterMethodName" : "setResourceList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourceList", "variableType" : "java.util.List", "documentation" : "

                                The list of resource ARNs that belong to the component.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName", "ComponentName" ], "shapeName" : "UpdateComponentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateComponentRequest", "variableName" : "updateComponentRequest", "variableType" : "UpdateComponentRequest", "documentation" : null, "simpleType" : "UpdateComponentRequest", "variableSetterType" : "UpdateComponentRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateComponentResponse" : { "c2jName" : "UpdateComponentResponse", "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" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateComponentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateComponentResponse", "variableName" : "updateComponentResponse", "variableType" : "UpdateComponentResponse", "documentation" : null, "simpleType" : "UpdateComponentResponse", "variableSetterType" : "UpdateComponentResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateLogPatternRequest" : { "c2jName" : "UpdateLogPatternRequest", "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" : "UpdateLogPattern", "locationName" : null, "requestUri" : "/", "target" : "EC2WindowsBarleyService.UpdateLogPattern", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern set.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #patternSetName(String)}.\n@param patternSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #patternSetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern set.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PatternSetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPatternSetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "patternSetName", "fluentSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternName", "beanStyleSetterMethodName" : "setPatternName", "c2jName" : "PatternName", "c2jShape" : "LogPatternName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #patternName(String)}.\n@param patternName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #patternName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log pattern.

                                \n@return The name of the log pattern.\n@deprecated Use {@link #patternName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternName(String)}\n", "documentation" : "

                                The name of the log pattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PatternName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPatternName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "patternName", "fluentSetterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternName", "getterDocumentation" : "

                                The name of the log pattern.

                                \n@return The name of the log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.", "setterMethodName" : "setPatternName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : "

                                The name of the log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPattern", "beanStyleSetterMethodName" : "setPattern", "c2jName" : "Pattern", "c2jShape" : "LogPatternRegex", "defaultConsumerFluentSetterDocumentation" : "

                                The log pattern.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pattern(String)}.\n@param pattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log pattern.

                                \n@return The log pattern.\n@deprecated Use {@link #pattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log pattern.

                                \n@param pattern The log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pattern(String)}\n", "documentation" : "

                                The log pattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Pattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pattern", "fluentSetterDocumentation" : "

                                The log pattern.

                                \n@param pattern The log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pattern", "getterDocumentation" : "

                                The log pattern.

                                \n@return The log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Pattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Pattern", "sensitive" : false, "setterDocumentation" : "

                                The log pattern.

                                \n@param pattern The log pattern.", "setterMethodName" : "setPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : "

                                The log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRank", "beanStyleSetterMethodName" : "setRank", "c2jName" : "Rank", "c2jShape" : "LogPatternRank", "defaultConsumerFluentSetterDocumentation" : "

                                Rank of the log pattern.

                                \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 #rank(Integer)}.\n@param rank 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 #rank(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.\n@deprecated Use {@link #rank()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rank(Integer)}\n", "documentation" : "

                                Rank of the log pattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rank property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRank", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rank", "fluentSetterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rank", "getterDocumentation" : "

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.", "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" : "Rank", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rank", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Rank", "sensitive" : false, "setterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.", "setterMethodName" : "setRank", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : "

                                Rank of the log pattern.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Pattern" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPattern", "beanStyleSetterMethodName" : "setPattern", "c2jName" : "Pattern", "c2jShape" : "LogPatternRegex", "defaultConsumerFluentSetterDocumentation" : "

                                The log pattern.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pattern(String)}.\n@param pattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log pattern.

                                \n@return The log pattern.\n@deprecated Use {@link #pattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log pattern.

                                \n@param pattern The log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pattern(String)}\n", "documentation" : "

                                The log pattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Pattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pattern", "fluentSetterDocumentation" : "

                                The log pattern.

                                \n@param pattern The log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pattern", "getterDocumentation" : "

                                The log pattern.

                                \n@return The log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Pattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Pattern", "sensitive" : false, "setterDocumentation" : "

                                The log pattern.

                                \n@param pattern The log pattern.", "setterMethodName" : "setPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : "

                                The log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PatternName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternName", "beanStyleSetterMethodName" : "setPatternName", "c2jName" : "PatternName", "c2jShape" : "LogPatternName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #patternName(String)}.\n@param patternName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #patternName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log pattern.

                                \n@return The name of the log pattern.\n@deprecated Use {@link #patternName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternName(String)}\n", "documentation" : "

                                The name of the log pattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PatternName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPatternName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "patternName", "fluentSetterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternName", "getterDocumentation" : "

                                The name of the log pattern.

                                \n@return The name of the log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.", "setterMethodName" : "setPatternName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : "

                                The name of the log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PatternSetName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern set.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #patternSetName(String)}.\n@param patternSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #patternSetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern set.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PatternSetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPatternSetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "patternSetName", "fluentSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Rank" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRank", "beanStyleSetterMethodName" : "setRank", "c2jName" : "Rank", "c2jShape" : "LogPatternRank", "defaultConsumerFluentSetterDocumentation" : "

                                Rank of the log pattern.

                                \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 #rank(Integer)}.\n@param rank 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 #rank(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.\n@deprecated Use {@link #rank()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rank(Integer)}\n", "documentation" : "

                                Rank of the log pattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rank property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRank", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rank", "fluentSetterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rank", "getterDocumentation" : "

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.", "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" : "Rank", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rank", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Rank", "sensitive" : false, "setterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.", "setterMethodName" : "setRank", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : "

                                Rank of the log pattern.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternSetName", "beanStyleSetterMethodName" : "setPatternSetName", "c2jName" : "PatternSetName", "c2jShape" : "LogPatternSetName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern set.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #patternSetName(String)}.\n@param patternSetName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #patternSetName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.\n@deprecated Use {@link #patternSetName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternSetName(String)}\n", "documentation" : "

                                The name of the log pattern set.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PatternSetName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPatternSetName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "patternSetName", "fluentSetterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternSetName", "getterDocumentation" : "

                                The name of the log pattern set.

                                \n@return The name of the log pattern set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternSetName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternSetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternSetName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern set.

                                \n@param patternSetName The name of the log pattern set.", "setterMethodName" : "setPatternSetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternSetName", "variableType" : "String", "documentation" : "

                                The name of the log pattern set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPatternName", "beanStyleSetterMethodName" : "setPatternName", "c2jName" : "PatternName", "c2jShape" : "LogPatternName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log pattern.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #patternName(String)}.\n@param patternName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #patternName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log pattern.

                                \n@return The name of the log pattern.\n@deprecated Use {@link #patternName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #patternName(String)}\n", "documentation" : "

                                The name of the log pattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PatternName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPatternName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "patternName", "fluentSetterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "patternName", "getterDocumentation" : "

                                The name of the log pattern.

                                \n@return The name of the log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PatternName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PatternName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PatternName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log pattern.

                                \n@param patternName The name of the log pattern.", "setterMethodName" : "setPatternName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "patternName", "variableType" : "String", "documentation" : "

                                The name of the log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPattern", "beanStyleSetterMethodName" : "setPattern", "c2jName" : "Pattern", "c2jShape" : "LogPatternRegex", "defaultConsumerFluentSetterDocumentation" : "

                                The log pattern.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pattern(String)}.\n@param pattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log pattern.

                                \n@return The log pattern.\n@deprecated Use {@link #pattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log pattern.

                                \n@param pattern The log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pattern(String)}\n", "documentation" : "

                                The log pattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Pattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pattern", "fluentSetterDocumentation" : "

                                The log pattern.

                                \n@param pattern The log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pattern", "getterDocumentation" : "

                                The log pattern.

                                \n@return The log pattern.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Pattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Pattern", "sensitive" : false, "setterDocumentation" : "

                                The log pattern.

                                \n@param pattern The log pattern.", "setterMethodName" : "setPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : "

                                The log pattern.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRank", "beanStyleSetterMethodName" : "setRank", "c2jName" : "Rank", "c2jShape" : "LogPatternRank", "defaultConsumerFluentSetterDocumentation" : "

                                Rank of the log pattern.

                                \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 #rank(Integer)}.\n@param rank 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 #rank(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.\n@deprecated Use {@link #rank()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rank(Integer)}\n", "documentation" : "

                                Rank of the log pattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Rank property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRank", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rank", "fluentSetterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rank", "getterDocumentation" : "

                                Rank of the log pattern.

                                \n@return Rank of the log pattern.", "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" : "Rank", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Rank", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Rank", "sensitive" : false, "setterDocumentation" : "

                                Rank of the log pattern.

                                \n@param rank Rank of the log pattern.", "setterMethodName" : "setRank", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "rank", "variableType" : "Integer", "documentation" : "

                                Rank of the log pattern.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceGroupName", "PatternSetName", "PatternName" ], "shapeName" : "UpdateLogPatternRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateLogPatternRequest", "variableName" : "updateLogPatternRequest", "variableType" : "UpdateLogPatternRequest", "documentation" : null, "simpleType" : "UpdateLogPatternRequest", "variableSetterType" : "UpdateLogPatternRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateLogPatternResponse" : { "c2jName" : "UpdateLogPatternResponse", "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" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogPattern", "beanStyleSetterMethodName" : "setLogPattern", "c2jName" : "LogPattern", "c2jShape" : "LogPattern", "defaultConsumerFluentSetterDocumentation" : "

                                The successfully created log pattern.

                                \nThis is a convenience that creates an instance of the {@link LogPattern.Builder} avoiding the need to create one manually via {@link LogPattern#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogPattern.Builder#build()} is called immediately and its result is passed to {@link #logPattern(LogPattern)}.\n@param logPattern a consumer that will call methods on {@link LogPattern.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logPattern(LogPattern)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.\n@deprecated Use {@link #logPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logPattern(LogPattern)}\n", "documentation" : "

                                The successfully created log pattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logPattern", "fluentSetterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logPattern", "getterDocumentation" : "

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.", "getterModel" : { "returnType" : "LogPattern", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LogPattern", "sensitive" : false, "setterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.", "setterMethodName" : "setLogPattern", "setterModel" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : null, "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : "

                                The successfully created log pattern.

                                ", "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogPattern" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogPattern", "beanStyleSetterMethodName" : "setLogPattern", "c2jName" : "LogPattern", "c2jShape" : "LogPattern", "defaultConsumerFluentSetterDocumentation" : "

                                The successfully created log pattern.

                                \nThis is a convenience that creates an instance of the {@link LogPattern.Builder} avoiding the need to create one manually via {@link LogPattern#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogPattern.Builder#build()} is called immediately and its result is passed to {@link #logPattern(LogPattern)}.\n@param logPattern a consumer that will call methods on {@link LogPattern.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logPattern(LogPattern)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.\n@deprecated Use {@link #logPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logPattern(LogPattern)}\n", "documentation" : "

                                The successfully created log pattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logPattern", "fluentSetterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logPattern", "getterDocumentation" : "

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.", "getterModel" : { "returnType" : "LogPattern", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LogPattern", "sensitive" : false, "setterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.", "setterMethodName" : "setLogPattern", "setterModel" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : null, "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : "

                                The successfully created log pattern.

                                ", "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourceGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceGroupName", "beanStyleSetterMethodName" : "setResourceGroupName", "c2jName" : "ResourceGroupName", "c2jShape" : "ResourceGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceGroupName(String)}.\n@param resourceGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.\n@deprecated Use {@link #resourceGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceGroupName(String)}\n", "documentation" : "

                                The name of the resource group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceGroupName", "fluentSetterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceGroupName", "getterDocumentation" : "

                                The name of the resource group.

                                \n@return The name of the resource group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource group.

                                \n@param resourceGroupName The name of the resource group.", "setterMethodName" : "setResourceGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceGroupName", "variableType" : "String", "documentation" : "

                                The name of the resource group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogPattern", "beanStyleSetterMethodName" : "setLogPattern", "c2jName" : "LogPattern", "c2jShape" : "LogPattern", "defaultConsumerFluentSetterDocumentation" : "

                                The successfully created log pattern.

                                \nThis is a convenience that creates an instance of the {@link LogPattern.Builder} avoiding the need to create one manually via {@link LogPattern#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogPattern.Builder#build()} is called immediately and its result is passed to {@link #logPattern(LogPattern)}.\n@param logPattern a consumer that will call methods on {@link LogPattern.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logPattern(LogPattern)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.\n@deprecated Use {@link #logPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logPattern(LogPattern)}\n", "documentation" : "

                                The successfully created log pattern.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logPattern", "fluentSetterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logPattern", "getterDocumentation" : "

                                The successfully created log pattern.

                                \n@return The successfully created log pattern.", "getterModel" : { "returnType" : "LogPattern", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "LogPattern", "sensitive" : false, "setterDocumentation" : "

                                The successfully created log pattern.

                                \n@param logPattern The successfully created log pattern.", "setterMethodName" : "setLogPattern", "setterModel" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : null, "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogPattern", "variableName" : "logPattern", "variableType" : "LogPattern", "documentation" : "

                                The successfully created log pattern.

                                ", "simpleType" : "LogPattern", "variableSetterType" : "LogPattern" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateLogPatternResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateLogPatternResponse", "variableName" : "updateLogPatternResponse", "variableType" : "UpdateLogPatternResponse", "documentation" : null, "simpleType" : "UpdateLogPatternResponse", "variableSetterType" : "UpdateLogPatternResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ValidationException" : { "c2jName" : "ValidationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The parameter is not valid.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ValidationException", "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" : "ValidationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ValidationException", "variableName" : "validationException", "variableType" : "ValidationException", "documentation" : null, "simpleType" : "ValidationException", "variableSetterType" : "ValidationException" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : null }, "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" : "ApplicationInsightsException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.applicationinsights.model.ApplicationInsightsException", "sdkRequestBaseClassName" : "ApplicationInsightsRequest", "sdkResponseBaseClassName" : "ApplicationInsightsResponse" }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy